GoogleCloudDialogflowV2InputAudioConfig constructor

GoogleCloudDialogflowV2InputAudioConfig({
  1. String? audioEncoding,
  2. bool? disableNoSpeechRecognizedEvent,
  3. bool? enableAutomaticPunctuation,
  4. bool? enableWordInfo,
  5. String? languageCode,
  6. String? model,
  7. String? modelVariant,
  8. bool? optOutConformerModelMigration,
  9. List<String>? phraseHints,
  10. int? sampleRateHertz,
  11. bool? singleUtterance,
  12. List<GoogleCloudDialogflowV2SpeechContext>? speechContexts,
})

Implementation

GoogleCloudDialogflowV2InputAudioConfig({
  this.audioEncoding,
  this.disableNoSpeechRecognizedEvent,
  this.enableAutomaticPunctuation,
  this.enableWordInfo,
  this.languageCode,
  this.model,
  this.modelVariant,
  this.optOutConformerModelMigration,
  this.phraseHints,
  this.sampleRateHertz,
  this.singleUtterance,
  this.speechContexts,
});