GoogleCloudDialogflowV2SpeechToTextConfig constructor

GoogleCloudDialogflowV2SpeechToTextConfig({
  1. String? audioEncoding,
  2. bool? enableWordInfo,
  3. String? languageCode,
  4. String? model,
  5. List<String>? phraseSets,
  6. int? sampleRateHertz,
  7. String? speechModelVariant,
  8. bool? useTimeoutBasedEndpointing,
})

Implementation

GoogleCloudDialogflowV2SpeechToTextConfig({
  this.audioEncoding,
  this.enableWordInfo,
  this.languageCode,
  this.model,
  this.phraseSets,
  this.sampleRateHertz,
  this.speechModelVariant,
  this.useTimeoutBasedEndpointing,
});