A Boolean signifying that the Vision request should execute exclusively on the CPU.
SDKs
- iOS 11.0+
- macOS 10.13+
- Mac Catalyst 13.0+
- tvOS 11.0+
Framework
- Vision
Declaration
var usesCPUOnly: Bool { get set }
Discussion
This value defaults to false
to signify that the Vision request is free to leverage the GPU to accelerate its processing.