Interface MedicalScribeTranscriptItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MedicalScribeTranscriptItem.Builder,
,MedicalScribeTranscriptItem> SdkBuilder<MedicalScribeTranscriptItem.Builder,
,MedicalScribeTranscriptItem> SdkPojo
- Enclosing class:
MedicalScribeTranscriptItem
-
Method Summary
Modifier and TypeMethodDescriptionbeginAudioTime
(Double beginAudioTime) The start time, in milliseconds, of the transcribed item.confidence
(Double confidence) The confidence score associated with a word or phrase in your transcript.The word, phrase or punctuation mark that was transcribed.endAudioTime
(Double endAudioTime) The end time, in milliseconds, of the transcribed item.The type of item identified.The type of item identified.vocabularyFilterMatch
(Boolean vocabularyFilterMatch) Indicates whether the specified item matches a word in the vocabulary filter included in your configuration event.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
beginAudioTime
The start time, in milliseconds, of the transcribed item.
- Parameters:
beginAudioTime
- The start time, in milliseconds, of the transcribed item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endAudioTime
The end time, in milliseconds, of the transcribed item.
- Parameters:
endAudioTime
- The end time, in milliseconds, of the transcribed item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of item identified. Options are:
PRONUNCIATION
(spoken words) andPUNCTUATION
.- Parameters:
type
- The type of item identified. Options are:PRONUNCIATION
(spoken words) andPUNCTUATION
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of item identified. Options are:
PRONUNCIATION
(spoken words) andPUNCTUATION
.- Parameters:
type
- The type of item identified. Options are:PRONUNCIATION
(spoken words) andPUNCTUATION
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
The word, phrase or punctuation mark that was transcribed.
- Parameters:
content
- The word, phrase or punctuation mark that was transcribed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vocabularyFilterMatch
Indicates whether the specified item matches a word in the vocabulary filter included in your configuration event. If
true
, there is a vocabulary filter match.- Parameters:
vocabularyFilterMatch
- Indicates whether the specified item matches a word in the vocabulary filter included in your configuration event. Iftrue
, there is a vocabulary filter match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-