StartStreamTranscriptionResponse class final

Constructors

StartStreamTranscriptionResponse({String? requestId, LanguageCode? languageCode, int? mediaSampleRateHertz, MediaEncoding? mediaEncoding, String? vocabularyName, String? sessionId, String? vocabularyFilterName, VocabularyFilterMethod? vocabularyFilterMethod, bool? showSpeakerLabel, bool? enableChannelIdentification, int? numberOfChannels, bool? enablePartialResultsStabilization, PartialResultsStability? partialResultsStability, ContentIdentificationType? contentIdentificationType, ContentRedactionType? contentRedactionType, String? piiEntityTypes, String? languageModelName, bool? identifyLanguage, String? languageOptions, LanguageCode? preferredLanguage, bool? identifyMultipleLanguages, String? vocabularyNames, String? vocabularyFilterNames})
Creates a StartStreamTranscriptionResponse from the values of the headers of a response from the Amazon Transcribe Streaming API.
const
StartStreamTranscriptionResponse.fromHeaders(Map<String, String> headers)
Creates a StartStreamTranscriptionResponse from the headers of a response from the Amazon Transcribe Streaming API.
factory

Properties

contentIdentificationType ContentIdentificationType?
Shows whether content identification was enabled for your transcription.
final
contentRedactionType ContentRedactionType?
Shows whether content redaction was enabled for your transcription.
final
enableChannelIdentification bool?
Shows whether channel identification was enabled for your transcription.
final
enablePartialResultsStabilization bool?
Shows whether partial results stabilization was enabled for your transcription.
final
hashCode int
The hash code for this object.
no setterinherited
identifyLanguage bool?
Shows whether automatic language identification was enabled for your transcription.
final
identifyMultipleLanguages bool?
Shows whether automatic multi-language identification was enabled for your transcription.
final
languageCode LanguageCode?
Provides the language code that you specified in your request.
final
languageModelName String?
Provides the name of the custom language model that you specified in your request.
final
languageOptions String?
Provides the language codes that you specified in your request.
final
mediaEncoding MediaEncoding?
Provides the media encoding you specified in your request.
final
mediaSampleRateHertz int?
Provides the sample rate that you specified in your request.
final
numberOfChannels int?
Provides the number of channels that you specified in your request.
final
partialResultsStability PartialResultsStability?
Provides the stabilization level used for your transcription.
final
piiEntityTypes String?
Lists the PII entity types you specified in your request.
final
preferredLanguage LanguageCode?
Provides the preferred language that you specified in your request.
final
requestId String?
Provides the identifier for your streaming request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String?
Provides the identifier for your transcription session.
final
showSpeakerLabel bool?
Shows whether speaker partitioning was enabled for your transcription.
final
vocabularyFilterMethod VocabularyFilterMethod?
Provides the vocabulary filtering method used in your transcription.
final
vocabularyFilterName String?
Provides the name of the custom vocabulary filter that you specified in your request.
final
vocabularyFilterNames String?
Provides the names of the custom vocabulary filters that you specified in your request.
final
vocabularyName String?
Provides the name of the custom vocabulary that you specified in your request.
final
vocabularyNames String?
Provides the names of the custom vocabularies that you specified in your request.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toHeaders() Map<String, dynamic>
Returns the headers for the response.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited