Platforms to show: All Mac Windows Linux Cross-Platform
VNDetectBarcodesRequestMBS class
Super class: VNImageBasedRequestMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Vision | MBS MacFrameworks Plugin | 19.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes:
By default, a barcode request first locates all barcodes in the input image, then analyzes each to decode payload. To specify or limit the types of barcodes sought in the request, set the symbologies property to an array of barcode types you would like to support.
Subclass of the VNImageBasedRequestMBS class.
- 3 methods
- method Constructor(DelegateHandler as VNRequestCompletedMBS = nil, tag as variant = nil)
- method setSymbologies(symbologies() as String)
- method symbologies as String()
- shared method supportedSymbologies as String()
Super class VNImageBasedRequestMBS
- property regionOfInterest as CGRectMBS
- method Constructor Private
Super class VNRequestMBS
- 6 properties
- property className as String
- property ClassPath as String
- property Handle as Integer
- property preferBackgroundProcessing as Boolean
- property revision as Integer
- property usesCPUOnly as Boolean
- 4 methods
- method cancel
- method Constructor Private
- method copy as VNRequestMBS
- method results as VNObservationMBS()
- 3 shared methods
- shared method currentRevision as Integer
- shared method defaultRevision as Integer
- shared method supportedRevisions as NSIndexSetMBS
This class has no sub classes.
Some examples using this class:
- /AVFoundation/Live Barcode Detection with Vision/Live Barcode Detection with Vision
- /MacFrameworks/Vision Object Detection/Vision Object Detection
Blog Entries
- MonkeyBread Software Releases the MBS Xojo Plugins in version 21.3
- MBS Xojo Plugins, version 21.3pr4
- Using zbar library with Xojo
- Vision Framework for Xojo
Xojo Developer Magazine
The items on this page are in the following plugins: MBS MacFrameworks Plugin.
VNCoreMLRequestMBS - VNDetectedObjectObservationMBS
