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: proto-google-cloud-texttospeech-v1beta1/src/main/java/com/google/cloud/texttospeech/v1beta1/ListVoicesRequest.java
+28-35
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-10
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