File tree 1 file changed +4
-5
lines changed
Filter options
google/cloud/texttospeech/v1beta1 1 file changed +4
-5
lines changed
Original file line number Diff line number Diff line change @@ -64,11 +64,10 @@ message ListVoicesRequest {
64
64
// [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
65
65
// If not specified, the API will return all supported voices.
66
66
// If specified, the ListVoices call will only return voices that can be used
67
- // to synthesize this language_code. E.g. when specifying `"en-NZ"`, you will
68
- // get supported `"en-NZ"` voices; when specifying `"no"`, you will get
69
- // supported `"no-\*"` (Norwegian) and `"nb-\*"` (Norwegian Bokmal) voices;
70
- // specifying `"zh"` will also get supported `"cmn-\*"` voices; specifying
71
- // `"zh-hk"` will also get supported `"yue-hk"` voices.
67
+ // to synthesize this language_code. For example, if you specify `"en-NZ"`,
68
+ // all `"en-NZ"` voices will be returned. If you specify `"no"`, both
69
+ // `"no-\*"` (Norwegian) and `"nb-\*"` (Norwegian Bokmal) voices will be
70
+ // returned.
72
71
string language_code = 1 [(google.api.field_behavior ) = OPTIONAL ];
73
72
}
74
73
You can’t perform that action at this time.
0 commit comments