Description of which voice to use for speech synthesis.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Optional. The name of the voice. If not set, the service will choose a
voice based on the other parameters such as language_code and
ssml_gender.
For the list of available voices, please refer to Supported voices and languages.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Optional. The name of the voice. If not set, the service will choose a
voice based on the other parameters such as language_code and
ssml_gender.
For the list of available voices, please refer to Supported voices and languages.
Returns
-
(::String) — Optional. The name of the voice. If not set, the service will choose a
voice based on the other parameters such as language_code and
ssml_gender.
For the list of available voices, please refer to Supported voices and languages.
#ssml_gender
def ssml_gender() -> ::Google::Cloud::Dialogflow::CX::V3::SsmlVoiceGender
Returns
- (::Google::Cloud::Dialogflow::CX::V3::SsmlVoiceGender) — Optional. The preferred gender of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and name. Note that this is only a preference, not requirement. If a voice of the appropriate gender is not available, the synthesizer substitutes a voice with a different gender rather than failing the request.
#ssml_gender=
def ssml_gender=(value) -> ::Google::Cloud::Dialogflow::CX::V3::SsmlVoiceGender
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::SsmlVoiceGender) — Optional. The preferred gender of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and name. Note that this is only a preference, not requirement. If a voice of the appropriate gender is not available, the synthesizer substitutes a voice with a different gender rather than failing the request.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::SsmlVoiceGender) — Optional. The preferred gender of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and name. Note that this is only a preference, not requirement. If a voice of the appropriate gender is not available, the synthesizer substitutes a voice with a different gender rather than failing the request.