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

Commit

Permalink
fix: fix docs job
Browse files Browse the repository at this point in the history
This PR is created by rebasing on top of
#74

then manually run the synthtool.
  • Loading branch information
Takashi Matsuo committed Jul 31, 2020
1 parent 40dfcdc commit 8e83840
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Expand Up @@ -113,9 +113,9 @@ async def list_voices(
only return voices that can be used to synthesize this
language_code. E.g. when specifying "en-NZ", you will
get supported "en-\*" voices; when specifying "no", you
will get supported "no-\*" (Norwegian) and "nb-*"
will get supported "no-\*" (Norwegian) and "nb-\*"
(Norwegian Bokmal) voices; specifying "zh" will also get
supported "cmn-*" voices; specifying "zh-hk" will also
supported "cmn-\*" voices; specifying "zh-hk" will also
get supported "yue-\*" voices.
This corresponds to the ``language_code`` field
on the ``request`` instance; if ``request`` is provided, this
Expand Down
4 changes: 2 additions & 2 deletions google/cloud/texttospeech_v1/types/cloud_tts.py
Expand Up @@ -67,8 +67,8 @@ class ListVoicesRequest(proto.Message):
return voices that can be used to synthesize this
language_code. E.g. when specifying "en-NZ", you will get
supported "en-\*" voices; when specifying "no", you will get
supported "no-\*" (Norwegian) and "nb-*" (Norwegian Bokmal)
voices; specifying "zh" will also get supported "cmn-*"
supported "no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal)
voices; specifying "zh" will also get supported "cmn-\*"
voices; specifying "zh-hk" will also get supported "yue-\*"
voices.
"""
Expand Down
Expand Up @@ -113,9 +113,9 @@ async def list_voices(
only return voices that can be used to synthesize this
language_code. E.g. when specifying "en-NZ", you will
get supported "en-\*" voices; when specifying "no", you
will get supported "no-\*" (Norwegian) and "nb-*"
will get supported "no-\*" (Norwegian) and "nb-\*"
(Norwegian Bokmal) voices; specifying "zh" will also get
supported "cmn-*" voices; specifying "zh-hk" will also
supported "cmn-\*" voices; specifying "zh-hk" will also
get supported "yue-\*" voices.
This corresponds to the ``language_code`` field
on the ``request`` instance; if ``request`` is provided, this
Expand Down
4 changes: 2 additions & 2 deletions google/cloud/texttospeech_v1beta1/types/cloud_tts.py
Expand Up @@ -70,8 +70,8 @@ class ListVoicesRequest(proto.Message):
return voices that can be used to synthesize this
language_code. E.g. when specifying "en-NZ", you will get
supported "en-\*" voices; when specifying "no", you will get
supported "no-\*" (Norwegian) and "nb-*" (Norwegian Bokmal)
voices; specifying "zh" will also get supported "cmn-*"
supported "no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal)
voices; specifying "zh" will also get supported "cmn-\*"
voices; specifying "zh-hk" will also get supported "yue-\*"
voices.
"""
Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "git@github.com:tmatsuo/python-texttospeech.git",
"sha": "c42e5a9bcb7f850473197dd5d36ca5fe2ca1dc54"
"sha": "40dfcdc3acbab3613b6c45793a4563ba1657b0e6"
}
},
{
Expand Down

0 comments on commit 8e83840

Please sign in to comment.