Module: Google::Cloud::Texttospeech::V1::SsmlVoiceGender
- Defined in:
- lib/google/cloud/text_to_speech/v1/doc/google/cloud/texttospeech/v1/cloud_tts.rb
Overview
Gender of the voice as described in SSML voice element.
Constant Summary collapse
- SSML_VOICE_GENDER_UNSPECIFIED =
An unspecified gender. In VoiceSelectionParams, this means that the client doesn't care which gender the selected voice will have. In the Voice field of ListVoicesResponse, this may mean that the voice doesn't fit any of the other categories in this enum, or that the gender of the voice isn't known.
0
- MALE =
A male voice.
1
- FEMALE =
A female voice.
2
- NEUTRAL =
A gender-neutral voice.
3