Class: Google::Cloud::Dialogflow::CX::V3::SpeechToTextSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::SpeechToTextSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/agent.rb
Overview
Settings related to speech recognition.
Instance Attribute Summary collapse
-
#enable_speech_adaptation ⇒ ::Boolean
Whether to use speech adaptation for speech recognition.
Instance Attribute Details
#enable_speech_adaptation ⇒ ::Boolean
Returns Whether to use speech adaptation for speech recognition.
29 30 31 32 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 29 class SpeechToTextSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |