Class Document
java.lang.Object
com.azure.ai.documentintelligence.models.Document
An object describing the location and semantic content of a document.
-
Method Summary
Modifier and TypeMethodDescriptionGet the boundingRegions property: Bounding regions covering the document.double
Get the confidence property: Confidence of correctly extracting the document.Get the docType property: Document 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.
-
Method Details
-
getDocType
Get the docType property: Document 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 double getConfidence()Get the confidence property: Confidence of correctly extracting the document.- Returns:
- the confidence value.
-