Class: Google::Cloud::Dialogflow::V2::SpeechToTextConfig

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

Instance Attribute Details

#speech_model_variant::Google::Cloud::Dialogflow::V2::SpeechModelVariant

Returns Optional. 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][google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest] request.

Returns:



248
249
250
251
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 248

class SpeechToTextConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end