AnalyzedDocument Class
- java.
lang. Object - com.
azure. ai. formrecognizer. documentanalysis. models. AnalyzedDocument
- com.
public class AnalyzedDocument
Model class describing the location and semantic content of a document.
Constructor Summary
Constructor | Description |
---|---|
AnalyzedDocument() |
Creates a new instance of Analyzed |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Bounding |
getBoundingRegions()
Get the bounding |
float |
getConfidence()
Get the confidence property: Confidence of correctly extracting the document. |
String |
getDocType()
Get the doc |
Map<String,Document |
getFields()
Get the fields property: Dictionary of named field values. |
List<Document |
getSpans()
Get the spans property: Location of the document in the reading order concatenated content. |
Methods inherited from java.lang.Object
Constructor Details
AnalyzedDocument
public AnalyzedDocument()
Creates a new instance of AnalyzedDocument.
Method Details
getBoundingRegions
public List
Get the boundingRegions property: Bounding regions covering the document.
Returns:
getConfidence
public float getConfidence()
Get the confidence property: Confidence of correctly extracting the document.
Returns:
getDocType
public String getDocType()
Get the docType property: AnalyzeDocument type.
Returns:
getFields
public Map
Get the fields property: Dictionary of named field values.
Returns:
getSpans
public List
Get the spans property: Location of the document in the reading order concatenated content.
Returns:
Applies to
Azure SDK for Java