Class: Google::Cloud::Dialogflow::V2::SpeechToTextConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::SpeechToTextConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/audio_config.rb
Overview
Configures speech transcription for ConversationProfile.
Instance Attribute Summary collapse
-
#model ⇒ ::String
Which Speech model to select.
-
#speech_model_variant ⇒ ::Google::Cloud::Dialogflow::V2::SpeechModelVariant
The speech model used in speech to text.
-
#use_timeout_based_endpointing ⇒ ::Boolean
Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
Instance Attribute Details
#model ⇒ ::String
298 299 300 301 |
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 298 class SpeechToTextConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#speech_model_variant ⇒ ::Google::Cloud::Dialogflow::V2::SpeechModelVariant
298 299 300 301 |
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 298 class SpeechToTextConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#use_timeout_based_endpointing ⇒ ::Boolean
298 299 300 301 |
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 298 class SpeechToTextConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |