InferenceLayoutSettings
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 InferenceLayoutSettingsMethods
set_confidence_threshold
def set_confidence_threshold(self, value: float) -> NoneSets the ConfidenceThreshold property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | float | The value to set for the ConfidenceThreshold property. |
Properties
confidence_threshold
@propertydef confidence_threshold(self) -> floatGets the ConfidenceThreshold property.
Type: float
Read-only property.