File tree 5 files changed +19
-19
lines changed
packages/google-cloud-texttospeech
protos/google/cloud/texttospeech
5 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ message ListVoicesRequest {
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
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.
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.
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 @@ -59,10 +59,10 @@ message ListVoicesRequest {
59
59
// [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If
60
60
// specified, the ListVoices call will only return voices that can be used to
61
61
// synthesize this language_code. E.g. when specifying "en-NZ", you will get
62
- // supported "en-*" voices; when specifying "no", you will get supported
63
- // "no-*" (Norwegian) and "nb-*" (Norwegian Bokmal) voices; specifying "zh"
64
- // will also get supported "cmn-*" voices; specifying "zh-hk" will also get
65
- // supported "yue-*" voices.
62
+ // supported "en-\ *" voices; when specifying "no", you will get supported
63
+ // "no-\ *" (Norwegian) and "nb-\ *" (Norwegian Bokmal) voices; specifying "zh"
64
+ // will also get supported "cmn-\ *" voices; specifying "zh-hk" will also get
65
+ // supported "yue-\ *" voices.
66
66
string language_code = 1 [(google.api.field_behavior ) = OPTIONAL ];
67
67
}
68
68
Original file line number Diff line number Diff line change @@ -307,10 +307,10 @@ export class TextToSpeechClient {
307
307
* [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If
308
308
* specified, the ListVoices call will only return voices that can be used to
309
309
* synthesize this language_code. E.g. when specifying "en-NZ", you will get
310
- * supported "en-*" voices; when specifying "no", you will get supported
311
- * "no-*" (Norwegian) and "nb-*" (Norwegian Bokmal) voices; specifying "zh"
312
- * will also get supported "cmn-*" voices; specifying "zh-hk" will also get
313
- * supported "yue-*" voices.
310
+ * supported "en-\ *" voices; when specifying "no", you will get supported
311
+ * "no-\ *" (Norwegian) and "nb-\ *" (Norwegian Bokmal) voices; specifying "zh"
312
+ * will also get supported "cmn-\ *" voices; specifying "zh-hk" will also get
313
+ * supported "yue-\ *" voices.
314
314
* @param {object } [options]
315
315
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
316
316
* @returns {Promise } - The promise which resolves to an array.
Original file line number Diff line number Diff line change @@ -311,10 +311,10 @@ export class TextToSpeechClient {
311
311
* [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If
312
312
* specified, the ListVoices call will only return voices that can be used to
313
313
* synthesize this language_code. E.g. when specifying "en-NZ", you will get
314
- * supported "en-*" voices; when specifying "no", you will get supported
315
- * "no-*" (Norwegian) and "nb-*" (Norwegian Bokmal) voices; specifying "zh"
316
- * will also get supported "cmn-*" voices; specifying "zh-hk" will also get
317
- * supported "yue-*" voices.
314
+ * supported "en-\ *" voices; when specifying "no", you will get supported
315
+ * "no-\ *" (Norwegian) and "nb-\ *" (Norwegian Bokmal) voices; specifying "zh"
316
+ * will also get supported "cmn-\ *" voices; specifying "zh-hk" will also get
317
+ * supported "yue-\ *" voices.
318
318
* @param {object } [options]
319
319
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
320
320
* @returns {Promise } - The promise which resolves to an array.
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/nodejs-text-to-speech.git",
7
- "sha": "c8f7eb43e776fa9647136d37c82197d8f4e19577 "
7
+ "sha": "e6e41b84ec9adcbb4a68ba2c1f3969c427f85a93 "
8
8
}
9
9
},
10
10
{
11
11
"git": {
12
12
"name": "googleapis",
13
13
"remote": "https://github.com/googleapis/googleapis.git",
14
- "sha": "a94df49e8f208649f2f5cb39a84668c6a3434ce8 ",
15
- "internalRef": "323424211 "
14
+ "sha": "9b0c7b1a4665909bd18a0e0fd33004945b5c9c13 ",
15
+ "internalRef": "325528080 "
16
16
}
17
17
},
18
18
{
You can’t perform that action at this time.
0 commit comments