StartStreamTranscriptionResponse constructor

const StartStreamTranscriptionResponse({
  1. String? requestId,
  2. LanguageCode? languageCode,
  3. int? mediaSampleRateHertz,
  4. MediaEncoding? mediaEncoding,
  5. String? vocabularyName,
  6. String? sessionId,
  7. String? vocabularyFilterName,
  8. VocabularyFilterMethod? vocabularyFilterMethod,
  9. bool? showSpeakerLabel,
  10. bool? enableChannelIdentification,
  11. int? numberOfChannels,
  12. bool? enablePartialResultsStabilization,
  13. PartialResultsStability? partialResultsStability,
  14. ContentIdentificationType? contentIdentificationType,
  15. ContentRedactionType? contentRedactionType,
  16. String? piiEntityTypes,
  17. String? languageModelName,
  18. bool? identifyLanguage,
  19. String? languageOptions,
  20. LanguageCode? preferredLanguage,
  21. bool? identifyMultipleLanguages,
  22. String? vocabularyNames,
  23. String? vocabularyFilterNames,
})

Creates a StartStreamTranscriptionResponse from the values of the headers of a response from the Amazon Transcribe Streaming API.

Implementation

const StartStreamTranscriptionResponse({
  this.requestId,
  this.languageCode,
  this.mediaSampleRateHertz,
  this.mediaEncoding,
  this.vocabularyName,
  this.sessionId,
  this.vocabularyFilterName,
  this.vocabularyFilterMethod,
  this.showSpeakerLabel,
  this.enableChannelIdentification,
  this.numberOfChannels,
  this.enablePartialResultsStabilization,
  this.partialResultsStability,
  this.contentIdentificationType,
  this.contentRedactionType,
  this.piiEntityTypes,
  this.languageModelName,
  this.identifyLanguage,
  this.languageOptions,
  this.preferredLanguage,
  this.identifyMultipleLanguages,
  this.vocabularyNames,
  this.vocabularyFilterNames,
});