[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[],["The content describes three Swift classes related to image segmentation. `CommonSegmenterOptions` allows configuration of a segmenter. `SegmentationMask` represents the output of a segmenter, providing the segmentation results. `Segmenter` is the core class, responsible for performing the segmentation process on input images. All are subclasses of `NSObject`. Each class is a part of the ML Kit framework, which provides the ability to implement machine learning capabilities into swift applications.\n"]]