VayPoint

public struct VayPoint

Represent a point coordinates with score.

  • x

    Value of the x-coordinate.

    Declaration

    Swift

    public let x: Double
  • y

    Value of the y-coordinate.

    Declaration

    Swift

    public let y: Double
  • Value of the confidence score.

    Declaration

    Swift

    public let score: Double
  • Evaluate if the estimation of the Point is accurate.

    Declaration

    Swift

    public let isAccurate: Bool