HandwritingSettings
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 HandwritingSettingsMethods
set_word_refining_method
def set_word_refining_method(self, value: WordRefiningMethod) -> NoneSets the WordRefiningMethod property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | WordRefiningMethod | The value to set for the WordRefiningMethod property. |
Properties
word_refining_method
@propertydef word_refining_method(self) -> WordRefiningMethodGets the WordRefiningMethod property.
Type: WordRefiningMethod
Read-only property.