generated/google/apis/speech_v1p1beta1/classes.rb in google-api-client-0.30.4 vs generated/google/apis/speech_v1p1beta1/classes.rb in google-api-client-0.30.5
- old
+ new
@@ -434,20 +434,14 @@
# @return [Array<Google::Apis::SpeechV1p1beta1::SpeechContext>]
attr_accessor :speech_contexts
# *Optional* Set to true to use an enhanced model for speech recognition.
# If `use_enhanced` is set to true and the `model` field is not set, then
- # an appropriate enhanced model is chosen if:
- # 1. project is eligible for requesting enhanced models
- # 2. an enhanced model exists for the audio
+ # an appropriate enhanced model is chosen if an enhanced model exists for
+ # the audio.
# If `use_enhanced` is true and an enhanced version of the specified model
# does not exist, then the speech is recognized using the standard version
# of the specified model.
- # Enhanced speech models require that you opt-in to data logging using
- # instructions in the
- # [documentation](/speech-to-text/docs/enable-data-logging). If you set
- # `use_enhanced` to true and you have not enabled audio logging, then you
- # will receive an error.
# Corresponds to the JSON property `useEnhanced`
# @return [Boolean]
attr_accessor :use_enhanced
alias_method :use_enhanced?, :use_enhanced