Google Cloud Text-to-Speech v1 API - Enum SsmlVoiceGender (3.3.0)

public enum SsmlVoiceGender

Reference documentation and code samples for the Google Cloud Text-to-Speech v1 API enum SsmlVoiceGender.

Gender of the voice as described in SSML voice element.

Namespace

Google.Cloud.TextToSpeech.V1

Assembly

Google.Cloud.TextToSpeech.V1.dll

Fields

NameDescription
Female

A female voice.

Male

A male voice.

Neutral

A gender-neutral voice. This voice is not yet supported.

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.