DeformationResistedBarcode Class
DeformationResistedBarcode
is a class that represents a deformation-resisted barcode.
Definition
Assembly: DynamsoftBarcodeReader.aar
Namespace: com.dynamsoft.dbr.intermediate_results
class DeformationResistedBarcode
Attributes
Attribute | Description |
---|---|
imageData |
The deformation-resisted barcode image data. |
location |
The location of the deformation-resisted barcode. |
format |
The format of the deformation-resisted barcode. |
imageData
An ImageData
object representing the deformation-resisted barcode image.
ImageData imageData;
location
The location of the deformation-resisted barcode within the image represented as a Quadrilateral
.
Quadrilateral location;
format
A EnumBarcodeFormat
enum that represents the format of the deformation-resisted barcode.
long format;