Settings class

Provides optional settings for the StartTranscriptionJob operation.

Constructors

Settings({bool? channelIdentification, int? maxAlternatives, int? maxSpeakerLabels, bool? showAlternatives, bool? showSpeakerLabels, VocabularyFilterMethod? vocabularyFilterMethod, String? vocabularyFilterName, String? vocabularyName})
Settings.fromJson(Map<String, dynamic> json)
factory

Properties

channelIdentification bool?
Instructs Amazon Transcribe 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 number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field 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 MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showAlternatives bool?
Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.
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 ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.
final
vocabularyFilterMethod VocabularyFilterMethod?
Set to mask to remove filtered text from the transcript and replace it with three asterisks ("***") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.
final
vocabularyFilterName String?
The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.
final
vocabularyName String?
The name of a vocabulary to use when processing the 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