Class: Google::Cloud::Texttospeech::V1::ListVoicesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Texttospeech::V1::ListVoicesRequest
- Defined in:
- lib/google/cloud/text_to_speech/v1/doc/google/cloud/texttospeech/v1/cloud_tts.rb
Overview
The top-level message sent by the client for the +ListVoices+ method.
Instance Attribute Summary collapse
-
#language_code ⇒ String
Optional (but recommended) BCP-47 language tag.
Instance Attribute Details
#language_code ⇒ String
Returns Optional (but recommended) BCP-47 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.
30 |
# File 'lib/google/cloud/text_to_speech/v1/doc/google/cloud/texttospeech/v1/cloud_tts.rb', line 30 class ListVoicesRequest; end |