Interface protos.google.cloud.dialogflow.cx.v3.IInputAudioConfig (2.12.1)

Properties of an InputAudioConfig.

Package

@google-cloud/dialogflow-cx!

Properties

audioEncoding

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

InputAudioConfig audioEncoding

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

enableWordInfo

enableWordInfo?: (boolean|null);

InputAudioConfig enableWordInfo

Property Value
TypeDescription
(boolean|null)

model

model?: (string|null);

InputAudioConfig model

Property Value
TypeDescription
(string|null)

modelVariant

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

InputAudioConfig modelVariant

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3.SpeechModelVariant|keyof typeof google.cloud.dialogflow.cx.v3.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)