Uses of Enum
io.qt.texttospeech.QVoice.Gender
Packages that use QVoice.Gender
-
Uses of QVoice.Gender in io.qt.texttospeech
Methods in io.qt.texttospeech that return QVoice.GenderModifier and TypeMethodDescriptionfinal QVoice.Gender
QVoice.gender()
static QVoice.Gender
QVoice.Gender.resolve
(int value) Returns the corresponding enum entry for the given value.static QVoice.Gender
Returns the enum constant of this type with the specified name.static QVoice.Gender[]
QVoice.Gender.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.texttospeech with parameters of type QVoice.GenderModifier and TypeMethodDescriptionprotected static QVoice
QTextToSpeechEngine.createVoice
(String name, QVoice.Gender gender, QVoice.Age age, Object data) static String
QVoice.genderName
(QVoice.Gender gender)