class Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SpeechToTextSettings

Settings related to speech recognition.

Attributes

enable_speech_adaptation[RW]

Whether to use speech adaptation for speech recognition. Corresponds to the JSON property `enableSpeechAdaptation` @return [Boolean]

enable_speech_adaptation?[RW]

Whether to use speech adaptation for speech recognition. Corresponds to the JSON property `enableSpeechAdaptation` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dialogflow_v3beta1/classes.rb, line 7072
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_v3beta1/classes.rb, line 7077
def update!(**args)
  @enable_speech_adaptation = args[:enable_speech_adaptation] if args.key?(:enable_speech_adaptation)
end