Class DocumentBarcode
java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.models.DocumentBarcode
Model representing a barcode document field.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the polygon property: Bounding polygon of the barcode.float
Get the confidence property: Confidence of correctly extracting the barcode.getKind()
Get the kind property: Barcode kind.getSpan()
Get the span property: Location of the barcode in the reading order concatenated content.getValue()
Get the value property: Barcode value.
-
Constructor Details
-
DocumentBarcode
public DocumentBarcode()
-
-
Method Details
-
getKind
Get the kind property: Barcode kind.- Returns:
- the kind value.
-
getValue
Get the value property: Barcode value.- Returns:
- the value value.
-
getBoundingPolygon
Get the polygon property: Bounding polygon of the barcode.- Returns:
- the polygon value.
-
getSpan
Get the span property: Location of the barcode in the reading order concatenated content.- Returns:
- the span value.
-
getConfidence
public float getConfidence()Get the confidence property: Confidence of correctly extracting the barcode.- Returns:
- the confidence value.
-