Module: Google::Cloud::Dialogflow::V2::SsmlVoiceGender

Defined in:
lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/audio_config.rb

Overview

Gender of the voice as described in SSML voice element.

Constant Summary collapse

SSML_VOICE_GENDER_UNSPECIFIED =

An unspecified gender, which means that the client doesn't care which gender the selected voice will have.

0
SSML_VOICE_GENDER_MALE =

A male voice.

1
SSML_VOICE_GENDER_FEMALE =

A female voice.

2
SSML_VOICE_GENDER_NEUTRAL =

A gender-neutral voice.

3