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/AudioEncoding.java
+24
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,17 @@ public enum AudioEncoding implements com.google.protobuf.ProtocolMessageEnum {
94
94
* <code>MULAW = 5;</code>
95
95
*/
96
96
MULAW(5),
97
+
/**
98
+
*
99
+
*
100
+
* <pre>
101
+
* 8-bit samples that compand 14-bit audio samples using G.711 PCMU/A-law.
102
+
* Audio content returned as ALAW also contains a WAV header.
103
+
* </pre>
104
+
*
105
+
* <code>ALAW = 6;</code>
106
+
*/
107
+
ALAW(6),
97
108
UNRECOGNIZED(-1),
98
109
;
99
110
@@ -162,6 +173,17 @@ public enum AudioEncoding implements com.google.protobuf.ProtocolMessageEnum {
162
173
* <code>MULAW = 5;</code>
163
174
*/
164
175
publicstaticfinalintMULAW_VALUE = 5;
176
+
/**
177
+
*
178
+
*
179
+
* <pre>
180
+
* 8-bit samples that compand 14-bit audio samples using G.711 PCMU/A-law.
181
+
* Audio content returned as ALAW also contains a WAV header.
182
+
* </pre>
183
+
*
184
+
* <code>ALAW = 6;</code>
185
+
*/
186
+
publicstaticfinalintALAW_VALUE = 6;
165
187
166
188
publicfinalintgetNumber() {
167
189
if (this == UNRECOGNIZED) {
@@ -199,6 +221,8 @@ public static AudioEncoding forNumber(int value) {
Copy file name to clipboardExpand all lines: proto-google-cloud-texttospeech-v1beta1/src/main/java/com/google/cloud/texttospeech/v1beta1/ListVoicesRequest.java
+42-35
Original file line number
Diff line number
Diff line change
@@ -118,13 +118,14 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
118
118
*
119
119
* <pre>
120
120
* Optional. Recommended.
121
-
* [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If
122
-
* specified, the ListVoices call will only return voices that can be used to
123
-
* synthesize this language_code. E.g. when specifying "en-NZ", you will get
124
-
* supported "en-\*" voices; when specifying "no", you will get supported
121
+
* [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
122
+
* If not specified, the API will return all supported voices.
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 supported
125
126
* "no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal) voices; specifying "zh"
126
127
* will also get supported "cmn-\*" voices; specifying "zh-hk" will also get
Copy file name to clipboardExpand all lines: proto-google-cloud-texttospeech-v1beta1/src/main/java/com/google/cloud/texttospeech/v1beta1/ListVoicesRequestOrBuilder.java
+12-10
Original file line number
Diff line number
Diff line change
@@ -28,13 +28,14 @@ public interface ListVoicesRequestOrBuilder
28
28
*
29
29
* <pre>
30
30
* Optional. Recommended.
31
-
* [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If
32
-
* specified, the ListVoices call will only return voices that can be used to
33
-
* synthesize this language_code. E.g. when specifying "en-NZ", you will get
34
-
* supported "en-\*" voices; when specifying "no", you will get supported
31
+
* [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
32
+
* If not specified, the API will return all supported voices.
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 supported
35
36
* "no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal) voices; specifying "zh"
36
37
* will also get supported "cmn-\*" voices; specifying "zh-hk" will also get
Copy file name to clipboardExpand all lines: proto-google-cloud-texttospeech-v1beta1/src/main/java/com/google/cloud/texttospeech/v1beta1/SynthesizeSpeechRequest.java
+17-17
Original file line number
Diff line number
Diff line change
@@ -508,7 +508,7 @@ public com.google.cloud.texttospeech.v1beta1.AudioConfigOrBuilder getAudioConfig
508
508
*
509
509
*
510
510
* <pre>
511
-
* Whether and what timepoints should be returned in the response.
511
+
* Whether and what timepoints are returned in the response.
512
512
* </pre>
513
513
*
514
514
* <code>
@@ -529,7 +529,7 @@ public com.google.cloud.texttospeech.v1beta1.AudioConfigOrBuilder getAudioConfig
529
529
*
530
530
*
531
531
* <pre>
532
-
* Whether and what timepoints should be returned in the response.
532
+
* Whether and what timepoints are returned in the response.
533
533
* </pre>
534
534
*
535
535
* <code>
@@ -546,7 +546,7 @@ public int getEnableTimePointingCount() {
546
546
*
547
547
*
548
548
* <pre>
549
-
* Whether and what timepoints should be returned in the response.
549
+
* Whether and what timepoints are returned in the response.
550
550
* </pre>
551
551
*
552
552
* <code>
@@ -565,7 +565,7 @@ public int getEnableTimePointingCount() {
565
565
*
566
566
*
567
567
* <pre>
568
-
* Whether and what timepoints should be returned in the response.
568
+
* Whether and what timepoints are returned in the response.
569
569
* </pre>
570
570
*
571
571
* <code>
@@ -582,7 +582,7 @@ public java.util.List<java.lang.Integer> getEnableTimePointingValueList() {
582
582
*
583
583
*
584
584
* <pre>
585
-
* Whether and what timepoints should be returned in the response.
585
+
* Whether and what timepoints are returned in the response.
0 commit comments