FormXBarcodeVisionDetector

public class FormXBarcodeVisionDetector : FormXBarcodeDetector

Detects barcode in image using VNDetectBarcodesRequest.

  • Undocumented

    Declaration

    Swift

    public init()
  • Detects barcode in input image with specified orientation.

    Declaration

    Swift

    public func detect(image: CIImage, orientation: CGImagePropertyOrientation)
      -> [FormXBarcodeRegion]