Uses of Class
com.google.cloud.texttospeech.v1beta1.SsmlVoiceGender
-
Packages that use SsmlVoiceGender Package Description com.google.cloud.texttospeech.v1beta1 A client to Cloud Text-to-Speech API -
-
Uses of SsmlVoiceGender in com.google.cloud.texttospeech.v1beta1
Methods in com.google.cloud.texttospeech.v1beta1 that return SsmlVoiceGender Modifier and Type Method Description static SsmlVoiceGender
SsmlVoiceGender. forNumber(int value)
SsmlVoiceGender
Voice.Builder. getSsmlGender()
The gender of this voice.SsmlVoiceGender
Voice. getSsmlGender()
The gender of this voice.SsmlVoiceGender
VoiceOrBuilder. getSsmlGender()
The gender of this voice.SsmlVoiceGender
VoiceSelectionParams.Builder. getSsmlGender()
The preferred gender of the voice.SsmlVoiceGender
VoiceSelectionParams. getSsmlGender()
The preferred gender of the voice.SsmlVoiceGender
VoiceSelectionParamsOrBuilder. getSsmlGender()
The preferred gender of the voice.static SsmlVoiceGender
SsmlVoiceGender. valueOf(int value)
Deprecated.static SsmlVoiceGender
SsmlVoiceGender. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static SsmlVoiceGender
SsmlVoiceGender. valueOf(String name)
Returns the enum constant of this type with the specified name.static SsmlVoiceGender[]
SsmlVoiceGender. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.texttospeech.v1beta1 that return types with arguments of type SsmlVoiceGender Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SsmlVoiceGender>
SsmlVoiceGender. internalGetValueMap()
Methods in com.google.cloud.texttospeech.v1beta1 with parameters of type SsmlVoiceGender Modifier and Type Method Description Voice.Builder
Voice.Builder. setSsmlGender(SsmlVoiceGender value)
The gender of this voice.VoiceSelectionParams.Builder
VoiceSelectionParams.Builder. setSsmlGender(SsmlVoiceGender value)
The preferred gender of the voice.
-