Skip to content

Commit b2b8fa2

Browse files
1 parent 8449859 commit b2b8fa2

File tree

18 files changed

+84
-90
lines changed

18 files changed

+84
-90
lines changed

clients/google-api-services-texttospeech/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-texttospeech</artifactId>
25-
<version>v1-rev20241216-2.0.0</version>
25+
<version>v1-rev20250114-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-texttospeech:v1-rev20241216-2.0.0'
38+
implementation 'com.google.apis:google-api-services-texttospeech:v1-rev20250114-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-texttospeech/v1/2.0.0/com/google/api/services/texttospeech/v1/model/AdvancedVoiceOptions.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
public final class AdvancedVoiceOptions extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Only for Journey voices. If false, the synthesis will be context aware and have higher latency.
34+
* Only for Journey voices. If false, the synthesis is context aware and has a higher latency.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.Boolean lowLatencyJourneySynthesis;
3939

4040
/**
41-
* Only for Journey voices. If false, the synthesis will be context aware and have higher latency.
41+
* Only for Journey voices. If false, the synthesis is context aware and has a higher latency.
4242
* @return value or {@code null} for none
4343
*/
4444
public java.lang.Boolean getLowLatencyJourneySynthesis() {
4545
return lowLatencyJourneySynthesis;
4646
}
4747

4848
/**
49-
* Only for Journey voices. If false, the synthesis will be context aware and have higher latency.
49+
* Only for Journey voices. If false, the synthesis is context aware and has a higher latency.
5050
* @param lowLatencyJourneySynthesis lowLatencyJourneySynthesis or {@code null} for none
5151
*/
5252
public AdvancedVoiceOptions setLowLatencyJourneySynthesis(java.lang.Boolean lowLatencyJourneySynthesis) {

clients/google-api-services-texttospeech/v1/2.0.0/com/google/api/services/texttospeech/v1/model/CustomPronunciationParams.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ public final class CustomPronunciationParams extends com.google.api.client.json.
3838
private java.lang.String phoneticEncoding;
3939

4040
/**
41-
* The phrase to which the customization will be applied. The phrase can be multiple words (in the
42-
* case of proper nouns etc), but should not span to a whole sentence.
41+
* The phrase to which the customization is applied. The phrase can be multiple words, such as
42+
* proper nouns, but shouldn't span the length of the sentence.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -70,17 +70,17 @@ public CustomPronunciationParams setPhoneticEncoding(java.lang.String phoneticEn
7070
}
7171

7272
/**
73-
* The phrase to which the customization will be applied. The phrase can be multiple words (in the
74-
* case of proper nouns etc), but should not span to a whole sentence.
73+
* The phrase to which the customization is applied. The phrase can be multiple words, such as
74+
* proper nouns, but shouldn't span the length of the sentence.
7575
* @return value or {@code null} for none
7676
*/
7777
public java.lang.String getPhrase() {
7878
return phrase;
7979
}
8080

8181
/**
82-
* The phrase to which the customization will be applied. The phrase can be multiple words (in the
83-
* case of proper nouns etc), but should not span to a whole sentence.
82+
* The phrase to which the customization is applied. The phrase can be multiple words, such as
83+
* proper nouns, but shouldn't span the length of the sentence.
8484
* @param phrase phrase or {@code null} for none
8585
*/
8686
public CustomPronunciationParams setPhrase(java.lang.String phrase) {

clients/google-api-services-texttospeech/v1/2.0.0/com/google/api/services/texttospeech/v1/model/CustomPronunciations.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public final class CustomPronunciations extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* The pronunciation customizations to be applied.
34+
* The pronunciation customizations are applied.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -44,15 +44,15 @@ public final class CustomPronunciations extends com.google.api.client.json.Gener
4444
}
4545

4646
/**
47-
* The pronunciation customizations to be applied.
47+
* The pronunciation customizations are applied.
4848
* @return value or {@code null} for none
4949
*/
5050
public java.util.List<CustomPronunciationParams> getPronunciations() {
5151
return pronunciations;
5252
}
5353

5454
/**
55-
* The pronunciation customizations to be applied.
55+
* The pronunciation customizations are applied.
5656
* @param pronunciations pronunciations or {@code null} for none
5757
*/
5858
public CustomPronunciations setPronunciations(java.util.List<CustomPronunciationParams> pronunciations) {

clients/google-api-services-texttospeech/v1/2.0.0/com/google/api/services/texttospeech/v1/model/SynthesisInput.java

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,12 @@
3232
public final class SynthesisInput extends com.google.api.client.json.GenericJson {
3333

3434
/**
35-
* Optional. The pronunciation customizations to be applied to the input. If this is set, the
36-
* input will be synthesized using the given pronunciation customizations. The initial support
37-
* will be for EFIGS (English, French, Italian, German, Spanish) languages, as provided in
38-
* VoiceSelectionParams. Journey and Instant Clone voices are not supported yet. In order to
39-
* customize the pronunciation of a phrase, there must be an exact match of the phrase in the
40-
* input types. If using SSML, the phrase must not be inside a phoneme tag (entirely or
41-
* partially).
35+
* Optional. The pronunciation customizations are applied to the input. If this is set, the input
36+
* is synthesized using the given pronunciation customizations. The initial support is for
37+
* English, French, Italian, German, and Spanish (EFIGS) languages, as provided in
38+
* VoiceSelectionParams. Journey and Instant Clone voices aren't supported. In order to customize
39+
* the pronunciation of a phrase, there must be an exact match of the phrase in the input types.
40+
* If using SSML, the phrase must not be inside a phoneme tag.
4241
* The value may be {@code null}.
4342
*/
4443
@com.google.api.client.util.Key
@@ -68,27 +67,25 @@ public final class SynthesisInput extends com.google.api.client.json.GenericJson
6867
private java.lang.String text;
6968

7069
/**
71-
* Optional. The pronunciation customizations to be applied to the input. If this is set, the
72-
* input will be synthesized using the given pronunciation customizations. The initial support
73-
* will be for EFIGS (English, French, Italian, German, Spanish) languages, as provided in
74-
* VoiceSelectionParams. Journey and Instant Clone voices are not supported yet. In order to
75-
* customize the pronunciation of a phrase, there must be an exact match of the phrase in the
76-
* input types. If using SSML, the phrase must not be inside a phoneme tag (entirely or
77-
* partially).
70+
* Optional. The pronunciation customizations are applied to the input. If this is set, the input
71+
* is synthesized using the given pronunciation customizations. The initial support is for
72+
* English, French, Italian, German, and Spanish (EFIGS) languages, as provided in
73+
* VoiceSelectionParams. Journey and Instant Clone voices aren't supported. In order to customize
74+
* the pronunciation of a phrase, there must be an exact match of the phrase in the input types.
75+
* If using SSML, the phrase must not be inside a phoneme tag.
7876
* @return value or {@code null} for none
7977
*/
8078
public CustomPronunciations getCustomPronunciations() {
8179
return customPronunciations;
8280
}
8381

8482
/**
85-
* Optional. The pronunciation customizations to be applied to the input. If this is set, the
86-
* input will be synthesized using the given pronunciation customizations. The initial support
87-
* will be for EFIGS (English, French, Italian, German, Spanish) languages, as provided in
88-
* VoiceSelectionParams. Journey and Instant Clone voices are not supported yet. In order to
89-
* customize the pronunciation of a phrase, there must be an exact match of the phrase in the
90-
* input types. If using SSML, the phrase must not be inside a phoneme tag (entirely or
91-
* partially).
83+
* Optional. The pronunciation customizations are applied to the input. If this is set, the input
84+
* is synthesized using the given pronunciation customizations. The initial support is for
85+
* English, French, Italian, German, and Spanish (EFIGS) languages, as provided in
86+
* VoiceSelectionParams. Journey and Instant Clone voices aren't supported. In order to customize
87+
* the pronunciation of a phrase, there must be an exact match of the phrase in the input types.
88+
* If using SSML, the phrase must not be inside a phoneme tag.
9289
* @param customPronunciations customPronunciations or {@code null} for none
9390
*/
9491
public SynthesisInput setCustomPronunciations(CustomPronunciations customPronunciations) {

clients/google-api-services-texttospeech/v1/2.0.0/com/google/api/services/texttospeech/v1/model/Turn.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.texttospeech.v1.model;
1818

1919
/**
20-
* A Multi-speaker turn.
20+
* A multi-speaker turn.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Cloud Text-to-Speech API. For a detailed explanation

clients/google-api-services-texttospeech/v1/2.0.0/com/google/api/services/texttospeech/v1/model/VoiceSelectionParams.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public final class VoiceSelectionParams extends com.google.api.client.json.Gener
7272

7373
/**
7474
* Optional. The configuration for a voice clone. If [VoiceCloneParams.voice_clone_key] is set,
75-
* the service will choose the voice clone matching the specified configuration.
75+
* the service chooses the voice clone matching the specified configuration.
7676
* The value may be {@code null}.
7777
*/
7878
@com.google.api.client.util.Key
@@ -172,7 +172,7 @@ public VoiceSelectionParams setSsmlGender(java.lang.String ssmlGender) {
172172

173173
/**
174174
* Optional. The configuration for a voice clone. If [VoiceCloneParams.voice_clone_key] is set,
175-
* the service will choose the voice clone matching the specified configuration.
175+
* the service chooses the voice clone matching the specified configuration.
176176
* @return value or {@code null} for none
177177
*/
178178
public VoiceCloneParams getVoiceClone() {
@@ -181,7 +181,7 @@ public VoiceCloneParams getVoiceClone() {
181181

182182
/**
183183
* Optional. The configuration for a voice clone. If [VoiceCloneParams.voice_clone_key] is set,
184-
* the service will choose the voice clone matching the specified configuration.
184+
* the service chooses the voice clone matching the specified configuration.
185185
* @param voiceClone voiceClone or {@code null} for none
186186
*/
187187
public VoiceSelectionParams setVoiceClone(VoiceCloneParams voiceClone) {

clients/google-api-services-texttospeech/v1/2.0.0/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-texttospeech</artifactId>
11-
<version>v1-rev20241216-2.0.0</version>
12-
<name>Cloud Text-to-Speech API v1-rev20241216-2.0.0</name>
11+
<version>v1-rev20250114-2.0.0</version>
12+
<name>Cloud Text-to-Speech API v1-rev20250114-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -92,7 +92,7 @@
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
9393
<link>https://googleapis.dev/java/google-http-client/1.45.3/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.37.0/</link>
95-
<link>https://googleapis.dev/java/google-api-client/2.7.0/</link>
95+
<link>https://googleapis.dev/java/google-api-client/2.7.1/</link>
9696
</links>
9797
</configuration>
9898
</plugin>
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>com.google.api-client</groupId>
127127
<artifactId>google-api-client</artifactId>
128-
<version>2.7.0</version>
128+
<version>2.7.1</version>
129129
</dependency>
130130
</dependencies>
131131

clients/google-api-services-texttospeech/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-texttospeech</artifactId>
25-
<version>v1-rev20241216-2.0.0</version>
25+
<version>v1-rev20250114-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-texttospeech:v1-rev20241216-2.0.0'
38+
implementation 'com.google.apis:google-api-services-texttospeech:v1-rev20250114-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-texttospeech/v1beta1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-texttospeech</artifactId>
25-
<version>v1beta1-rev20241216-2.0.0</version>
25+
<version>v1beta1-rev20250114-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-texttospeech:v1beta1-rev20241216-2.0.0'
38+
implementation 'com.google.apis:google-api-services-texttospeech:v1beta1-rev20250114-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)