DetectFaceLandmarksRequest
An image-analysis request that finds facial features like eyes and mouth in an image.
Declaration
struct DetectFaceLandmarksRequestOverview
By default, a request for face landmarks first locates all faces in the input image, then analyzes each to detect facial features.
If you already located all the faces in an image, or want to detect landmarks in only a subset of the faces in the image, set the inputFaceObservations property to an array of FaceObservation objects representing the faces you want to analyze. You can either use face observations output by a DetectFaceRectanglesRequest or manually create FaceObservation instances with the bounding boxes of the faces you want to analyze.
Topics
Creating a request
Performing a request
perform(on:orientation:)perform(on:orientation:)perform(on:orientation:)perform(on:orientation:)perform(on:orientation:)perform(on:orientation:)