[[["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,["# LandmarkData interface\n\n\u003cbr /\u003e\n\nData that a user can use to specialize drawing options.\n\n**Signature:** \n\n export declare interface LandmarkData \n\nProperties\n----------\n\n| Property | Type | Description |\n|--------------------------------------------------------|--------------------------------------------------------------------------------------|-------------|\n| [from](./tasks-vision.landmarkdata#landmarkdatafrom) | [NormalizedLandmark](./tasks-vision.normalizedlandmark#normalizedlandmark_interface) | |\n| [index](./tasks-vision.landmarkdata#landmarkdataindex) | number | |\n| [to](./tasks-vision.landmarkdata#landmarkdatato) | [NormalizedLandmark](./tasks-vision.normalizedlandmark#normalizedlandmark_interface) | |\n\nLandmarkData.from\n-----------------\n\n**Signature:** \n\n from?: NormalizedLandmark;\n\nLandmarkData.index\n------------------\n\n**Signature:** \n\n index?: number;\n\nLandmarkData.to\n---------------\n\n**Signature:** \n\n to?: NormalizedLandmark;"]]