Defines gender values for speech data reproduce.
Syntax
- C#: public enum HzSpeechGender : byte
- Ruby: module HzSpeechGender
- Python: class HzSpeechGender(Enum)
Members
- Female: It is reproduced by speech synthesis engine of female.
- Male: It is reproduced by speech synthesis engine of male.
- Neutral: It meanes unknown or unspecified.(default value)
Remarks
If Neutral is specified, speech synthesis engine that has been set in the Haruzira is given to most high priority.