VisionDescriptorSettings
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 VisionDescriptorSettingsMethods
set_detailed_prompt
def set_detailed_prompt(self, value: str) -> NoneSets the DetailedPrompt property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | str | The value to set for the DetailedPrompt property. |
set_level
def set_level(self, value: DescriptionLevel) -> NoneSets the Level property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | DescriptionLevel | The value to set for the Level property. |
set_standard_prompt
def set_standard_prompt(self, value: str) -> NoneSets the StandardPrompt property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | str | The value to set for the StandardPrompt property. |
Properties
detailed_prompt
@propertydef detailed_prompt(self) -> strGets the DetailedPrompt property.
Type: str
Read-only property.
level
@propertydef level(self) -> DescriptionLevelGets the Level property.
Type: DescriptionLevel
Read-only property.
standard_prompt
@propertydef standard_prompt(self) -> strGets the StandardPrompt property.
Type: str
Read-only property.