Properties of an InputAudioConfig.
Package
@google-cloud/dialogflow!Properties
audioEncoding
audioEncoding?: (google.cloud.dialogflow.v2.AudioEncoding|keyof typeof google.cloud.dialogflow.v2.AudioEncoding|null);InputAudioConfig audioEncoding
| Type | Description |
| (google.cloud.dialogflow.v2.AudioEncoding|keyof typeof google.cloud.dialogflow.v2.AudioEncoding|null) |
disableNoSpeechRecognizedEvent
disableNoSpeechRecognizedEvent?: (boolean|null);InputAudioConfig disableNoSpeechRecognizedEvent
| Type | Description |
| (boolean|null) |
enableWordInfo
enableWordInfo?: (boolean|null);InputAudioConfig enableWordInfo
| Type | Description |
| (boolean|null) |
languageCode
languageCode?: (string|null);InputAudioConfig languageCode
| Type | Description |
| (string|null) |
model
model?: (string|null);InputAudioConfig model
| Type | Description |
| (string|null) |
modelVariant
modelVariant?: (google.cloud.dialogflow.v2.SpeechModelVariant|keyof typeof google.cloud.dialogflow.v2.SpeechModelVariant|null);InputAudioConfig modelVariant
| Type | Description |
| (google.cloud.dialogflow.v2.SpeechModelVariant|keyof typeof google.cloud.dialogflow.v2.SpeechModelVariant|null) |
phraseHints
phraseHints?: (string[]|null);InputAudioConfig phraseHints
| Type | Description |
| (string[]|null) |
sampleRateHertz
sampleRateHertz?: (number|null);InputAudioConfig sampleRateHertz
| Type | Description |
| (number|null) |
singleUtterance
singleUtterance?: (boolean|null);InputAudioConfig singleUtterance
| Type | Description |
| (boolean|null) |
speechContexts
speechContexts?: (google.cloud.dialogflow.v2.ISpeechContext[]|null);InputAudioConfig speechContexts
| Type | Description |
| (google.cloud.dialogflow.v2.ISpeechContext[]|null) |