You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: google-cloud-texttospeech/src/main/java/com/google/cloud/texttospeech/v1beta1/TextToSpeechClient.java
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -154,11 +154,9 @@ public TextToSpeechStub getStub() {
154
154
* @param languageCode Optional. Recommended.
155
155
* [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If not specified, the
156
156
* API will return all supported voices. If specified, the ListVoices call will only return
157
-
* voices that can be used to synthesize this language_code. E.g. when specifying `"en-NZ"`,
158
-
* you will get supported `"en-NZ"` voices; when specifying `"no"`, you will get supported
159
-
* `"no-\\*"` (Norwegian) and `"nb-\\*"` (Norwegian Bokmal) voices; specifying `"zh"`
160
-
* will also get supported `"cmn-\\*"` voices; specifying `"zh-hk"` will also get
161
-
* supported `"yue-hk"` voices.
157
+
* voices that can be used to synthesize this language_code. For example, if you specify
158
+
* `"en-NZ"`, all `"en-NZ"` voices will be returned. If you specify `"no"`, both
159
+
* `"no-\\*"` (Norwegian) and `"nb-\\*"` (Norwegian Bokmal) voices will be returned.
162
160
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
Copy file name to clipboardExpand all lines: proto-google-cloud-texttospeech-v1beta1/src/main/java/com/google/cloud/texttospeech/v1beta1/ListVoicesRequest.java
+28-35Lines changed: 28 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -121,11 +121,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
121
121
* [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
122
122
* If not specified, the API will return all supported voices.
123
123
* If specified, the ListVoices call will only return voices that can be used
124
-
* to synthesize this language_code. E.g. when specifying `"en-NZ"`, you will
125
-
* get supported `"en-NZ"` voices; when specifying `"no"`, you will get
126
-
* supported `"no-\*"` (Norwegian) and `"nb-\*"` (Norwegian Bokmal) voices;
127
-
* specifying `"zh"` will also get supported `"cmn-\*"` voices; specifying
128
-
* `"zh-hk"` will also get supported `"yue-hk"` voices.
124
+
* to synthesize this language_code. For example, if you specify `"en-NZ"`,
125
+
* all `"en-NZ"` voices will be returned. If you specify `"no"`, both
126
+
* `"no-\*"` (Norwegian) and `"nb-\*"` (Norwegian Bokmal) voices will be
Copy file name to clipboardExpand all lines: proto-google-cloud-texttospeech-v1beta1/src/main/java/com/google/cloud/texttospeech/v1beta1/ListVoicesRequestOrBuilder.java
+8-10Lines changed: 8 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,10 @@ public interface ListVoicesRequestOrBuilder
31
31
* [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
32
32
* If not specified, the API will return all supported voices.
33
33
* If specified, the ListVoices call will only return voices that can be used
34
-
* to synthesize this language_code. E.g. when specifying `"en-NZ"`, you will
35
-
* get supported `"en-NZ"` voices; when specifying `"no"`, you will get
36
-
* supported `"no-\*"` (Norwegian) and `"nb-\*"` (Norwegian Bokmal) voices;
37
-
* specifying `"zh"` will also get supported `"cmn-\*"` voices; specifying
38
-
* `"zh-hk"` will also get supported `"yue-hk"` voices.
34
+
* to synthesize this language_code. For example, if you specify `"en-NZ"`,
35
+
* all `"en-NZ"` voices will be returned. If you specify `"no"`, both
36
+
* `"no-\*"` (Norwegian) and `"nb-\*"` (Norwegian Bokmal) voices will be
0 commit comments