FIRVisionFaceContour
@interface FIRVisionFaceContour : NSObjectA contour on a human face detected in an image.
-
The facial contour type.
Declaration
Objective-C
@property (nonatomic, readonly) FIRFaceContourType _Nonnull type; -
An array of 2D points that make up the facial contour.
Declaration
Objective-C
@property (nonatomic, readonly) NSArray<FIRVisionPoint *> *_Nonnull points; -
Unavailable.
Declaration
Objective-C
- (nonnull instancetype)init;