Class VNDetectRectanglesRequest

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class VNDetectRectanglesRequest
    extends VNImageBasedRequest
    Since:
    Available in iOS 11.0 and later.
    • Constructor Detail

      • VNDetectRectanglesRequest

        public VNDetectRectanglesRequest()
      • VNDetectRectanglesRequest

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

        protected VNDetectRectanglesRequest​(NSObject.SkipInit skipInit)
      • VNDetectRectanglesRequest

        public VNDetectRectanglesRequest​(org.robovm.objc.block.VoidBlock2<VNRequest,​NSError> completionHandler)
    • Method Detail

      • getMinimumAspectRatio

        public float getMinimumAspectRatio()
      • setMinimumAspectRatio

        public void setMinimumAspectRatio​(float v)
      • getMaximumAspectRatio

        public float getMaximumAspectRatio()
      • setMaximumAspectRatio

        public void setMaximumAspectRatio​(float v)
      • getQuadratureTolerance

        public float getQuadratureTolerance()
      • setQuadratureTolerance

        public void setQuadratureTolerance​(float v)
      • getMinimumSize

        public float getMinimumSize()
      • setMinimumSize

        public void setMinimumSize​(float v)
      • getMinimumConfidence

        public float getMinimumConfidence()
      • setMinimumConfidence

        public void setMinimumConfidence​(float v)
      • getMaximumObservations

        public long getMaximumObservations()
      • setMaximumObservations

        public void setMaximumObservations​(long v)
      • getRevision1

        public static long getRevision1()
        Since:
        Available in iOS 12.0 and later.