AiAugmenterSettings
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 AiAugmenterSettingsMethods
set_classification_confidence
def set_classification_confidence(self, value: float) -> NoneSets the ClassificationConfidence property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | float | The value to set for the ClassificationConfidence property. |
set_enable_content_description
def set_enable_content_description(self, value: bool) -> NoneSets the EnableContentDescription property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | bool | The value to set for the EnableContentDescription property. |
set_enable_language_detection
def set_enable_language_detection(self, value: bool) -> NoneSets the EnableLanguageDetection property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | bool | The value to set for the EnableLanguageDetection property. |
set_enable_reading_order
def set_enable_reading_order(self, value: bool) -> NoneSets the EnableReadingOrder property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | bool | The value to set for the EnableReadingOrder property. |
set_enable_relationship_detection
def set_enable_relationship_detection(self, value: bool) -> NoneSets the EnableRelationshipDetection property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | bool | The value to set for the EnableRelationshipDetection property. |
set_enable_vlm_classification
def set_enable_vlm_classification(self, value: bool) -> NoneSets the EnableVlmClassification property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | bool | The value to set for the EnableVlmClassification property. |
Properties
classification_confidence
@propertydef classification_confidence(self) -> floatGets the ClassificationConfidence property.
Type: float
Read-only property.
enable_content_description
@propertydef enable_content_description(self) -> boolGets the EnableContentDescription property.
Type: bool
Read-only property.
enable_language_detection
@propertydef enable_language_detection(self) -> boolGets the EnableLanguageDetection property.
Type: bool
Read-only property.
enable_reading_order
@propertydef enable_reading_order(self) -> boolGets the EnableReadingOrder property.
Type: bool
Read-only property.
enable_relationship_detection
@propertydef enable_relationship_detection(self) -> boolGets the EnableRelationshipDetection property.
Type: bool
Read-only property.
enable_vlm_classification
@propertydef enable_vlm_classification(self) -> boolGets the EnableVlmClassification property.
Type: bool
Read-only property.