HumanVoiceGender
Objective-C
enum HumanVoiceGender : NSInteger {}
Swift
enum HumanVoiceGender : Int, @unchecked Sendable
Constants indicating the unit system.
-
Male
Declaration
Objective-C
HumanVoiceGenderMale = 0
Swift
case male = 0
-
Female
Declaration
Objective-C
HumanVoiceGenderFemale
Swift
case female = 1
-
Computer
Declaration
Objective-C
HumanVoiceGenderComputer
Swift
case computer = 2