Class VNDetectHumanHandPoseRequest

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class VNDetectHumanHandPoseRequest
extends VNImageBasedRequest
Since:
Available in iOS 14.0 and later.
  • Field Details

  • Constructor Details

    • VNDetectHumanHandPoseRequest

      public VNDetectHumanHandPoseRequest()
    • VNDetectHumanHandPoseRequest

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

      protected VNDetectHumanHandPoseRequest​(NSObject.SkipInit skipInit)
    • VNDetectHumanHandPoseRequest

      public VNDetectHumanHandPoseRequest​(VoidBlock2<VNRequest,​NSError> completionHandler)
  • Method Details

    • getMaximumHandCount

      public long getMaximumHandCount()
    • setMaximumHandCount

      public void setMaximumHandCount​(long v)
    • getResults

      public NSArray<VNHumanHandPoseObservation> getResults()
      Overrides:
      getResults in class VNRequest
    • getSupportedRevisions

      public static NSIndexSet getSupportedRevisions()
      Since:
      Available in iOS 12.0 and later.
    • getDefaultRevision

      public static long getDefaultRevision()
      Since:
      Available in iOS 12.0 and later.
    • getCurrentRevision

      public static long getCurrentRevision()
      Since:
      Available in iOS 12.0 and later.
    • getSupportedJointNames

      public static NSArray<NSString> getSupportedJointNames​(long revision) throws NSErrorException
      Throws:
      NSErrorException
    • getSupportedJointsGroupNames

      public static NSArray<NSString> getSupportedJointsGroupNames​(long revision) throws NSErrorException
      Throws:
      NSErrorException