File tree Expand file tree Collapse file tree
google/cloud/texttospeech/v1beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,11 +64,10 @@ message ListVoicesRequest {
6464 // [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
6565 // If not specified, the API will return all supported voices.
6666 // 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.
7271 string language_code = 1 [(google.api.field_behavior ) = OPTIONAL ];
7372}
7473
You can’t perform that action at this time.
0 commit comments