Platforms to show: All Mac Windows Linux Cross-Platform
Back to VNRequestMBS class.
VNRequestMBS.className as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Vision | MBS MacFrameworks Plugin | 19.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
(Read only property)
VNRequestMBS.ClassPath as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Vision | MBS MacFrameworks Plugin | 19.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Useful for debugging to know what super classes the request has.
(Read only property)
VNRequestMBS.Handle as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Vision | MBS MacFrameworks Plugin | 19.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
(Read and Write property)
VNRequestMBS.preferBackgroundProcessing as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Vision | MBS MacFrameworks Plugin | 19.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
If set to true, this property reduces the request's memory footprint, processing footprint, and CPU/GPU contention at the potential cost of longer execution time.
Setting this value can help ensure that Vision processing doesn't block UI updates and other rendering on the main thread.
(Read and Write property)
VNRequestMBS.revision as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Vision | MBS MacFrameworks Plugin | 19.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
(Read and Write property)
VNRequestMBS.usesCPUOnly as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Vision | MBS MacFrameworks Plugin | 19.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
This value defaults to false to signify that the Vision request is free to leverage the GPU to accelerate its processing.
(Read and Write property)
The items on this page are in the following plugins: MBS MacFrameworks Plugin.