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
Returns Which Speech model to select. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then a default model is used. Refer to Cloud Speech API documentation for more details.
278 279 280 281 |
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 278 class SpeechToTextConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#speech_model_variant ⇒ ::Google::Cloud::Dialogflow::V2::SpeechModelVariant
Returns The speech model used in speech to text.
SPEECH_MODEL_VARIANT_UNSPECIFIED, USE_BEST_AVAILABLE will be treated as
USE_ENHANCED. It can be overridden in
AnalyzeContentRequest
and
StreamingAnalyzeContentRequest
request. If enhanced model variant is specified and an enhanced version of
the specified model for the language does not exist, then it would emit an
error.
278 279 280 281 |
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 278 class SpeechToTextConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |