Class: Google::Cloud::Dialogflow::CX::V3::SpeechToTextSettings

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#enable_speech_adaptation::Boolean

Returns Whether to use speech adaptation for speech recognition.

Returns:

  • (::Boolean)

    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