Dela via


class SynthesisVoicesResult

Innehåller information om resultat 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.

Anledning

Syntax: public const ResultReason & Reason;

Orsak till resultatet av röstlistan.

Egenskaper

Syntax: public constPropertyCollection & Properties;

Insamling av ytterligare Egenskaper för SynthesisVoicesResult.

SynthesisVoicesResult

Syntax: public inline explicit SynthesisVoicesResult ( SPXRESULTHANDLE hresult );

Skapar en ny instans med hjälp av det angivna handtaget.

Parametrar

  • hresult Resultathandtag.

operatorN SPXRESULTHANDLE

Syntax: public inline explicit operator SPXRESULTHANDLE ( );

Explicit konverteringsoperator.

Returer

Ett handtag.

~SynthesisVoicesResult

Syntax: public inline ~SynthesisVoicesResult ( );

Destructor.