Skip to content

Commit 862eddf

Browse files
1 parent 5bbec7c commit 862eddf

File tree

8 files changed

+60
-12
lines changed

8 files changed

+60
-12
lines changed

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

+2-2
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-rev20250415-2.0.0</version>
25+
<version>v1-rev20250424-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-rev20250415-2.0.0'
38+
implementation 'com.google.apis:google-api-services-texttospeech:v1-rev20250424-2.0.0'
3939
}
4040
```
4141

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

+24
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ public final class SynthesisInput extends com.google.api.client.json.GenericJson
4242
@com.google.api.client.util.Key
4343
private CustomPronunciations customPronunciations;
4444

45+
/**
46+
* Markup for HD voices specifically. This field may not be used with any other voices.
47+
* The value may be {@code null}.
48+
*/
49+
@com.google.api.client.util.Key
50+
private java.lang.String markup;
51+
4552
/**
4653
* The multi-speaker input to be synthesized. Only applicable for multi-speaker synthesis.
4754
* The value may be {@code null}.
@@ -90,6 +97,23 @@ public SynthesisInput setCustomPronunciations(CustomPronunciations customPronunc
9097
return this;
9198
}
9299

100+
/**
101+
* Markup for HD voices specifically. This field may not be used with any other voices.
102+
* @return value or {@code null} for none
103+
*/
104+
public java.lang.String getMarkup() {
105+
return markup;
106+
}
107+
108+
/**
109+
* Markup for HD voices specifically. This field may not be used with any other voices.
110+
* @param markup markup or {@code null} for none
111+
*/
112+
public SynthesisInput setMarkup(java.lang.String markup) {
113+
this.markup = markup;
114+
return this;
115+
}
116+
93117
/**
94118
* The multi-speaker input to be synthesized. Only applicable for multi-speaker synthesis.
95119
* @return value or {@code null} for none

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

+2-2
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-rev20250415-2.0.0</version>
12-
<name>Cloud Text-to-Speech API v1-rev20250415-2.0.0</name>
11+
<version>v1-rev20250424-2.0.0</version>
12+
<name>Cloud Text-to-Speech API v1-rev20250424-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

+2-2
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-rev20250415-2.0.0</version>
25+
<version>v1-rev20250424-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-rev20250415-2.0.0'
38+
implementation 'com.google.apis:google-api-services-texttospeech:v1-rev20250424-2.0.0'
3939
}
4040
```
4141

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

+2-2
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-rev20250415-2.0.0</version>
25+
<version>v1beta1-rev20250424-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-rev20250415-2.0.0'
38+
implementation 'com.google.apis:google-api-services-texttospeech:v1beta1-rev20250424-2.0.0'
3939
}
4040
```
4141

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

+24
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ public final class SynthesisInput extends com.google.api.client.json.GenericJson
4242
@com.google.api.client.util.Key
4343
private CustomPronunciations customPronunciations;
4444

45+
/**
46+
* Markup for HD voices specifically. This field may not be used with any other voices.
47+
* The value may be {@code null}.
48+
*/
49+
@com.google.api.client.util.Key
50+
private java.lang.String markup;
51+
4552
/**
4653
* The multi-speaker input to be synthesized. Only applicable for multi-speaker synthesis.
4754
* The value may be {@code null}.
@@ -90,6 +97,23 @@ public SynthesisInput setCustomPronunciations(CustomPronunciations customPronunc
9097
return this;
9198
}
9299

100+
/**
101+
* Markup for HD voices specifically. This field may not be used with any other voices.
102+
* @return value or {@code null} for none
103+
*/
104+
public java.lang.String getMarkup() {
105+
return markup;
106+
}
107+
108+
/**
109+
* Markup for HD voices specifically. This field may not be used with any other voices.
110+
* @param markup markup or {@code null} for none
111+
*/
112+
public SynthesisInput setMarkup(java.lang.String markup) {
113+
this.markup = markup;
114+
return this;
115+
}
116+
93117
/**
94118
* The multi-speaker input to be synthesized. Only applicable for multi-speaker synthesis.
95119
* @return value or {@code null} for none

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

+2-2
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>v1beta1-rev20250415-2.0.0</version>
12-
<name>Cloud Text-to-Speech API v1beta1-rev20250415-2.0.0</name>
11+
<version>v1beta1-rev20250424-2.0.0</version>
12+
<name>Cloud Text-to-Speech API v1beta1-rev20250424-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

+2-2
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-rev20250415-2.0.0</version>
25+
<version>v1beta1-rev20250424-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-rev20250415-2.0.0'
38+
implementation 'com.google.apis:google-api-services-texttospeech:v1beta1-rev20250424-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)