Package apple.avfoundation.enums
Class AVSpeechSynthesisVoiceGender
- java.lang.Object
-
- apple.avfoundation.enums.AVSpeechSynthesisVoiceGender
-
public final class AVSpeechSynthesisVoiceGender extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longFemalestatic longMalestatic longUnspecified
-
-
-
Field Detail
-
Unspecified
public static final long Unspecified
- See Also:
- Constant Field Values
-
Male
public static final long Male
- See Also:
- Constant Field Values
-
Female
public static final long Female
- See Also:
- Constant Field Values
-
-