Skip to content

Commit 4be99b0

Browse files
Google APIscopybara-github
authored andcommitted
docs: fix docstring formatting
Committer: @parthea PiperOrigin-RevId: 409547475
1 parent 97cabab commit 4be99b0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

google/cloud/texttospeech/v1/cloud_tts.proto

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ message ListVoicesRequest {
5959
// Optional. Recommended.
6060
// [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If
6161
// specified, the ListVoices call will only return voices that can be used to
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.
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
65+
// `"zh"` will also get supported `"cmn-\*"` voices; specifying `"zh-hk"` will
66+
// also get supported `"yue-\*"` voices.
6767
string language_code = 1 [(google.api.field_behavior) = OPTIONAL];
6868
}
6969

0 commit comments

Comments
 (0)