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

from nutrient import AiAugmenterSettings

Methods

set_classification_confidence

def set_classification_confidence(self, value: float) -> None

Sets the ClassificationConfidence property.

Parameters:

NameTypeDescription
valuefloatThe value to set for the ClassificationConfidence property.

set_enable_content_description

def set_enable_content_description(self, value: bool) -> None

Sets the EnableContentDescription property.

Parameters:

NameTypeDescription
valueboolThe value to set for the EnableContentDescription property.

set_enable_language_detection

def set_enable_language_detection(self, value: bool) -> None

Sets the EnableLanguageDetection property.

Parameters:

NameTypeDescription
valueboolThe value to set for the EnableLanguageDetection property.

set_enable_reading_order

def set_enable_reading_order(self, value: bool) -> None

Sets the EnableReadingOrder property.

Parameters:

NameTypeDescription
valueboolThe value to set for the EnableReadingOrder property.

set_enable_relationship_detection

def set_enable_relationship_detection(self, value: bool) -> None

Sets the EnableRelationshipDetection property.

Parameters:

NameTypeDescription
valueboolThe value to set for the EnableRelationshipDetection property.

set_enable_vlm_classification

def set_enable_vlm_classification(self, value: bool) -> None

Sets the EnableVlmClassification property.

Parameters:

NameTypeDescription
valueboolThe value to set for the EnableVlmClassification property.

Properties

classification_confidence

@property
def classification_confidence(self) -> float

Gets the ClassificationConfidence property.

Type: float

Read-only property.


enable_content_description

@property
def enable_content_description(self) -> bool

Gets the EnableContentDescription property.

Type: bool

Read-only property.


enable_language_detection

@property
def enable_language_detection(self) -> bool

Gets the EnableLanguageDetection property.

Type: bool

Read-only property.


enable_reading_order

@property
def enable_reading_order(self) -> bool

Gets the EnableReadingOrder property.

Type: bool

Read-only property.


enable_relationship_detection

@property
def enable_relationship_detection(self) -> bool

Gets the EnableRelationshipDetection property.

Type: bool

Read-only property.


enable_vlm_classification

@property
def enable_vlm_classification(self) -> bool

Gets the EnableVlmClassification property.

Type: bool

Read-only property.