Carbon


Gender Constants

Header: SpeechSynthesis.h

enum {
    kNeuter = 0,
    kMale = 1,
    kFemale = 2
};

Constant descriptions

kNeuter

Neuter voice.

kMale

Male voice.

kFemale

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)