azure-docs-sdk-java/docs-ref-autogen/com.azure.ai.formrecognizer...

65 строки
3.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.ai.formrecognizer.models.FormRecognizerError"
fullName: "com.azure.ai.formrecognizer.models.FormRecognizerError"
name: "FormRecognizerError"
nameWithType: "FormRecognizerError"
summary: "The Form<wbr>Recognizer<wbr>Error model."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **FormRecognizerError**"
constructors:
- uid: "com.azure.ai.formrecognizer.models.FormRecognizerError.FormRecognizerError(java.lang.String,java.lang.String)"
fullName: "com.azure.ai.formrecognizer.models.FormRecognizerError.FormRecognizerError(String errorCode, String message)"
name: "FormRecognizerError(String errorCode, String message)"
nameWithType: "FormRecognizerError.FormRecognizerError(String errorCode, String message)"
summary: "Constructs a Form<wbr>Recognizer<wbr>Error object."
parameters:
- description: "The error code property."
name: "errorCode"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The message property."
name: "message"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public FormRecognizerError(String errorCode, String message)"
desc: "Constructs a FormRecognizerError object."
methods:
- uid: "com.azure.ai.formrecognizer.models.FormRecognizerError.getErrorCode()"
fullName: "com.azure.ai.formrecognizer.models.FormRecognizerError.getErrorCode()"
name: "getErrorCode()"
nameWithType: "FormRecognizerError.getErrorCode()"
summary: "Get the code property."
syntax: "public String getErrorCode()"
desc: "Get the code property."
returns:
description: "the error code value returned by the service."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.formrecognizer.models.FormRecognizerError.getMessage()"
fullName: "com.azure.ai.formrecognizer.models.FormRecognizerError.getMessage()"
name: "getMessage()"
nameWithType: "FormRecognizerError.getMessage()"
summary: "Get the message property."
syntax: "public String getMessage()"
desc: "Get the message property."
returns:
description: "the message value returned by the service."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "The FormRecognizerError model."
metadata: {}
package: "com.azure.ai.formrecognizer.models"
artifact: com.azure:azure-ai-formrecognizer:4.1.11