SpeechRecognitionEventArgs Class
- java.
lang. Object - com.
microsoft. cognitiveservices. speech. SessionEventArgs - com.
microsoft. cognitiveservices. speech. RecognitionEventArgs - com.
microsoft. cognitiveservices. speech. SpeechRecognitionEventArgs
- com.
- com.
- com.
public class SpeechRecognitionEventArgs
extends RecognitionEventArgs
Defines contents of speech recognizing/recognized event.
Constructor Summary
Constructor | Description |
---|---|
SpeechRecognitionEventArgs(long eventArgs) |
Constructs an instance of a Speech |
SpeechRecognitionEventArgs(long eventArgs, boolean dispose) |
Constructs an instance of a Speech |
Method Summary
Modifier and Type | Method and Description |
---|---|
final
Speech |
getResult()
Specifies the recognition result. |
java.lang.String |
toString()
Returns a String that represents the speech recognition result event. |
Methods inherited from RecognitionEventArgs
Methods inherited from SessionEventArgs
Methods inherited from java.lang.Object
Constructor Details
SpeechRecognitionEventArgs
public SpeechRecognitionEventArgs(long eventArgs)
Constructs an instance of a SpeechRecognitionEventArgs object.
Parameters:
SpeechRecognitionEventArgs
public SpeechRecognitionEventArgs(long eventArgs, boolean dispose)
Constructs an instance of a SpeechRecognitionEventArgs object.
Parameters:
Method Details
getResult
public final SpeechRecognitionResult getResult()
Specifies the recognition result.
Returns:
toString
public String toString()
Returns a String that represents the speech recognition result event.
Overrides:
SpeechRecognitionEventArgs.toString()Returns:
Applies to
Azure SDK for Java