PartyGender
Genders for text-to-speech profiles.
Syntax
enum class PartyGender
{
Neutral = 0,
Female = 1,
Male = 2,
}
Constants
Constant | Description |
---|---|
Neutral | The text-to-speech profile represents a gender-neutral voice. |
Female | The text-to-speech profile represents a female voice. |
Male | The text-to-speech profile represents a male voice. |
Requirements
Header: Party.h