generated/google/apis/speech_v1p1beta1/classes.rb in google-api-client-0.27.3 vs generated/google/apis/speech_v1p1beta1/classes.rb in google-api-client-0.28.0
- old
+ new
@@ -334,10 +334,10 @@
# Corresponds to the JSON property `enableAutomaticPunctuation`
# @return [Boolean]
attr_accessor :enable_automatic_punctuation
alias_method :enable_automatic_punctuation?, :enable_automatic_punctuation
- # This needs to be set to ‘true’ explicitly and `audio_channel_count` > 1
+ # This needs to be set to `true` explicitly and `audio_channel_count` > 1
# to get each channel recognized separately. The recognition result will
# contain a `channel_tag` field to state which channel that result belongs
# to. If this is not true, we will only recognize the first channel. The
# request is billed cumulatively for all channels recognized:
# `audio_channel_count` multiplied by the length of the audio.