HandwritingSettings

public final class HandwritingSettings

Settings for Handwriting. Values fall back through three levels: document → SDK → built-in default. Writes target the document only when set on a document's settings, otherwise the SDK globally when set on SdkSettings.

Functions

Link copied to clipboard
public final boolean getEnableHandwritingOcr()
Controls whether local handwriting OCR models run during vision processing.
Link copied to clipboard
public final WordRefiningMethod getWordRefiningMethod()
Controls the method used to refine detected handwritten words when AI-augmented text is available for the zone.
Link copied to clipboard
public final void setEnableHandwritingOcr(boolean value)
Controls whether local handwriting OCR models run during vision processing.
Link copied to clipboard
public final void setWordRefiningMethod(WordRefiningMethod value)
Controls the method used to refine detected handwritten words when AI-augmented text is available for the zone.