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.
Instance Attribute Details
#model ⇒ ::String
286 287 288 289 |
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 286 class SpeechToTextConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#speech_model_variant ⇒ ::Google::Cloud::Dialogflow::V2::SpeechModelVariant
286 287 288 289 |
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 286 class SpeechToTextConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |