docs: docs update (#911)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/texttospeech_v1beta1.voices.html b/docs/dyn/texttospeech_v1beta1.voices.html
index 6f0d4d4..a8e5133 100644
--- a/docs/dyn/texttospeech_v1beta1.voices.html
+++ b/docs/dyn/texttospeech_v1beta1.voices.html
@@ -86,11 +86,11 @@
languageCode: string, Optional. Recommended.
[BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If
specified, the ListVoices call will 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-*" (Norwegian Bokmal) voices; specifying "zh"
-will also get supported "cmn-*" voices; specifying "zh-hk" will also get
-supported "yue-*" voices.
+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-*" voices; specifying "zh-hk" will also get
+supported "yue-*" voices.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -100,16 +100,16 @@
An object of the form:
{ # The message returned to the client by the `ListVoices` method.
- "voices": [ # The list of voices.
+ "voices": [ # The list of voices.
{ # Description of a voice supported by the TTS service.
- "ssmlGender": "A String", # The gender of this voice.
- "languageCodes": [ # The languages that this voice supports, expressed as
+ "languageCodes": [ # The languages that this voice supports, expressed as
# [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tags (e.g.
- # "en-US", "es-419", "cmn-tw").
- "A String",
+ # "en-US", "es-419", "cmn-tw").
+ "A String",
],
- "naturalSampleRateHertz": 42, # The natural sample rate (in hertz) for this voice.
- "name": "A String", # The name of this voice. Each distinct voice has a unique name.
+ "naturalSampleRateHertz": 42, # The natural sample rate (in hertz) for this voice.
+ "name": "A String", # The name of this voice. Each distinct voice has a unique name.
+ "ssmlGender": "A String", # The gender of this voice.
},
],
}</pre>