クラス Speaker::VoiceProfilePhraseResult
VoiceProfilePhraseResult のクラス。 このクラスは、話者認識の有効なアクティブ化フレーズを要求した結果を表します。 バージョン 1.18.0 で追加されました。
メンバー
ResultId
構文: public const std::string & ResultId;
一意の結果 ID。
理由
構文: public const ResultReason & Reason;
音声プロファイルの結果の理由。
プロパティ
構文: public PropertyCollection & Properties;
この VoiceProfilePhraseResult に対して定義されているプロパティとその値のコレクション。
VoiceProfilePhraseResult
構文: public inline explicit VoiceProfilePhraseResult ( SPXRESULTHANDLE hresult );
~VoiceProfilePhraseResult
構文: public inline virtual ~VoiceProfilePhraseResult ( );
GetPhrases
構文: public inline std::shared_ptr< std::vector< std::string > > GetPhrases ( );
アクティブ化フレーズを取得します。
戻り値
文字列形式の語句のベクター
演算子 SPXRESULTHANDLE
構文: public inline explicit operator SPXRESULTHANDLE ( );
内部。 明示的な変換演算子。
戻り値
ハンドル。