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

from nutrient import InferenceLayoutSettings

Methods

set_confidence_threshold

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

Sets the ConfidenceThreshold property.

Parameters:

NameTypeDescription
valuefloatThe value to set for the ConfidenceThreshold property.

Properties

confidence_threshold

@property
def confidence_threshold(self) -> float

Gets the ConfidenceThreshold property.

Type: float

Read-only property.