Reference documentation and code samples for the Cloud Text-to-Speech V1 API class Google::Cloud::TextToSpeech::V1::Voice.
Description of a voice supported by the TTS service.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#language_codes
def language_codes() -> ::Array<::String>
    Returns
    
  - (::Array<::String>) — The languages that this voice supports, expressed as BCP-47 language tags (e.g. "en-US", "es-419", "cmn-tw").
#language_codes=
def language_codes=(value) -> ::Array<::String>
    Parameter
    
  - value (::Array<::String>) — The languages that this voice supports, expressed as BCP-47 language tags (e.g. "en-US", "es-419", "cmn-tw").
    Returns
    
  - (::Array<::String>) — The languages that this voice supports, expressed as BCP-47 language tags (e.g. "en-US", "es-419", "cmn-tw").
#name
def name() -> ::String
    Returns
    
  - (::String) — The name of this voice. Each distinct voice has a unique name.
#name=
def name=(value) -> ::String
    Parameter
    
  - value (::String) — The name of this voice. Each distinct voice has a unique name.
    Returns
    
  - (::String) — The name of this voice. Each distinct voice has a unique name.
#natural_sample_rate_hertz
def natural_sample_rate_hertz() -> ::Integer
    Returns
    
  - (::Integer) — The natural sample rate (in hertz) for this voice.
#natural_sample_rate_hertz=
def natural_sample_rate_hertz=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — The natural sample rate (in hertz) for this voice.
    Returns
    
  - (::Integer) — The natural sample rate (in hertz) for this voice.
#ssml_gender
def ssml_gender() -> ::Google::Cloud::TextToSpeech::V1::SsmlVoiceGender
    Returns
    
  - (::Google::Cloud::TextToSpeech::V1::SsmlVoiceGender) — The gender of this voice.
#ssml_gender=
def ssml_gender=(value) -> ::Google::Cloud::TextToSpeech::V1::SsmlVoiceGender
    Parameter
    
  - value (::Google::Cloud::TextToSpeech::V1::SsmlVoiceGender) — The gender of this voice.
    Returns
    
- (::Google::Cloud::TextToSpeech::V1::SsmlVoiceGender) — The gender of this voice.