SpeechToTextOptions constructor
SpeechToTextOptions({
- String? modelId,
- String? speechLanguage,
- int? speechSampleRate,
- String? textLanguage,
- AdditionalPropertiesDictionary? additionalProperties,
Creates a new SpeechToTextOptions.
Implementation
SpeechToTextOptions({
this.modelId,
this.speechLanguage,
this.speechSampleRate,
this.textLanguage,
this.additionalProperties,
});