Skip to content

Commit 3e58417

Browse files
Google APIscopybara-github
authored andcommitted
docs: update comments for ListVoicesRequest
PiperOrigin-RevId: 417752787
1 parent 8d996c9 commit 3e58417

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

google/cloud/texttospeech/v1beta1/cloud_tts.proto

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)