Landmark

public struct Landmark

Describes the facial feature in a celebrity/entity identified as a result of identify() API

  • Declaration

    Swift

    public let kind: Kind
  • Declaration

    Swift

    public let points: [CGPoint]
  • Declaration

    Swift

    public init(
        kind: Kind,
        points: [CGPoint]
    )
  • different types of facial features

    See more

    Declaration

    Swift

    public struct Kind