TranscriptionSettingsResponse constructor

const TranscriptionSettingsResponse({
  1. required TranscriptionSettingsResponseClosedCaptionMode closedCaptionMode,
  2. required TranscriptionSettingsResponseLanguage language,
  3. required TranscriptionSettingsResponseMode mode,
  4. SpeechSegmentConfig? speechSegmentConfig,
  5. TranslationSettings? translation,
})

Implementation

const TranscriptionSettingsResponse({
  required this.closedCaptionMode,
  required this.language,
  required this.mode,
  this.speechSegmentConfig,
  this.translation,
});