The angle or orientation of the barcode, indicating if the barcode was detected at an angle or rotated.
The confidence score or reliability of the barcode detection.
The format of the barcode. It specifies the type of barcode that was recognized.
A string that describes the format of the barcode in human-readable form. It provides a textual representation of the barcode format.
Indicates whether the barcode is a Direct Part Marking (DPM) barcode.
Whether the barcode is mirrored or reversed from its normal orientation.
The location of the barcode in the form of a Quadrilateral (a set of coordinates defining the four corners of the detected barcode). It describes where the barcode was found within an image.
The size of the individual modules or elements within the barcode.
Optional
targetROIDefthe name of the TargetROIDef object which includes a task that generated the result.
Optional
taskThe name of the task that generated the result.
The textual data decoded from the barcode. It represents the content of the barcode.
The type of the captured result item.
Interface BarcodeResultItem extends CapturedResultItem, represents a barcode result item decoded by barcode reader engine.
See