Class VNDetectBarcodesRequest

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

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

      • VNDetectBarcodesRequest

        public VNDetectBarcodesRequest()
      • VNDetectBarcodesRequest

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

        protected VNDetectBarcodesRequest​(NSObject.SkipInit skipInit)
      • VNDetectBarcodesRequest

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

      • getSupportedSymbologies

        public static NSArray<?> getSupportedSymbologies()
      • getSymbologies

        public NSArray<?> getSymbologies()
      • setSymbologies

        public void setSymbologies​(NSArray<?> v)
      • getRevision1

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