Interface protos.google.cloud.dialogflow.v2beta1.IInputAudioConfig (4.3.1)

Properties of an InputAudioConfig.

Package

@google-cloud/dialogflow!

Properties

audioEncoding

audioEncoding?: (google.cloud.dialogflow.v2beta1.AudioEncoding|keyof typeof google.cloud.dialogflow.v2beta1.AudioEncoding|null);

InputAudioConfig audioEncoding

Property Value
TypeDescription
(google.cloud.dialogflow.v2beta1.AudioEncoding|keyof typeof google.cloud.dialogflow.v2beta1.AudioEncoding|null)

disableNoSpeechRecognizedEvent

disableNoSpeechRecognizedEvent?: (boolean|null);

InputAudioConfig disableNoSpeechRecognizedEvent

Property Value
TypeDescription
(boolean|null)

enableWordInfo

enableWordInfo?: (boolean|null);

InputAudioConfig enableWordInfo

Property Value
TypeDescription
(boolean|null)

languageCode

languageCode?: (string|null);

InputAudioConfig languageCode

Property Value
TypeDescription
(string|null)

model

model?: (string|null);

InputAudioConfig model

Property Value
TypeDescription
(string|null)

modelVariant

modelVariant?: (google.cloud.dialogflow.v2beta1.SpeechModelVariant|keyof typeof google.cloud.dialogflow.v2beta1.SpeechModelVariant|null);

InputAudioConfig modelVariant

Property Value
TypeDescription
(google.cloud.dialogflow.v2beta1.SpeechModelVariant|keyof typeof google.cloud.dialogflow.v2beta1.SpeechModelVariant|null)

phraseHints

phraseHints?: (string[]|null);

InputAudioConfig phraseHints

Property Value
TypeDescription
(string[]|null)

sampleRateHertz

sampleRateHertz?: (number|null);

InputAudioConfig sampleRateHertz

Property Value
TypeDescription
(number|null)

singleUtterance

singleUtterance?: (boolean|null);

InputAudioConfig singleUtterance

Property Value
TypeDescription
(boolean|null)

speechContexts

speechContexts?: (google.cloud.dialogflow.v2beta1.ISpeechContext[]|null);

InputAudioConfig speechContexts

Property Value
TypeDescription
(google.cloud.dialogflow.v2beta1.ISpeechContext[]|null)