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

from nutrient_sdk import HandwritingSettings

Methods

set_word_refining_method

def set_word_refining_method(self, value: WordRefiningMethod) -> None

Sets the WordRefiningMethod property.

Parameters:

NameTypeDescription
valueWordRefiningMethodThe value to set for the WordRefiningMethod property.

Properties

word_refining_method

@property
def word_refining_method(self) -> WordRefiningMethod

Gets the WordRefiningMethod property.

Type: WordRefiningMethod

Read-only property.