Package ai.runapi.wan.types
Class BoundingBoxGroup
java.lang.Object
ai.runapi.wan.types.BoundingBoxGroup
Bounding boxes for one source image.
-
Method Summary
Modifier and TypeMethodDescriptiongetBoxes()Returns the bounding boxes in this group.static BoundingBoxGroupof(BoundingBox... boxes) Creates a group of bounding boxes.
-
Method Details
-
of
Creates a group of bounding boxes. -
getBoxes
Returns the bounding boxes in this group.
-