ITranscribeSettings
Interface in AWS.Transcribe
Interface for Settings.
Properties
ChannelIdentification
property ChannelIdentification: TOptional<Boolean>
Enable channel identification in multi-channel audio.
MaxAlternatives
property MaxAlternatives: TOptional<Integer>
Indicate the maximum number of alternative transcriptions you want Amazon Transcribe Medical to include in the transcript.
MaxSpeakerLabels
property MaxSpeakerLabels: TOptional<Integer>
Specifies the maximum number of speakers to partition in the media.
ShowAlternatives
property ShowAlternatives: TOptional<Boolean>
Specifies whether to include alternative transcriptions within the transcription output.
If ShowAlternatives is True, MaxAlternatives must also be included.
ShowSpeakerLabels
property ShowSpeakerLabels: TOptional<Boolean>
Specifies whether to enable speaker partitioning (diarization) in the transcription output.
If ShowSpeakerLabels is True, MaxSpeakerLabels must also be included.
VocabularyFilterMethod
property VocabularyFilterMethod: string
Specifies how the custom vocabulary filter will be applied to the transcript.
Valid values:
VocabularyFilterName
property VocabularyFilterName: string
Specifies the name of the custom vocabulary filter to use when processing the transcription job.
When including a VocabularyFilterName, you must also specify a VocabularyFilterMethod.
VocabularyName
property VocabularyName: string
The name of a custom vocabulary to use when processing the transcription job.