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

from nutrient import Jbig2Settings

Methods

set_jbig2_pms_threshold

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

Sets the Jbig2PmsThreshold property.

Parameters:

NameTypeDescription
valuefloatThe value to set for the Jbig2PmsThreshold property.

Properties

jbig2_pms_threshold

@property
def jbig2_pms_threshold(self) -> float

Gets the Jbig2PmsThreshold property.

Type: float

Read-only property.