RecognitionEventArgs Class
- java.
lang. Object - com.
microsoft. cognitiveservices. speech. SessionEventArgs - com.
microsoft. cognitiveservices. speech. RecognitionEventArgs
- com.
- com.
public class RecognitionEventArgs
extends SessionEventArgs
Defines payload for recognition events like Speech Start/End Detected
Field Summary
Modifier and Type | Field and Description |
---|---|
java.math.BigInteger |
offset
Represents the message offset in 100nsec increments. |
Constructor Summary
Constructor | Description |
---|---|
RecognitionEventArgs(long eventArgs) |
Constructs an instance of a Recognition |
RecognitionEventArgs(long eventArgs, boolean dispose) |
Constructs an instance of a Recognition |
Method Summary
Modifier and Type | Method and Description |
---|---|
protected final native long |
getRecognitionResult(SafeHandle eventHandle, IntRef resultHandle)
Native JNI call to get the native handle to recognition result. |
java.lang.String |
toString()
Returns a String that represents the recognition event payload. |
Methods inherited from SessionEventArgs
Methods inherited from java.lang.Object
Field Details
offset
public BigInteger offset
Represents the message offset in 100nsec increments.
Constructor Details
RecognitionEventArgs
public RecognitionEventArgs(long eventArgs)
Constructs an instance of a RecognitionEventArgs object.
Parameters:
RecognitionEventArgs
public RecognitionEventArgs(long eventArgs, boolean dispose)
Constructs an instance of a RecognitionEventArgs object.
Parameters:
Method Details
getRecognitionResult
protected final native long getRecognitionResult(SafeHandle eventHandle, IntRef resultHandle)
Native JNI call to get the native handle to recognition result.
Parameters:
Returns:
toString
public String toString()
Returns a String that represents the recognition event payload.
Overrides:
RecognitionEventArgs.toString()Returns:
Applies to
Azure SDK for Java