次の方法で共有


TranslationRecognitionEventArgs クラス

定義

翻訳認識/認識イベントのペイロードが含まれます。

public class TranslationRecognitionEventArgs : Microsoft.CognitiveServices.Speech.RecognitionEventArgs
type TranslationRecognitionEventArgs = class
    inherit RecognitionEventArgs
Public Class TranslationRecognitionEventArgs
Inherits RecognitionEventArgs
継承
TranslationRecognitionEventArgs
派生

プロパティ

Offset

メッセージ オフセットをティック単位 (100 ナノ秒) で表します。

(継承元 RecognitionEventArgs)
Result

認識結果を指定します。

SessionId

セッション識別子を表します。

(継承元 SessionEventArgs)

メソッド

ToString()

音声認識結果イベントを表す文字列を返します。

適用対象