クラスの文字起こし::ConversationTranslationEventArgs
class Transcription::ConversationTranslationEventArgs
: public RecognitionEventArgs
: public Transcription::EventHelper
ConversationTranslator ConversationTranslator::Transcribing、 ConversationTranslator::Transcribed、または ConversationTranslator::TextMessageReceived イベントのイベント引数。 1.9.0 で追加されました。
メンバー
結果
構文: public std::shared_ptr< constConversationTranslationResult > Result;
会話翻訳の結果を格納します。 これは、取り消されたイベント、音声認識、または受信したテキスト メッセージの場合があります。
ConversationTranslationEventArgs
構文: public inline explicit ConversationTranslationEventArgs ( SPXEVENTHANDLE hevent );
新しいインスタンスを作成します。
パラメーター
hevent
C-API によって返されるイベント ハンドル。