Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Class for VoiceProfileResult. This class represents the result of processing voice profiles. Added in version 1.12.0.
Members
ResultId
Syntax: public const std::string & ResultId;
Unique result id.
Reason
Syntax: public const ResultReason & Reason;
Voice profile result reason.
Properties
Syntax: public PropertyCollection & Properties;
A collection of properties and their values defined for this VoiceProfileResult.
VoiceProfileResult
Syntax: public inline explicit VoiceProfileResult ( SPXRESULTHANDLE hresult );
~VoiceProfileResult
Syntax: public inline virtual ~VoiceProfileResult ( );
operator SPXRESULTHANDLE
Syntax: public inline explicit operator SPXRESULTHANDLE ( );
Internal. Explicit conversion operator.
Returns
A handle.