TranscriptionOptions constructor
const
TranscriptionOptions({
- String? contextPrompt,
- bool? customVocabulary,
- CustomVocabularyConfig? customVocabularyConfig,
- String? language,
- bool? callback,
- CallbackConfig? callbackConfig,
- bool? subtitles,
- SubtitlesConfig? subtitlesConfig,
- bool? diarization,
- DiarizationConfig? diarizationConfig,
- bool? translation,
- TranslationConfig? translationConfig,
- bool? summarization,
- SummarizationConfig? summarizationConfig,
- bool? moderation,
- bool? namedEntityRecognition,
- bool? chapterization,
- bool? namesConsistency,
- bool? customSpelling,
- CustomSpellingConfig? customSpellingConfig,
- bool? structuredDataExtraction,
- StructuredDataExtractionConfig? structuredDataExtractionConfig,
- bool? sentimentAnalysis,
- bool? audioToLLM,
- AudioToLLMConfig? audioToLLMConfig,
- Map<
String, dynamic> ? customMetadata, - bool? sentences,
- String? displayMode,
- bool? enhancedPunctuation,
- LanguageConfig? languageConfig,
Creates a new instance of TranscriptionOptions
Implementation
const TranscriptionOptions({
this.contextPrompt,
this.customVocabulary,
this.customVocabularyConfig,
this.language,
this.callback,
this.callbackConfig,
this.subtitles,
this.subtitlesConfig,
this.diarization,
this.diarizationConfig,
this.translation,
this.translationConfig,
this.summarization,
this.summarizationConfig,
this.moderation,
this.namedEntityRecognition,
this.chapterization,
this.namesConsistency,
this.customSpelling,
this.customSpellingConfig,
this.structuredDataExtraction,
this.structuredDataExtractionConfig,
this.sentimentAnalysis,
this.audioToLLM,
this.audioToLLMConfig,
this.customMetadata,
this.sentences,
this.displayMode,
this.enhancedPunctuation,
this.languageConfig,
});