Class Voice (2.12.1)

Voice(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Description of a voice supported by the TTS service.

Attributes

NameDescription
language_codes Sequence[str]
The languages that this voice supports, expressed as `BCP-47
name str
The name of this voice. Each distinct voice has a unique name.
ssml_gender google.cloud.texttospeech_v1.types.SsmlVoiceGender
The gender of this voice.
natural_sample_rate_hertz int
The natural sample rate (in hertz) for this voice.

Inheritance

builtins.object > proto.message.Message > Voice