class Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SpeechToTextSettings

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_v3/classes.rb, line 4948
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_v3/classes.rb, line 4953
def update!(**args)
  @enable_speech_adaptation = args[:enable_speech_adaptation] if args.key?(:enable_speech_adaptation)
end