Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « PySide2.QtTextToSpeech »

Classe « QVoice »

Informations générales

Héritage

builtins.object
    Object
        QVoice

Définition

class QVoice(Object):

Description [extrait de QVoice.__doc__]

QVoice(self)
QVoice(self, other: PySide2.QtTextToSpeech.QVoice)

Constructeur(s)

Signature du constructeur Description
__new__(*args, **kwargs) Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__]
__init__(self, /, *args, **kwargs) Initialize self. See help(type(self)) for accurate signature. [extrait de __init__.__doc__]

Liste des attributs statiques

Nom de l'attribut Valeur
AdultPySide2.QtTextToSpeech.QVoice.Age.Adult
ChildPySide2.QtTextToSpeech.QVoice.Age.Child
FemalePySide2.QtTextToSpeech.QVoice.Gender.Female
MalePySide2.QtTextToSpeech.QVoice.Gender.Male
OtherPySide2.QtTextToSpeech.QVoice.Age.Other
SeniorPySide2.QtTextToSpeech.QVoice.Age.Senior
TeenagerPySide2.QtTextToSpeech.QVoice.Age.Teenager
UnknownPySide2.QtTextToSpeech.QVoice.Gender.Unknown

Liste des opérateurs

Signature de l'opérateur Description
__eq__(self, value) Return self==value. [extrait de __eq__.__doc__]
__ge__(self, value) Return self>=value. [extrait de __ge__.__doc__]
__gt__(self, value) Return self>value. [extrait de __gt__.__doc__]
__le__(self, value) Return self<=value. [extrait de __le__.__doc__]
__lt__(self, value) Return self<value. [extrait de __lt__.__doc__]
__ne__(self, value) Return self!=value. [extrait de __ne__.__doc__]

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
__copy__(self) __copy__(self) [extrait de __copy__.__doc__]
Age
age(self) -> PySide2.QtTextToSpeech.QVoice.Age age(self) -> PySide2.QtTextToSpeech.QVoice.Age [extrait de age.__doc__]
ageName(age: PySide2.QtTextToSpeech.QVoice.Age) -> str ageName(age: PySide2.QtTextToSpeech.QVoice.Age) -> str [extrait de ageName.__doc__]
Gender
gender(self) -> PySide2.QtTextToSpeech.QVoice.Gender gender(self) -> PySide2.QtTextToSpeech.QVoice.Gender [extrait de gender.__doc__]
genderName(gender: PySide2.QtTextToSpeech.QVoice.Gender) -> str genderName(gender: PySide2.QtTextToSpeech.QVoice.Gender) -> str [extrait de genderName.__doc__]
name(self) -> str name(self) -> str [extrait de name.__doc__]

Méthodes héritées de la classe Object

__init_subclass__, __subclasshook__

Méthodes héritées de la classe object

__delattr__, __dir__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__