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

from nutrient import VisionDescriptorSettings

Methods

set_detailed_prompt

def set_detailed_prompt(self, value: str) -> None

Sets the DetailedPrompt property.

Parameters:

NameTypeDescription
valuestrThe value to set for the DetailedPrompt property.

set_level

def set_level(self, value: DescriptionLevel) -> None

Sets the Level property.

Parameters:

NameTypeDescription
valueDescriptionLevelThe value to set for the Level property.

set_standard_prompt

def set_standard_prompt(self, value: str) -> None

Sets the StandardPrompt property.

Parameters:

NameTypeDescription
valuestrThe value to set for the StandardPrompt property.

Properties

detailed_prompt

@property
def detailed_prompt(self) -> str

Gets the DetailedPrompt property.

Type: str

Read-only property.


level

@property
def level(self) -> DescriptionLevel

Gets the Level property.

Type: DescriptionLevel

Read-only property.


standard_prompt

@property
def standard_prompt(self) -> str

Gets the StandardPrompt property.

Type: str

Read-only property.