MedicalTranscriptionSetting class
Optional settings for the StartMedicalTranscriptionJob operation.
Constructors
- MedicalTranscriptionSetting({bool? channelIdentification, int? maxAlternatives, int? maxSpeakerLabels, bool? showAlternatives, bool? showSpeakerLabels, String? vocabularyName})
-
MedicalTranscriptionSetting.fromJson(Map<
String, dynamic> json) -
factory
Properties
- channelIdentification → bool?
-
Instructs Amazon Transcribe Medical to process each audio channel separately
and then merge the transcription output of each channel into a single
transcription.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxAlternatives → int?
-
The maximum number of alternatives that you tell the service to return. If
you specify the
MaxAlternativesfield, you must set theShowAlternativesfield to true.final - maxSpeakerLabels → int?
-
The maximum number of speakers to identify in the input audio. If there are
more speakers in the audio than this number, multiple speakers are
identified as a single speaker. If you specify the
MaxSpeakerLabelsfield, you must set theShowSpeakerLabelsfield to true.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showAlternatives → bool?
-
Determines whether alternative transcripts are generated along with the
transcript that has the highest confidence. If you set
ShowAlternativesfield to true, you must also set the maximum number of alternatives to return in theMaxAlternativesfield.final - showSpeakerLabels → bool?
-
Determines whether the transcription job uses speaker recognition to
identify different speakers in the input audio. Speaker recognition labels
individual speakers in the audio file. If you set the
ShowSpeakerLabelsfield to true, you must also set the maximum number of speaker labels in theMaxSpeakerLabelsfield.final - vocabularyName → String?
-
The name of the vocabulary to use when processing a medical transcription
job.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited