@@ -26,8 +26,8 @@ module TexttospeechV1
2626 class AdvancedVoiceOptions
2727 include Google ::Apis ::Core ::Hashable
2828
29- # Only for Journey voices. If false, the synthesis will be context aware and
30- # have higher latency.
29+ # Only for Journey voices. If false, the synthesis is context aware and has a
30+ # higher latency.
3131 # Corresponds to the JSON property `lowLatencyJourneySynthesis`
3232 # @return [Boolean]
3333 attr_accessor :low_latency_journey_synthesis
@@ -136,9 +136,8 @@ class CustomPronunciationParams
136136 # @return [String]
137137 attr_accessor :phonetic_encoding
138138
139- # The phrase to which the customization will be applied. The phrase can be
140- # multiple words (in the case of proper nouns etc), but should not span to a
141- # whole sentence.
139+ # The phrase to which the customization is applied. The phrase can be multiple
140+ # words, such as proper nouns, but shouldn't span the length of the sentence.
142141 # Corresponds to the JSON property `phrase`
143142 # @return [String]
144143 attr_accessor :phrase
@@ -165,7 +164,7 @@ def update!(**args)
165164 class CustomPronunciations
166165 include Google ::Apis ::Core ::Hashable
167166
168- # The pronunciation customizations to be applied.
167+ # The pronunciation customizations are applied.
169168 # Corresponds to the JSON property `pronunciations`
170169 # @return [Array<Google::Apis::TexttospeechV1::CustomPronunciationParams>]
171170 attr_accessor :pronunciations
@@ -593,7 +592,7 @@ def update!(**args)
593592 end
594593 end
595594
596- # A Multi -speaker turn.
595+ # A multi -speaker turn.
597596 class Turn
598597 include Google ::Apis ::Core ::Hashable
599598
0 commit comments