MedicalResult.Builder |
MedicalResult.Builder.alternatives(Collection<MedicalAlternative> alternatives) |
A list of possible alternative transcriptions for the input audio.
|
MedicalResult.Builder |
MedicalResult.Builder.alternatives(Consumer<MedicalAlternative.Builder>... alternatives) |
A list of possible alternative transcriptions for the input audio.
|
MedicalResult.Builder |
MedicalResult.Builder.alternatives(MedicalAlternative... alternatives) |
A list of possible alternative transcriptions for the input audio.
|
static MedicalResult.Builder |
MedicalResult.builder() |
|
MedicalResult.Builder |
MedicalResult.Builder.channelId(String channelId) |
Indicates the channel identified for the Result.
|
MedicalResult.Builder |
MedicalResult.Builder.endTime(Double endTime) |
The end time, in seconds, of the Result.
|
MedicalResult.Builder |
MedicalResult.Builder.isPartial(Boolean isPartial) |
Indicates if the segment is complete.
|
MedicalResult.Builder |
MedicalResult.Builder.resultId(String resultId) |
Provides a unique identifier for the Result.
|
MedicalResult.Builder |
MedicalResult.Builder.startTime(Double startTime) |
The start time, in seconds, of the Result.
|
MedicalResult.Builder |
MedicalResult.toBuilder() |
|