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