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

from nutrient import ConversionSettings

Methods

set_timeout_milliseconds

def set_timeout_milliseconds(self, value: int) -> None

Sets the TimeoutMilliseconds property.

Parameters:

NameTypeDescription
valueintThe value to set for the TimeoutMilliseconds property.

Properties

timeout_milliseconds

@property
def timeout_milliseconds(self) -> int

Gets the TimeoutMilliseconds property.

Type: int

Read-only property.