GoogleCloudDialogflowV2InputAudioConfig constructor
GoogleCloudDialogflowV2InputAudioConfig({
- String? audioEncoding,
- bool? disableNoSpeechRecognizedEvent,
- bool? enableAutomaticPunctuation,
- bool? enableWordInfo,
- String? languageCode,
- String? model,
- String? modelVariant,
- bool? optOutConformerModelMigration,
- List<
String> ? phraseHints, - int? sampleRateHertz,
- bool? singleUtterance,
- 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,
});