File tree 3 files changed +15
-15
lines changed
packages/google-cloud-texttospeech
protos/google/cloud/texttospeech/v1
3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,11 @@ message ListVoicesRequest {
59
59
// Optional. Recommended.
60
60
// [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If
61
61
// specified, the ListVoices call will only return voices that can be used to
62
- // synthesize this language_code. E.g. when specifying "en-NZ", you will get
63
- // supported "en-\*" voices; when specifying "no", you will get supported
64
- // "no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal) voices; specifying "zh"
65
- // will also get supported "cmn-\*" voices; specifying "zh-hk" will also get
66
- // supported "yue-\*" voices.
62
+ // synthesize this language_code. E.g. when specifying ` "en-NZ"` , you will get
63
+ // supported ` "en-\*"` voices; when specifying ` "no"` , you will get supported
64
+ // ` "no-\*"` (Norwegian) and ` "nb-\*"` (Norwegian Bokmal) voices; specifying
65
+ // `"zh"` will also get supported ` "cmn-\*"` voices; specifying ` "zh-hk"` will
66
+ // also get supported ` "yue-\*"` voices.
67
67
string language_code = 1 [(google.api.field_behavior ) = OPTIONAL ];
68
68
}
69
69
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ function main() {
23
23
* Optional. Recommended.
24
24
* BCP-47 (https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If
25
25
* specified, the ListVoices call will only return voices that can be used to
26
- * synthesize this language_code. E.g. when specifying "en-NZ", you will get
27
- * supported "en-\*" voices; when specifying "no", you will get supported
28
- * "no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal) voices; specifying "zh"
29
- * will also get supported "cmn-\*" voices; specifying "zh-hk" will also get
30
- * supported "yue-\*" voices.
26
+ * synthesize this language_code. E.g. when specifying ` "en-NZ"` , you will get
27
+ * supported ` "en-\*"` voices; when specifying ` "no"` , you will get supported
28
+ * ` "no-\*"` (Norwegian) and ` "nb-\*"` (Norwegian Bokmal) voices; specifying
29
+ * `"zh"` will also get supported ` "cmn-\*"` voices; specifying ` "zh-hk"` will
30
+ * also get supported ` "yue-\*"` voices.
31
31
*/
32
32
// const languageCode = 'abc123'
33
33
Original file line number Diff line number Diff line change @@ -290,11 +290,11 @@ export class TextToSpeechClient {
290
290
* Optional. Recommended.
291
291
* [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If
292
292
* specified, the ListVoices call will only return voices that can be used to
293
- * synthesize this language_code. E.g. when specifying "en-NZ", you will get
294
- * supported "en-\*" voices; when specifying "no", you will get supported
295
- * "no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal) voices; specifying "zh"
296
- * will also get supported "cmn-\*" voices; specifying "zh-hk" will also get
297
- * supported "yue-\*" voices.
293
+ * synthesize this language_code. E.g. when specifying ` "en-NZ"` , you will get
294
+ * supported ` "en-\*"` voices; when specifying ` "no"` , you will get supported
295
+ * ` "no-\*"` (Norwegian) and ` "nb-\*"` (Norwegian Bokmal) voices; specifying
296
+ * `"zh"` will also get supported ` "cmn-\*"` voices; specifying ` "zh-hk"` will
297
+ * also get supported ` "yue-\*"` voices.
298
298
* @param {object } [options]
299
299
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
300
300
* @returns {Promise } - The promise which resolves to an array.
You can’t perform that action at this time.
0 commit comments