[[["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-05-08 UTC."],[],[],null,["# MediaPipeTasksVision Framework Reference\n\nMaskDataType\n============\n\n enum MaskDataType : UInt, @unchecked Sendable\n\nThe underlying type of the segmentation mask.\n- `\n ``\n ``\n `\n\n ### [uInt8](#/c:@E@MPPMaskDataType@MPPMaskDataTypeUInt8)\n\n `\n ` \n Represents the native `UInt8 *` type. \n\n #### Declaration\n\n Swift \n\n case uInt8 = 0\n\n- `\n ``\n ``\n `\n\n ### [float32](#/c:@E@MPPMaskDataType@MPPMaskDataTypeFloat32)\n\n `\n ` \n Represents the native `float *` type. \n\n #### Declaration\n\n Swift \n\n case float32 = 1"]]