FinalizerSettings
Merged view of FinalizerSettings, combining immutable defaults, SDK overrides, and document overrides. Property writes automatically target the appropriate level (document if available, otherwise SDK).
from nutrient import FinalizerSettingsMethods
set_document_graph_layout_path
def set_document_graph_layout_path(self, value: str) -> NoneSets the DocumentGraphLayoutPath property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | str | The value to set for the DocumentGraphLayoutPath property. |
set_enable_document_layouth_dump
def set_enable_document_layouth_dump(self, value: bool) -> NoneSets the EnableDocumentLayouthDump property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | bool | The value to set for the EnableDocumentLayouthDump property. |
set_enable_validation
def set_enable_validation(self, value: bool) -> NoneSets the EnableValidation property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | bool | The value to set for the EnableValidation property. |
set_enable_visualization
def set_enable_visualization(self, value: bool) -> NoneSets the EnableVisualization property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | bool | The value to set for the EnableVisualization property. |
set_minimum_document_confidence
def set_minimum_document_confidence(self, value: float) -> NoneSets the MinimumDocumentConfidence property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | float | The value to set for the MinimumDocumentConfidence property. |
Properties
document_graph_layout_path
@propertydef document_graph_layout_path(self) -> strGets the DocumentGraphLayoutPath property.
Type: str
Read-only property.
enable_document_layouth_dump
@propertydef enable_document_layouth_dump(self) -> boolGets the EnableDocumentLayouthDump property.
Type: bool
Read-only property.
enable_validation
@propertydef enable_validation(self) -> boolGets the EnableValidation property.
Type: bool
Read-only property.
enable_visualization
@propertydef enable_visualization(self) -> boolGets the EnableVisualization property.
Type: bool
Read-only property.
minimum_document_confidence
@propertydef minimum_document_confidence(self) -> floatGets the MinimumDocumentConfidence property.
Type: float
Read-only property.