[[["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,["# ImageSegmenterOptions interface\n\n\u003cbr /\u003e\n\nOptions to configure the MediaPipe Image Segmenter Task\n\n**Signature:** \n\n export declare interface ImageSegmenterOptions extends VisionTaskOptions \n\n**Extends:** VisionTaskOptions\n\nProperties\n----------\n\n| Property | Type | Description |\n|----------------------------------------------------------------------------------------------------------|----------------------|---------------------------------------------------------------------------------------------------------------|\n| [displayNamesLocale](./tasks-vision.imagesegmenteroptions#imagesegmenteroptionsdisplaynameslocale) | string \\| undefined | The locale to use for display names specified through the TFLite Model Metadata, if any. Defaults to English. |\n| [outputCategoryMask](./tasks-vision.imagesegmenteroptions#imagesegmenteroptionsoutputcategorymask) | boolean \\| undefined | Whether to output the category masks. Defaults to false. |\n| [outputConfidenceMasks](./tasks-vision.imagesegmenteroptions#imagesegmenteroptionsoutputconfidencemasks) | boolean \\| undefined | Whether to output confidence masks. Defaults to true. |\n\nImageSegmenterOptions.displayNamesLocale\n----------------------------------------\n\nThe locale to use for display names specified through the TFLite Model Metadata, if any. Defaults to English.\n\n**Signature:** \n\n displayNamesLocale?: string | undefined;\n\nImageSegmenterOptions.outputCategoryMask\n----------------------------------------\n\nWhether to output the category masks. Defaults to false.\n\n**Signature:** \n\n outputCategoryMask?: boolean | undefined;\n\nImageSegmenterOptions.outputConfidenceMasks\n-------------------------------------------\n\nWhether to output confidence masks. Defaults to true.\n\n**Signature:** \n\n outputConfidenceMasks?: boolean | undefined;"]]