VNDetectFaceCaptureQualityRequest vs VNDetectFaceRectanglesRequest

Hey fellow devs,

I just wanted to make sure I understand the differences between these two requests. It appears both these requests return pitch, yaw and roll in the VNFaceObservation's they return.

However, VNDetectFaceCaptureQualityRequest's returned VNFaceObservation's include faceCaptureQuality values, while these values are nil in the response from VNDetectFaceRectanglesRequest.

So is the response to a VNDetectFaceCaptureQualityRequest a superset of the properties returned by VNDetectFaceRectanglesRequest?

And is the expectation that VNDetectFaceCaptureQualityRequest uses more cycles and/or takes longer than VNDetectFaceRectanglesRequest?

VNDetectFaceCaptureQualityRequest vs VNDetectFaceRectanglesRequest
 
 
Q