[[["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 2021-02-11 UTC."],[],[],null,["# FirebaseMLVision Framework Reference\n\nVisionFaceDetectorLandmarkMode\n==============================\n\n enum VisionFaceDetectorLandmarkMode : UInt\n\n@enum VisionFaceDetectorLandmarkMode\nLandmark detection mode for face detection.\n- `\n ``\n ``\n `\n\n ### [none](#/c:@E@FIRVisionFaceDetectorLandmarkMode@FIRVisionFaceDetectorLandmarkModeNone)\n\n `\n ` \n Face landmark mode indicating that the detector performs no landmark detection. \n\n #### Declaration\n\n Swift \n\n case none = 1\n\n- `\n ``\n ``\n `\n\n ### [all](#/c:@E@FIRVisionFaceDetectorLandmarkMode@FIRVisionFaceDetectorLandmarkModeAll)\n\n `\n ` \n Face landmark mode indicating that the detector performs landmark detection. \n\n #### Declaration\n\n Swift \n\n case all = 2"]]