Contents

usesCPUOnly

A Boolean signifying that the Vision request should execute exclusively on the CPU.

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.

See Also

Configuring a Request