RecognitionEventArgs クラス
- java.
lang. Object - com.
microsoft. cognitiveservices. speech. SessionEventArgs - com.
microsoft. cognitiveservices. speech. RecognitionEventArgs
- com.
- com.
public class RecognitionEventArgs
extends SessionEventArgs
Speech Start/End Detected などの認識イベントのペイロードを定義します
フィールドの概要
修飾子と型 | フィールドと説明 |
---|---|
java.math.BigInteger |
offset
メッセージ オフセットを 100nsec 単位で表します。 |
コンストラクターの概要
コンストラクター | 説明 |
---|---|
RecognitionEventArgs(long eventArgs) |
Recognition |
RecognitionEventArgs(long eventArgs, boolean dispose) |
Recognition |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
protected final native long |
getRecognitionResult(SafeHandle eventHandle, IntRef resultHandle)
認識結果へのネイティブ ハンドルを取得するためのネイティブ JNI 呼び出し。 |
java.lang.String |
toString()
認識イベント ペイロードを表す文字列型 (String) の値を取得します。 |
メソッドの継承元: SessionEventArgs
メソッドの継承元: java.lang.Object
フィールドの詳細
offset
public BigInteger offset
メッセージ オフセットを 100nsec 単位で表します。
コンストラクターの詳細
RecognitionEventArgs
public RecognitionEventArgs(long eventArgs)
RecognitionEventArgs オブジェクトのインスタンスを構築します。
パラメーター:
RecognitionEventArgs
public RecognitionEventArgs(long eventArgs, boolean dispose)
RecognitionEventArgs オブジェクトのインスタンスを構築します。
パラメーター:
メソッドの詳細
getRecognitionResult
protected final native long getRecognitionResult(SafeHandle eventHandle, IntRef resultHandle)
認識結果へのネイティブ ハンドルを取得するためのネイティブ JNI 呼び出し。
パラメーター:
戻り値:
toString
public String toString()
認識イベント ペイロードを表す文字列型 (String) の値を取得します。
上書き:
RecognitionEventArgs.toString()戻り値:
適用対象
Azure SDK for Java