Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::VoiceSelectionParams.
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.
#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.
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.
#ssml_gender
def ssml_gender() -> ::Google::Cloud::Dialogflow::V2::SsmlVoiceGender
Returns
- (::Google::Cloud::Dialogflow::V2::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 should substitute a voice with a different gender rather than failing the request.
#ssml_gender=
def ssml_gender=(value) -> ::Google::Cloud::Dialogflow::V2::SsmlVoiceGender
Parameter
- value (::Google::Cloud::Dialogflow::V2::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 should substitute a voice with a different gender rather than failing the request.
Returns
- (::Google::Cloud::Dialogflow::V2::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 should substitute a voice with a different gender rather than failing the request.