RegionOfInterest constructor

RegionOfInterest({
  1. BoundingBox? boundingBox,
})

Implementation

RegionOfInterest({
  this.boundingBox,
});