VisionAccelerationSettings

public final class VisionAccelerationSettings

Settings for VisionAcceleration. Values fall back through three levels: document → SDK → built-in default. Writes target the document only when set on a document's settings, otherwise the SDK globally when set on SdkSettings.

Functions

Link copied to clipboard
Internal denylist of Vision capacity names that must run on the CPU even when would otherwise put them on the GPU.
Link copied to clipboard
public final ExecutionProvider getProvider()
Execution provider for Vision ONNX model inference.
Link copied to clipboard
public final void setGpuExcludedModules(Array<String> value)
Internal denylist of Vision capacity names that must run on the CPU even when would otherwise put them on the GPU.
Link copied to clipboard
public final void setProvider(ExecutionProvider value)
Execution provider for Vision ONNX model inference.