Class AnalyzedDocument
java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.models.AnalyzedDocument
Model class describing the location and semantic content of a document.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the boundingRegions property: Bounding regions covering the document.float
Get the confidence property: Confidence of correctly extracting the document.Get the docType property: AnalyzeDocument type.Get the fields property: Dictionary of named field values.getSpans()
Get the spans property: Location of the document in the reading order concatenated content.
-
Constructor Details
-
AnalyzedDocument
public AnalyzedDocument()
-
-
Method Details
-
getDocType
Get the docType property: AnalyzeDocument type.- Returns:
- the docType value.
-
getBoundingRegions
Get the boundingRegions property: Bounding regions covering the document.- Returns:
- the boundingRegions value.
-
getSpans
Get the spans property: Location of the document in the reading order concatenated content.- Returns:
- the spans value.
-
getFields
Get the fields property: Dictionary of named field values.- Returns:
- the fields value.
-
getConfidence
public float getConfidence()Get the confidence property: Confidence of correctly extracting the document.- Returns:
- the confidence value.
-