Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class SpeechToTextSettings.
Settings related to speech recognition.
Generated from protobuf message google.cloud.dialogflow.cx.v3.SpeechToTextSettings
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enable_speech_adaptation |
bool
Whether to use speech adaptation for speech recognition. |
getEnableSpeechAdaptation
Whether to use speech adaptation for speech recognition.
Returns | |
---|---|
Type | Description |
bool |
setEnableSpeechAdaptation
Whether to use speech adaptation for speech recognition.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |