Page Summary
-
There are two main classes available for image segmentation:
CommonSegmenterOptionsandSelfieSegmenterOptions. -
CommonSegmenterOptionsprovides general options for configuring an image segmenter. -
SelfieSegmenterOptions, inheriting fromCommonSegmenterOptions, offers specific configurations for segmenting selfie portraits.
Classes
The following classes are available globally.
-
Options for specifying a segmenter.
Declaration
Swift
class CommonSegmenterOptions : NSObject -
Options for specifying a segmenter for selfie portraits.
Declaration
Swift
class SelfieSegmenterOptions : CommonSegmenterOptions