Barcode Xpress for Java v13.9 - Updated
Result Class Methods


com.accusoft.barcodexpress Package : Result Class

For a list of all members of this type, see Result members.

Public Methods
 NameDescription
Public MethodGets the bounding rectangular area of the recognized barcode.  
Public Method

Gets the confidence of the recognized barcode.

Barcodes are assumed to have a 100 percent confidence from which points are deducted. Confidence reporting is based on several factors: 1. Barcodes that require the use of check digits that have not produced the anticipated checksum value will cause a reduced confidence. Invalid checksums will have a reduction of at least 50. 2. Barcodes that are recognized but that also include errors will cause a reduction in confidence. These could be barcodes that were recovered because of the checksum. The confidence of these barcodes is reduced by as much as 30.  
Public MethodGets the recognized barcode data value in bytes.  
Public MethodGets the top-left point of the recognized barcode.  
Public MethodGets the top-right point of the recognized barcode.  
Public MethodGets the bottom-right point of the recognized barcode.  
Public MethodGets the bottom-left point of the recognized barcode.  
Public Method

Gets point properties 1 through 4 which locate the corner points of linear 1D barcodes.

When the barcode is in the horizontal orientation, BarcodeXpress reads it from left to right, assigning values to the Point 1 through 4 properties. The Point1 property is the upper-left corner point of the barcode. With any rotation of the barcode on the image, the Point value assigned to the corners rotates with the barcode. No matter what the rotation is, the Point properties always identify the same corner point of the barcode.  
Public Method

Gets the angle of skew for the recognized barcode analyzed.

The skew angle is measured in degrees. 0 degrees is horizontal.  
Public MethodGets the type of the recognized barcode.  
Public Method

Gets the value of the recognized barcode.

If the barcodes being recognized are encoding binary data, use the getData method to return the result value instead.  
Top
See Also

Reference

Result Class
com.accusoft.barcodexpress Package

Is this page helpful?
Yes No
Thanks for your feedback.