Class Speaker::VoiceProfileEnrollmentResult
class Speaker::VoiceProfileEnrollmentResult
: public RecognitionResult
Stellt das Ergebnis einer Registrierung dar. In Version 1.12.0 hinzugefügt.
Member
ProfileId
Syntax: public const std::string & ProfileId;
Die Profil-ID des Sprechers in der Registrierung.
VoiceProfileEnrollmentResult
Syntax: public inline explicit VoiceProfileEnrollmentResult ( SPXRESULTHANDLE hresult );
Erstellt eine neue Instanz mithilfe des bereitgestellten Handles.
Parameter
-
hresult
Ergebnishandle.
~VoiceProfileEnrollmentResult
Syntax: public inline virtual ~VoiceProfileEnrollmentResult ( );
Destruktor.
GetCreatedTime
Syntax: public inline const std::string & GetCreatedTime ( ) const;
Rufen Sie eine Textdarstellung der erstellungszeit des Stimmprofils ab.
Gibt zurück
GetLastUpdatedDateTime
Syntax: public inline const std::string & GetLastUpdatedDateTime ( ) const;
Rufen Sie eine Textdarstellung des Zeitpunkts der letzten Aktualisierung des Sprachprofils ab.
Gibt zurück
GetEnrollmentInfo
Syntax: public inline uint64_t GetEnrollmentInfo ( EnrollmentInfoType type ) const;
Registrierungsinformationen in Ticks. Ein einzelner Takt stellt hundert Nanosekunden oder ein Zehnmillionstel einer Sekunde dar.
Parameter
-
type
eine Enumeration von EnrollmentInfoType.
Gibt zurück
Dauer der erkannten Sprache in Ticks.