AITranscriberSettings constructor

const AITranscriberSettings({
  1. SourceLanguage sourceLanguage = SourceLanguage.chineseEnglish,
  2. TranslationLanguage? translationLanguage = TranslationLanguage.english,
  3. bool showBilingual = true,
})

Implementation

const AITranscriberSettings({
  this.sourceLanguage = SourceLanguage.chineseEnglish,
  this.translationLanguage = TranslationLanguage.english,
  this.showBilingual = true,
});