---
title: "VisionResult.detectFaceLandmarks(_:_:)"
framework: vision
role: symbol
role_heading: Case
path: "vision/visionresult/detectfacelandmarks(_:_:)"
---

# VisionResult.detectFaceLandmarks(_:_:)

A result from performing a detect face landmarks request.

## Declaration

```swift
case detectFaceLandmarks(DetectFaceLandmarksRequest, [FaceObservation])
```

## See Also

### Getting the face and body detection result

- [VisionResult.detectFaceCaptureQuality(_:_:)](vision/visionresult/detectfacecapturequality(_:_:).md)
- [VisionResult.detectFaceRectangles(_:_:)](vision/visionresult/detectfacerectangles(_:_:).md)
- [VisionResult.detectHumanRectangles(_:_:)](vision/visionresult/detecthumanrectangles(_:_:).md)
