class Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SpeechToTextConfig
Configures speech transcription for ConversationProfile.
Attributes
speech_model_variant[RW]
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 request. Corresponds to the JSON property `speechModelVariant` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 13619 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 13624 def update!(**args) @speech_model_variant = args[:speech_model_variant] if args.key?(:speech_model_variant) end