FirebaseMLVision Framework Reference

VisionFaceContour

class VisionFaceContour : NSObject

A contour on a human face detected in an image.

  • The facial contour type.

    Declaration

    Swift

    var type: FaceContourType { get }
  • An array of 2D points that make up the facial contour.

    Declaration

    Swift

    var points: [FIRVisionPoint] { get }
  • Unavailable.