klasse VoiceInfo
Bevat informatie over synthesestemgegevens Bijgewerkt in versie 1.17.0.
Leden
Name
Syntaxis: public const std::string & Name;
Spraaknaam.
Landinstelling
Syntaxis: public const std::string & Locale;
Landinstelling van de stem.
ShortName
Syntaxis: public const std::string & ShortName;
Korte naam.
LocalName
Syntaxis: public const std::string & LocalName;
Lokale naam.
Geslacht
Syntaxis: public const SynthesisVoiceGender & Gender;
Geslacht. Toegevoegd in versie 1.17.0.
VoiceType
Syntaxis: public const SynthesisVoiceType & VoiceType;
Lokale naam.
StyleList
Syntaxis: public const std::vector< std::string > & StyleList;
Stijllijst.
VoicePath
Syntaxis: public const std::string & VoicePath;
Spraakpad, alleen geldig voor offline stemmen.
Eigenschappen
Syntaxis: public constPropertyCollection & Properties;
Verzameling van aanvullende VoiceInfo-eigenschappen.
VoiceInfo
Syntaxis: public inline explicit VoiceInfo ( SPXRESULTHANDLE hresult );
Hiermee maakt u een nieuw exemplaar met behulp van de opgegeven ingang.
Parameters
hresult
Resultaatgreep.
operator SPXRESULTHANDLE
Syntaxis: public inline explicit operator SPXRESULTHANDLE ( );
Expliciete conversieoperator.
Retouren
Een handvat.
~VoiceInfo
Syntaxis: public inline ~VoiceInfo ( );
Destructor.