Skip to content

Commit 886dd9d

Browse files
feat: Automated regeneration of texttospeech v1 client (googleapis#21437)
Auto-created at 2025-01-19 10:37:53 +0000 using the toys pull request generator.
1 parent 6fcb697 commit 886dd9d

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

generated/google-apis-texttospeech_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-texttospeech_v1
22

3+
### v0.36.0 (2025-01-19)
4+
5+
* Regenerated from discovery document revision 20250114
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.35.0 (2024-11-24)
49

510
* Regenerated from discovery document revision 20241116

generated/google-apis-texttospeech_v1/lib/google/apis/texttospeech_v1/classes.rb

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

generated/google-apis-texttospeech_v1/lib/google/apis/texttospeech_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module TexttospeechV1
1818
# Version of the google-apis-texttospeech_v1 gem
19-
GEM_VERSION = "0.35.0"
19+
GEM_VERSION = "0.36.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.1"
22+
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241116"
25+
REVISION = "20250114"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)