MLKitSegmentationSelfie Framework Reference

  • SelfieSegmenterOptions provides configurations for a segmenter specialized in selfie portraits.

  • It inherits from CommonSegmenterOptions, implying shared functionalities with other segmenter types.

  • Initializing SelfieSegmenterOptions is straightforward with a simple init() call in Swift.

SelfieSegmenterOptions

class SelfieSegmenterOptions : CommonSegmenterOptions

Options for specifying a segmenter for selfie portraits.

  • Creates a new instance.

    Declaration

    Swift

    init()