ConversionSettings
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 ConversionSettingsMethods
set_timeout_milliseconds
def set_timeout_milliseconds(self, value: int) -> NoneSets the TimeoutMilliseconds property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | int | The value to set for the TimeoutMilliseconds property. |
Properties
timeout_milliseconds
@propertydef timeout_milliseconds(self) -> intGets the TimeoutMilliseconds property.
Type: int
Read-only property.