public class PossibleBarCode
extends java.lang.Object
Describes possible barcode found. Maybe incorrectly.
Modifier and Type | Method and Description |
---|---|
float |
getAngle()
Gets the barcode's angle.
|
BaseDecodeType |
getBarCodeReadType()
Gets the type of the symbology read.
|
java.lang.String |
getCodetext()
Gets the codetext.
|
float |
getRecognitionQuality()
Gets the recognition quality percent.
|
BarCodeRegion |
getRegion()
Gets the region where the barcode potentially found.
|
public BaseDecodeType getBarCodeReadType()
Gets the type of the symbology read.
public java.lang.String getCodetext()
Gets the codetext.
public float getRecognitionQuality()
Gets the recognition quality percent.
public BarCodeRegion getRegion()
Gets the region where the barcode potentially found.
public float getAngle()
Gets the barcode's angle.