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

FormRecognizerErrorInformation 类

  • java.lang.Object
    • com.azure.ai.formrecognizer.models.FormRecognizerErrorInformation

public final class FormRecognizerErrorInformation

FormRecognizerErrorInformation 模型。

构造函数摘要

构造函数 说明
FormRecognizerErrorInformation(String errorCode, String message)

构造表单识别器错误信息对象。

方法摘要

修饰符和类型 方法和描述
String getErrorCode()

获取服务返回的错误代码属性。

String getMessage()

获取服务返回的消息属性。

方法继承自 java.lang.Object

构造函数详细信息

FormRecognizerErrorInformation

public FormRecognizerErrorInformation(String errorCode, String message)

构造 FormRecognizerErrorInformation 对象。

Parameters:

errorCode - 服务返回的错误代码。
message - 服务返回的错误消息

方法详细信息

getErrorCode

public String getErrorCode()

获取服务返回的错误代码属性。

Returns:

服务返回的错误代码属性。

getMessage

public String getMessage()

获取服务返回的消息属性。

Returns:

服务返回的消息属性。

适用于