public static interface MedicalItem.Builder extends SdkPojo, CopyableBuilder<MedicalItem.Builder,MedicalItem>
| Modifier and Type | Method and Description |
|---|---|
MedicalItem.Builder |
confidence(Double confidence)
The confidence score associated with a word or phrase in your transcript.
|
MedicalItem.Builder |
content(String content)
The word or punctuation that was transcribed.
|
MedicalItem.Builder |
endTime(Double endTime)
The end time, in milliseconds, of the transcribed item.
|
MedicalItem.Builder |
speaker(String speaker)
If speaker partitioning is enabled,
Speaker labels the speaker of the specified item. |
MedicalItem.Builder |
startTime(Double startTime)
The start time, in milliseconds, of the transcribed item.
|
MedicalItem.Builder |
type(ItemType type)
The type of item identified.
|
MedicalItem.Builder |
type(String type)
The type of item identified.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMedicalItem.Builder startTime(Double startTime)
The start time, in milliseconds, of the transcribed item.
startTime - The start time, in milliseconds, of the transcribed item.MedicalItem.Builder endTime(Double endTime)
The end time, in milliseconds, of the transcribed item.
endTime - The end time, in milliseconds, of the transcribed item.MedicalItem.Builder type(String type)
The type of item identified. Options are: PRONUNCIATION (spoken words) and
PUNCTUATION.
MedicalItem.Builder type(ItemType type)
The type of item identified. Options are: PRONUNCIATION (spoken words) and
PUNCTUATION.
MedicalItem.Builder content(String content)
The word or punctuation that was transcribed.
content - The word or punctuation that was transcribed.MedicalItem.Builder confidence(Double confidence)
The confidence score associated with a word or phrase in your transcript.
Confidence scores are values between 0 and 1. A larger value indicates a higher probability that the identified item correctly matches the item spoken in your media.
confidence - The confidence score associated with a word or phrase in your transcript.
Confidence scores are values between 0 and 1. A larger value indicates a higher probability that the identified item correctly matches the item spoken in your media.
MedicalItem.Builder speaker(String speaker)
If speaker partitioning is enabled, Speaker labels the speaker of the specified item.
speaker - If speaker partitioning is enabled, Speaker labels the speaker of the specified item.Copyright © 2023. All rights reserved.