Freigeben über


VoiceInfo-Klasse

Enthält Informationen zur Synthesestimme, die in Version 1.17.0 aktualisiert wurde.

Member

name

Syntax: public const std::string & Name;

Sprachname.

Gebietsschema

Syntax: public const std::string & Locale;

Gebietsschema der Stimme.

ShortName

Syntax: public const std::string & ShortName;

Kurzer Name.

Localname

Syntax: public const std::string & LocalName;

Lokaler Name.

Geschlecht

Syntax: public const SynthesisVoiceGender & Gender;

Geschlecht. In Version 1.17.0 hinzugefügt.

VoiceType

Syntax: public const SynthesisVoiceType & VoiceType;

Lokaler Name.

StyleList

Syntax: public const std::vector< std::string > & StyleList;

Formatliste.

VoicePath

Syntax: public const std::string & VoicePath;

Sprachpfad, nur gültig für Offlinestimme.

Eigenschaften

Syntax: public constPropertyCollection & Properties;

Sammlung zusätzlicher VoiceInfo-Eigenschaften.

Voiceinfo

Syntax: public inline explicit VoiceInfo ( SPXRESULTHANDLE hresult );

Erstellt mithilfe des bereitgestellten Handles eine neue instance.

Parameter

  • hresult Ergebnishandle.

Operator SPXRESULTHANDLE

Syntax: public inline explicit operator SPXRESULTHANDLE ( );

Expliziter Konvertierungsoperator.

Gibt zurück

Ein Handler.

~Voiceinfo

Syntax: public inline ~VoiceInfo ( );

Destruktor.