QVoice¶

Synopsis¶
Static functions¶
def
ageName
(age)def
genderName
(gender)
Detailed Description¶
-
PySide2.QtTextToSpeech.QVoice.
Gender
¶ The gender of a voice.
Constant
Description
QVoice.Male
Voice of a male
QVoice.Female
Voice of a female
QVoice.Unknown
Voice of unknown gender
-
PySide2.QtTextToSpeech.QVoice.
Age
¶ The age of a voice.
Constant
Description
QVoice.Child
Voice of a child
QVoice.Teenager
Voice of a teenager
QVoice.Adult
Voice of an adult
QVoice.Senior
Voice of a senior
QVoice.Other
Voice of unknown age
-
static
PySide2.QtTextToSpeech.QVoice.
ageName
(age)¶ - Parameters
age –
Age
- Return type
unicode
Returns a string representing the
age
class of a voice.
-
static
PySide2.QtTextToSpeech.QVoice.
genderName
(gender)¶ - Parameters
gender –
Gender
- Return type
unicode
̈́ Returns the
gender
name of a voice.
-
PySide2.QtTextToSpeech.QVoice.
name
()¶ - Return type
unicode
Returns the name of a voice.