你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TranslationRecognitionCanceledEventArgs Class

public final class TranslationRecognitionCanceledEventArgs
extends TranslationRecognitionEventArgs

Defines payload of translation canceled events.

Method Summary

Modifier and Type Method and Description
CancellationErrorCode getErrorCode()

The error code in case of an unsuccessful recognition (when getReason() returns Error).

java.lang.String getErrorDetails()

The error message in case of an unsuccessful recognition (when getReason() returns Error).

CancellationReason 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

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

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:

An error code that represents the error reason.

getErrorDetails

public String getErrorDetails()

The error message in case of an unsuccessful recognition (when getReason() returns Error).

Returns:

A String that represents the error details.

getReason

public CancellationReason getReason()

The reason the recognition was canceled.

Returns:

Specifies the reason canceled.

toString

public String toString()

Returns a String that represents the speech recognition canceled event args.

Overrides:

TranslationRecognitionCanceledEventArgs.toString()

Returns:

A String that represents the speech recognition canceled event args.

Applies to