Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3e58417

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

File tree

1 file changed

+4
-5
lines changed
Filter options

1 file changed

+4
-5
lines changed

‎google/cloud/texttospeech/v1beta1/cloud_tts.proto

Copy file name to clipboardExpand all lines: google/cloud/texttospeech/v1beta1/cloud_tts.proto
+4-5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.