class SynthesisVoicesResult
Bevat informatie over het resultaat van de stemmenlijst met spraaksynthesizers. Toegevoegd in versie 1.16.0.
Leden
Stemmen
Syntaxis: public const std::vector< std::shared_ptr< VoiceInfo > > & Voices;
Opgehaalde stemmen.
ErrorDetails
Syntaxis: public const std::string & ErrorDetails;
Foutdetails.
ResultId
Syntaxis: public const std::string & ResultId;
Unieke resultaat-id.
Reden
Syntaxis: public const ResultReason & Reason;
Reden van het resultaat van de stemmenlijst.
Eigenschappen
Syntaxis: public constPropertyCollection & Properties;
Verzameling van aanvullende SynthesisVoicesResult-eigenschappen.
SynthesisVoicesResult
Syntaxis: public inline explicit SynthesisVoicesResult ( 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.
~SynthesisVoicesResult
Syntaxis: public inline ~SynthesisVoicesResult ( );
Destructor.