public static final class BarCodeReader.PossibleBarCode extends Object
Describes possible barcode found. Maybe incorrectly.
Modifier and Type | Method and Description |
---|---|
float |
getAngle()
Gets the barcode's angle.
|
long |
getBarCodeReadType()
Gets the type of the symbology read.
|
String |
getCodetext()
Gets the codetext.
|
float |
getRecognitionQuality()
Gets the recognition quality percent.
|
BarCodeRegion |
getRegion()
Gets the region where the barcode potentially found.
|
public long getBarCodeReadType()
Gets the type of the symbology read.
Value: The type of the symbology read.public 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.
Copyright (c) 2002-2014 Aspose Pty Ltd. All Rights Reserved.