QVoice Class▲
-
Header: QVoice
-
qmake: QT += texttospeech
Detailed Description▲
Member Type Documentation▲
Member Function Documentation▲
QVoice::Age QVoice::age() const▲
Returns the age of a voice.
[static] QString QVoice::ageName(QVoice::Age age)▲
Returns a string representing the age class of a voice.
QVoice::Gender QVoice::gender() const▲
Returns the gender of a voice.
[static] QString QVoice::genderName(QVoice::Gender gender)▲
̈́ Returns the gender name of a voice.
QString QVoice::name() const▲
Returns the name of a voice.
bool QVoice::operator!=(const QVoice &other)▲
Compares the name, gender, and age of this voice with other. Returns true if they are not identical.