Share via


クラスの文字起こし::ConversationTranscriptionEventArgs

class Transcription::ConversationTranscriptionEventArgs
  : public RecognitionEventArgs

会話文字起こしイベント引数のクラス。

メンバー

結果

構文: public std::shared_ptr< ConversationTranscriptionResult > Result;

会話の文字起こしの結果。

ConversationTranscriptionEventArgs

構文: public inline explicit ConversationTranscriptionEventArgs ( SPXEVENTHANDLE hevent );

コンストラクターです。

パラメーター

  • hevent イベント ハンドル

~ConversationTranscriptionEventArgs

構文: public inline virtual ~ConversationTranscriptionEventArgs ( );