Class VNRecognizedPoint

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class VNRecognizedPoint
extends VNDetectedPoint
Since:
Available in iOS 14.0 and later.
  • Constructor Details

    • VNRecognizedPoint

      protected VNRecognizedPoint()
    • VNRecognizedPoint

      protected VNRecognizedPoint​(NSObject.Handle h, long handle)
    • VNRecognizedPoint

      protected VNRecognizedPoint​(NSObject.SkipInit skipInit)
  • Method Details

    • getIdentifier

      public VNRecognizedPointKey getIdentifier()
    • getZeroPoint

      public static VNPoint getZeroPoint()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • getPointByApplyingVector

      public static VNPoint getPointByApplyingVector​(VNVector vector, VNPoint point)
    • getDistance

      @Deprecated public static double getDistance​(VNPoint point1, VNPoint point2)
      Deprecated.
      Deprecated in iOS 14.0. Use -distanceToPoint:
      Since:
      Available in iOS 14.0 and later.