class SynthesisVoicesResult
Innehåller information om resultatet från röstlistan över talsynteser. Har lagts till i version 1.16.0.
Medlemmar
Röster
Syntax: public const std::vector< std::shared_ptr< VoiceInfo > > & Voices;
Hämtade röster.
ErrorDetails
Syntax: public const std::string & ErrorDetails;
Felinformation.
ResultId
Syntax: public const std::string & ResultId;
Unikt resultat-ID.
Förnuft
Syntax: public const ResultReason & Reason;
Orsak till resultatet av röstlistan.
Egenskaper
Syntax: public const PropertyCollection & Properties;
Samling ytterligare Egenskaper för SynthesisVoicesResult.
SynthesisVoicesResult
Syntax: public inline explicit SynthesisVoicesResult ( SPXRESULTHANDLE hresult );
Skapar en ny instans med hjälp av det angivna handtaget.
Parameterar
-
hresult
resultathandtag.
operatorN SPXRESULTHANDLE
Syntax: public inline explicit operator SPXRESULTHANDLE ( );
Explicit konverteringsoperator.
Återlämning
Ett handtag.
~SynthesisVoicesResult
Syntax: public inline ~SynthesisVoicesResult ( );
Destructor.