Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 8e83840

Browse files
author
Takashi Matsuo
committed
fix: fix docs job
This PR is created by rebasing on top of #74 then manually run the synthtool.
1 parent 40dfcdc commit 8e83840

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

google/cloud/texttospeech_v1/services/text_to_speech/async_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ async def list_voices(
113113
only return voices that can be used to synthesize this
114114
language_code. E.g. when specifying "en-NZ", you will
115115
get supported "en-\*" voices; when specifying "no", you
116-
will get supported "no-\*" (Norwegian) and "nb-*"
116+
will get supported "no-\*" (Norwegian) and "nb-\*"
117117
(Norwegian Bokmal) voices; specifying "zh" will also get
118-
supported "cmn-*" voices; specifying "zh-hk" will also
118+
supported "cmn-\*" voices; specifying "zh-hk" will also
119119
get supported "yue-\*" voices.
120120
This corresponds to the ``language_code`` field
121121
on the ``request`` instance; if ``request`` is provided, this

google/cloud/texttospeech_v1/types/cloud_tts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ class ListVoicesRequest(proto.Message):
6767
return voices that can be used to synthesize this
6868
language_code. E.g. when specifying "en-NZ", you will get
6969
supported "en-\*" voices; when specifying "no", you will get
70-
supported "no-\*" (Norwegian) and "nb-*" (Norwegian Bokmal)
71-
voices; specifying "zh" will also get supported "cmn-*"
70+
supported "no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal)
71+
voices; specifying "zh" will also get supported "cmn-\*"
7272
voices; specifying "zh-hk" will also get supported "yue-\*"
7373
voices.
7474
"""

google/cloud/texttospeech_v1beta1/services/text_to_speech/async_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ async def list_voices(
113113
only return voices that can be used to synthesize this
114114
language_code. E.g. when specifying "en-NZ", you will
115115
get supported "en-\*" voices; when specifying "no", you
116-
will get supported "no-\*" (Norwegian) and "nb-*"
116+
will get supported "no-\*" (Norwegian) and "nb-\*"
117117
(Norwegian Bokmal) voices; specifying "zh" will also get
118-
supported "cmn-*" voices; specifying "zh-hk" will also
118+
supported "cmn-\*" voices; specifying "zh-hk" will also
119119
get supported "yue-\*" voices.
120120
This corresponds to the ``language_code`` field
121121
on the ``request`` instance; if ``request`` is provided, this

google/cloud/texttospeech_v1beta1/types/cloud_tts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ class ListVoicesRequest(proto.Message):
7070
return voices that can be used to synthesize this
7171
language_code. E.g. when specifying "en-NZ", you will get
7272
supported "en-\*" voices; when specifying "no", you will get
73-
supported "no-\*" (Norwegian) and "nb-*" (Norwegian Bokmal)
74-
voices; specifying "zh" will also get supported "cmn-*"
73+
supported "no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal)
74+
voices; specifying "zh" will also get supported "cmn-\*"
7575
voices; specifying "zh-hk" will also get supported "yue-\*"
7676
voices.
7777
"""

synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "git@github.com:tmatsuo/python-texttospeech.git",
7-
"sha": "c42e5a9bcb7f850473197dd5d36ca5fe2ca1dc54"
7+
"sha": "40dfcdc3acbab3613b6c45793a4563ba1657b0e6"
88
}
99
},
1010
{

0 commit comments

Comments
 (0)