FirebaseMLVision Framework Reference

VisionFaceDetectorLandmarkMode

enum VisionFaceDetectorLandmarkMode : UInt

@enum VisionFaceDetectorLandmarkMode Landmark detection mode for face detection.

  • Face landmark mode indicating that the detector performs no landmark detection.

    Declaration

    Swift

    case none = 1
  • all

    Face landmark mode indicating that the detector performs landmark detection.

    Declaration

    Swift

    case all = 2