TranscriptionSettingsResponse constructor
const
TranscriptionSettingsResponse({
- required TranscriptionSettingsResponseClosedCaptionMode closedCaptionMode,
- required TranscriptionSettingsResponseLanguage language,
- required TranscriptionSettingsResponseMode mode,
- SpeechSegmentConfig? speechSegmentConfig,
- TranslationSettings? translation,
Implementation
const TranscriptionSettingsResponse({
required this.closedCaptionMode,
required this.language,
required this.mode,
this.speechSegmentConfig,
this.translation,
});