revision(_:supportsConstellation:)
Returns a Boolean value that indicates whether a revision supports a constellation.
Declaration
class func revision(_ requestRevision: Int, supportsConstellation constellation: VNRequestFaceLandmarksConstellation) -> BoolParameters
- requestRevision:
The revision of the request.
- constellation:
The contellation for which to determine support.
Return Value
true if the revision supports the constellation, otherwise false.