FormLabelingSettings

public final class FormLabelingSettings

Settings for FormLabeling. 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.

Constructors

Link copied to clipboard
public void FormLabelingSettings()

Functions

Link copied to clipboard
public final String getCandidateLabels()
Optional vocabulary of candidate labels the model should prefer when labeling.
Link copied to clipboard
public final boolean getEnableAiLabeling()
Opt in to AI semantic labeling of detected form fields.
Link copied to clipboard
public final boolean getEnableAiRemoveFalsePositives()
When true, form fields the AI flags as false positives are removed from the document graph so they never reach the exported output.
Link copied to clipboard
public final void setCandidateLabels(String value)
Optional vocabulary of candidate labels the model should prefer when labeling.
Link copied to clipboard
public final void setEnableAiLabeling(boolean value)
Opt in to AI semantic labeling of detected form fields.
Link copied to clipboard
public final void setEnableAiRemoveFalsePositives(boolean value)
When true, form fields the AI flags as false positives are removed from the document graph so they never reach the exported output.