GoogleCloudDialogflowV2SpeechToTextConfig constructor

GoogleCloudDialogflowV2SpeechToTextConfig({
  1. String? model,
  2. String? speechModelVariant,
  3. bool? useTimeoutBasedEndpointing,
})

Implementation

GoogleCloudDialogflowV2SpeechToTextConfig({
  this.model,
  this.speechModelVariant,
  this.useTimeoutBasedEndpointing,
});