LandmarkType

public enum LandmarkType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case eyeleft = "eyeLeft"
  • Undocumented

    Declaration

    Swift

    case eyeright = "eyeRight"
  • Undocumented

    Declaration

    Swift

    case nose = "nose"
  • Undocumented

    Declaration

    Swift

    case mouthleft = "mouthLeft"
  • Undocumented

    Declaration

    Swift

    case mouthright = "mouthRight"
  • Undocumented

    Declaration

    Swift

    case lefteyebrowleft = "leftEyeBrowLeft"
  • Undocumented

    Declaration

    Swift

    case lefteyebrowright = "leftEyeBrowRight"
  • Undocumented

    Declaration

    Swift

    case lefteyebrowup = "leftEyeBrowUp"
  • Undocumented

    Declaration

    Swift

    case righteyebrowleft = "rightEyeBrowLeft"
  • Undocumented

    Declaration

    Swift

    case righteyebrowright = "rightEyeBrowRight"
  • Undocumented

    Declaration

    Swift

    case righteyebrowup = "rightEyeBrowUp"
  • Undocumented

    Declaration

    Swift

    case lefteyeleft = "leftEyeLeft"
  • Undocumented

    Declaration

    Swift

    case lefteyeright = "leftEyeRight"
  • Undocumented

    Declaration

    Swift

    case lefteyeup = "leftEyeUp"
  • Undocumented

    Declaration

    Swift

    case lefteyedown = "leftEyeDown"
  • Undocumented

    Declaration

    Swift

    case righteyeleft = "rightEyeLeft"
  • Undocumented

    Declaration

    Swift

    case righteyeright = "rightEyeRight"
  • Undocumented

    Declaration

    Swift

    case righteyeup = "rightEyeUp"
  • Undocumented

    Declaration

    Swift

    case righteyedown = "rightEyeDown"
  • Undocumented

    Declaration

    Swift

    case noseleft = "noseLeft"
  • Undocumented

    Declaration

    Swift

    case noseright = "noseRight"
  • Undocumented

    Declaration

    Swift

    case mouthup = "mouthUp"
  • Undocumented

    Declaration

    Swift

    case mouthdown = "mouthDown"
  • Undocumented

    Declaration

    Swift

    case leftpupil = "leftPupil"
  • Undocumented

    Declaration

    Swift

    case rightpupil = "rightPupil"
  • Undocumented

    Declaration

    Swift

    case upperjawlineleft = "upperJawlineLeft"
  • Undocumented

    Declaration

    Swift

    case midjawlineleft = "midJawlineLeft"
  • Undocumented

    Declaration

    Swift

    case chinbottom = "chinBottom"
  • Undocumented

    Declaration

    Swift

    case midjawlineright = "midJawlineRight"
  • Undocumented

    Declaration

    Swift

    case upperjawlineright = "upperJawlineRight"
  • Declaration

    Swift

    public var description: String { get }