VisionSettings

public final class VisionSettings

Merged view of VisionSettings, combining immutable defaults, SDK overrides, and document overrides. Property writes automatically target the appropriate level (document if available, otherwise SDK).

Constructors

Link copied to clipboard
public void VisionSettings()

Functions

Link copied to clipboard
public final VisionEngine getEngine()
Gets the Engine property.
Link copied to clipboard
public final VisionFeatures getFeatures()
Gets the Features property.
Link copied to clipboard
public final VlmProvider getProvider()
Gets the Provider property.
Link copied to clipboard
public final void setEngine(VisionEngine value)
Sets the Engine property.
Link copied to clipboard
public final void setFeatures(VisionFeatures value)
Sets the Features property.
Link copied to clipboard
public final void setProvider(VlmProvider value)
Sets the Provider property.