AITranscriberSettings constructor
const
AITranscriberSettings({
- SourceLanguage sourceLanguage = SourceLanguage.chineseEnglish,
- TranslationLanguage? translationLanguage = TranslationLanguage.english,
- bool showBilingual = true,
Implementation
const AITranscriberSettings({
this.sourceLanguage = SourceLanguage.chineseEnglish,
this.translationLanguage = TranslationLanguage.english,
this.showBilingual = true,
});