你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TranslationRecognitionCanceledEventArgs Class
- java.
lang. Object - com.
microsoft. cognitiveservices. speech. SessionEventArgs - com.
microsoft. cognitiveservices. speech. RecognitionEventArgs - com.
microsoft. cognitiveservices. speech. translation. TranslationRecognitionEventArgs - com.
microsoft. cognitiveservices. speech. translation. TranslationRecognitionCanceledEventArgs
- com.
- com.
- com.
- com.
public final class TranslationRecognitionCanceledEventArgs
extends TranslationRecognitionEventArgs
Defines payload of translation canceled events.
Method Summary
Modifier and Type | Method and Description |
---|---|
Cancellation |
getErrorCode()
The error code in case of an unsuccessful recognition (when get |
java.lang.String |
getErrorDetails()
The error message in case of an unsuccessful recognition (when get |
Cancellation |
getReason()
The reason the recognition was canceled. |
java.lang.String |
toString()
Returns a String that represents the speech recognition canceled event args. |
Methods inherited from RecognitionEventArgs
Methods inherited from SessionEventArgs
Methods inherited from TranslationRecognitionEventArgs
Methods inherited from java.lang.Object
Method Details
getErrorCode
public CancellationErrorCode getErrorCode()
The error code in case of an unsuccessful recognition (when getReason() returns Error). Added in version 1.1.0.
Returns:
getErrorDetails
public String getErrorDetails()
The error message in case of an unsuccessful recognition (when getReason() returns Error).
Returns:
getReason
public CancellationReason getReason()
The reason the recognition was canceled.
Returns:
toString
public String toString()
Returns a String that represents the speech recognition canceled event args.
Overrides:
TranslationRecognitionCanceledEventArgs.toString()Returns: