MLKitSegmentationSelfie Framework Reference

  • MLKSelfieSegmenterOptions provides configurations for a segmenter specifically designed for selfie portraits.

  • This class inherits from MLKCommonSegmenterOptions, implying shared functionalities with other segmenter types.

  • Initialization is straightforward through a designated init method, creating a ready-to-use instance.

MLKSelfieSegmenterOptions


@interface MLKSelfieSegmenterOptions : MLKCommonSegmenterOptions

Options for specifying a segmenter for selfie portraits.

  • Creates a new instance.

    Declaration

    Objective-C

    - (nonnull instancetype)init;