Uses of Class
io.qt.texttospeech.QVoice.Age
Package | Description |
---|---|
io.qt.texttospeech |
-
Uses of QVoice.Age in io.qt.texttospeech
Methods in io.qt.texttospeech that return QVoice.Age Modifier and Type Method Description QVoice.Age
QVoice. age()
static QVoice.Age
QVoice.Age. resolve(int value)
Returns the corresponding enum entry for the given value.static QVoice.Age
QVoice.Age. valueOf(String name)
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.Age Modifier and Type Method Description static String
QVoice. ageName(QVoice.Age age)
protected static QVoice
QTextToSpeechEngine. createVoice(String name, QVoice.Gender gender, QVoice.Age age, Object data)