クラス Speaker::VoiceProfileEnrollmentResult
class Speaker::VoiceProfileEnrollmentResult
: public RecognitionResult
登録の結果を表します。 バージョン 1.12.0 で追加されました。
メンバー
ProfileId
構文: public const std::string & ProfileId;
登録の話者のプロファイル ID。
VoiceProfileEnrollmentResult
構文: public inline explicit VoiceProfileEnrollmentResult ( SPXRESULTHANDLE hresult );
指定されたハンドルを使用して新しいインスタンスを作成します。
パラメーター
hresult
結果ハンドル。
~VoiceProfileEnrollmentResult
構文: public inline virtual ~VoiceProfileEnrollmentResult ( );
デストラクターです。
GetCreatedTime
構文: public inline const std::string & GetCreatedTime ( ) const;
音声プロファイルの作成時刻のテキスト表現を取得します。
戻り値
GetLastUpdatedDateTime
構文: public inline const std::string & GetLastUpdatedDateTime ( ) const;
音声プロファイルの最後に更新された時刻のテキスト表現を取得します。
戻り値
GetEnrollmentInfo
構文: public inline uint64_t GetEnrollmentInfo ( EnrollmentInfoType type ) const;
登録情報 (ティック単位)。 1 ティックは、100 ナノ秒または 1,000 万分の 1 秒を表します。
パラメーター
type
EnrollmentInfoType の列挙型。
戻り値
認識された音声の時間 (ティック単位)。