![]() |
Gender Constants |
Header: SpeechSynthesis.h |
enum { kNeuter = 0, kMale = 1, kFemale = 2 };
Neuter voice.
Male voice.
Female voice.
The gender of the individual represented by the voice. These constants are used in the gender field of the VoiceDescription structure.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)