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).
from nutrient import VisionSettingsMethods
set_engine
def set_engine(self, value: VisionEngine) -> NoneSets the Engine property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | VisionEngine | The value to set for the Engine property. |
set_features
def set_features(self, value: VisionFeatures) -> NoneSets the Features property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | VisionFeatures | The value to set for the Features property. |
set_provider
def set_provider(self, value: VlmProvider) -> NoneSets the Provider property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | VlmProvider | The value to set for the Provider property. |
Properties
engine
@propertydef engine(self) -> VisionEngineGets the Engine property.
Type: VisionEngine
Read-only property.
features
@propertydef features(self) -> VisionFeaturesGets the Features property.
Type: VisionFeatures
Read-only property.
provider
@propertydef provider(self) -> VlmProviderGets the Provider property.
Type: VlmProvider
Read-only property.