DocumentBarcode Class
- java.
lang. Object - com.
azure. ai. formrecognizer. documentanalysis. models. DocumentBarcode
- com.
public final class DocumentBarcode
Model representing a barcode document field.
Constructor Summary
Constructor | Description |
---|---|
DocumentBarcode() |
Constructs a Document |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Point> |
getBoundingPolygon()
Get the polygon property: Bounding polygon of the barcode. |
float |
getConfidence()
Get the confidence property: Confidence of correctly extracting the barcode. |
Document |
getKind()
Get the kind property: Barcode kind. |
Document |
getSpan()
Get the span property: Location of the barcode in the reading order concatenated content. |
String |
getValue()
Get the value property: Barcode value. |
Methods inherited from java.lang.Object
Constructor Details
DocumentBarcode
public DocumentBarcode()
Constructs a DocumentBarcode object.
Method Details
getBoundingPolygon
public List
Get the polygon property: Bounding polygon of the barcode.
Returns:
getConfidence
public float getConfidence()
Get the confidence property: Confidence of correctly extracting the barcode.
Returns:
getKind
public DocumentBarcodeKind getKind()
Get the kind property: Barcode kind.
Returns:
getSpan
public DocumentSpan getSpan()
Get the span property: Location of the barcode in the reading order concatenated content.
Returns:
getValue
public String getValue()
Get the value property: Barcode value.
Returns: