Platforms to show: All Mac Windows Linux Cross-Platform
VNClassifyImageRequestMBS 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 |
This type of request produces a collection of VNClassificationObservationMBS objects that describe an image. Access the classifications through knownClassificationsForRevision function.
Available on MacOS 10.15 or newer.
Subclass of the VNImageBasedRequestMBS class.
- 2 methods
- method Constructor(DelegateHandler as VNRequestCompletedMBS = nil, tag as variant = nil)
- method supportedIdentifiers(byref error as NSErrorMBS) as String()
- 2 shared methods
- shared method available as Boolean
- shared method knownClassificationsForRevision(requestRevision as Integer = 1, byref error as NSErrorMBS) as VNClassificationObservationMBS()
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:
Blog Entries
- News from the MBS Xojo Plugins Version 23.3
- MBS Xojo Plugins, version 23.3pr2
- Vision Framework for Xojo
Release notes
- Version 23.3
- Added supportedIdentifiers method to VNClassifyImageRequestMBS class.
The items on this page are in the following plugins: MBS MacFrameworks Plugin.
VNClassificationObservationMBS - VNCoreMLFeatureValueObservationMBS