Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
RegionOfInterest
Stores the region of interest.
class RegionOfInterest
Attributes
Attribute | Type |
---|---|
roi_id |
int |
point |
class Point |
width |
int |
height |
int |
roi_id
The ID generated by the SDK.
RegionOfInterest.roi_id
point
The left top point of the region.
RegionOfInterest.point
width
The width of the region.
RegionOfInterest.width
height
The height of the region.
RegionOfInterest.height