GenerateIterativeSegmentationRequest
A request that generates a segmentation mask from points, a rectangle, or a scribble.
Declaration
final class GenerateIterativeSegmentationRequestOverview
Initialize with a seed point, a seed rectangle, or a seed scribble buffer to generate the initial segmentation mask. Then add points to iteratively refine the segmentation mask. The request supports a maximum of 13 points when seeded with a point or scribble, or 11 points when seeded with a box.
Topics
Creating a request
init(seedBox:_:)init(seedPoint:_:)init(seedScribbleBuffer:_:)GenerateIterativeSegmentationRequest.Result