MLKitSegmentationCommon Framework Reference

Type Definitions

The following type definitions are available globally.

  • @enum SegmenterMode Segmenter modes.

    Declaration

    Objective-C

    typedef NSInteger MLKSegmenterMode
  • A block containing the segmentation mask or nil if there’s an error.

    Declaration

    Objective-C

    typedef void (^MLKSegmentationCallback)(MLKSegmentationMask *_Nullable,
                                            NSError *_Nullable)

    Parameters

    mask

    The mask from the image or nil if there was an error.

    error

    The error or nil.