RegionOfInterest
Stores the region of interest.
Attributes
Attribute | Type |
---|---|
roiId |
int |
point |
Point |
width |
int |
height |
int |
roiId
The ID generated by the SDK.
int com.dynamsoft.barcode.RegionOfInterest.roiId
point
The left top point of the region.
Point com.dynamsoft.barcode.RegionOfInterest.point
width
The width of the region.
int com.dynamsoft.barcode.RegionOfInterest.width
height
The height of the region.
int com.dynamsoft.barcode.RegionOfInterest.height