SpeechToTextOptions constructor

SpeechToTextOptions({
  1. String? modelId,
  2. String? speechLanguage,
  3. int? speechSampleRate,
  4. String? textLanguage,
  5. AdditionalPropertiesDictionary? additionalProperties,
})

Creates a new SpeechToTextOptions.

Implementation

SpeechToTextOptions({
  this.modelId,
  this.speechLanguage,
  this.speechSampleRate,
  this.textLanguage,
  this.additionalProperties,
});