[[["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-07 UTC."],[],[],null,["# InteractiveSegmenterOptions interface\n\n\u003cbr /\u003e\n\nOptions to configure the MediaPipe Interactive Segmenter Task\n\n**Signature:** \n\n export declare interface InteractiveSegmenterOptions extends TaskRunnerOptions \n\n**Extends:** TaskRunnerOptions\n\nProperties\n----------\n\n| Property | Type | Description |\n|----------------------------------------------------------------------------------------------------------------------|----------------------|----------------------------------------------------------|\n| [outputCategoryMask](./tasks-vision.interactivesegmenteroptions#interactivesegmenteroptionsoutputcategorymask) | boolean \\| undefined | Whether to output the category masks. Defaults to false. |\n| [outputConfidenceMasks](./tasks-vision.interactivesegmenteroptions#interactivesegmenteroptionsoutputconfidencemasks) | boolean \\| undefined | Whether to output confidence masks. Defaults to true. |\n\nInteractiveSegmenterOptions.outputCategoryMask\n----------------------------------------------\n\nWhether to output the category masks. Defaults to false.\n\n**Signature:** \n\n outputCategoryMask?: boolean | undefined;\n\nInteractiveSegmenterOptions.outputConfidenceMasks\n-------------------------------------------------\n\nWhether to output confidence masks. Defaults to true.\n\n**Signature:** \n\n outputConfidenceMasks?: boolean | undefined;"]]