Uses of Enum
io.qt.texttospeech.QVoice.Age
Packages that use QVoice.Age
-
Uses of QVoice.Age in io.qt.texttospeech
Methods in io.qt.texttospeech that return QVoice.AgeModifier and TypeMethodDescriptionfinal QVoice.Age
QVoice.age()
static QVoice.Age
QVoice.Age.resolve
(int value) Returns the corresponding enum entry for the given value.static QVoice.Age
Returns the enum constant of this type with the specified name.static QVoice.Age[]
QVoice.Age.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.AgeModifier and TypeMethodDescriptionstatic String
QVoice.ageName
(QVoice.Age age) protected static QVoice
QTextToSpeechEngine.createVoice
(String name, QVoice.Gender gender, QVoice.Age age, Object data)