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

88 строки
6.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.ai.formrecognizer.documentanalysis.models.AnalyzedDocument"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.AnalyzedDocument"
name: "AnalyzedDocument"
nameWithType: "AnalyzedDocument"
summary: "Model class describing the location and semantic content of a document."
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 class **AnalyzedDocument**"
constructors:
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.AnalyzedDocument.AnalyzedDocument()"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.AnalyzedDocument.AnalyzedDocument()"
name: "AnalyzedDocument()"
nameWithType: "AnalyzedDocument.AnalyzedDocument()"
summary: "Creates a new instance of Analyzed<wbr>Document."
syntax: "public AnalyzedDocument()"
desc: "Creates a new instance of AnalyzedDocument."
methods:
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.AnalyzedDocument.getBoundingRegions()"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.AnalyzedDocument.getBoundingRegions()"
name: "getBoundingRegions()"
nameWithType: "AnalyzedDocument.getBoundingRegions()"
summary: "Get the bounding<wbr>Regions property: Bounding regions covering the document."
syntax: "public List<BoundingRegion> getBoundingRegions()"
desc: "Get the boundingRegions property: Bounding regions covering the document."
returns:
description: "the boundingRegions value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.ai.formrecognizer.documentanalysis.models.BoundingRegion?alt=com.azure.ai.formrecognizer.documentanalysis.models.BoundingRegion&text=BoundingRegion\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.AnalyzedDocument.getConfidence()"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.AnalyzedDocument.getConfidence()"
name: "getConfidence()"
nameWithType: "AnalyzedDocument.getConfidence()"
summary: "Get the confidence property: Confidence of correctly extracting the document."
syntax: "public float getConfidence()"
desc: "Get the confidence property: Confidence of correctly extracting the document."
returns:
description: "the confidence value."
type: "<xref href=\"float?alt=float&text=float\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.AnalyzedDocument.getDocType()"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.AnalyzedDocument.getDocType()"
name: "getDocType()"
nameWithType: "AnalyzedDocument.getDocType()"
summary: "Get the doc<wbr>Type property: Analyze<wbr>Document type."
syntax: "public String getDocType()"
desc: "Get the docType property: AnalyzeDocument type."
returns:
description: "the docType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.AnalyzedDocument.getFields()"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.AnalyzedDocument.getFields()"
name: "getFields()"
nameWithType: "AnalyzedDocument.getFields()"
summary: "Get the fields property: Dictionary of named field values."
syntax: "public Map<String,DocumentField> getFields()"
desc: "Get the fields property: Dictionary of named field values."
returns:
description: "the fields value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.ai.formrecognizer.documentanalysis.models.DocumentField?alt=com.azure.ai.formrecognizer.documentanalysis.models.DocumentField&text=DocumentField\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.AnalyzedDocument.getSpans()"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.AnalyzedDocument.getSpans()"
name: "getSpans()"
nameWithType: "AnalyzedDocument.getSpans()"
summary: "Get the spans property: Location of the document in the reading order concatenated content."
syntax: "public List<DocumentSpan> getSpans()"
desc: "Get the spans property: Location of the document in the reading order concatenated content."
returns:
description: "the spans value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.ai.formrecognizer.documentanalysis.models.DocumentSpan?alt=com.azure.ai.formrecognizer.documentanalysis.models.DocumentSpan&text=DocumentSpan\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Model class describing the location and semantic content of a document."
metadata: {}
package: "com.azure.ai.formrecognizer.documentanalysis.models"
artifact: com.azure:azure-ai-formrecognizer:4.1.11