TextCorrectionMode

public enum TextCorrectionMode

Controls how AI text correction resolves differences between VLM and OCR text.

Entries

Link copied to clipboard

Zone health determines whether VLM or OCR text is preferred. High-health zones use a 0.85 confidence gate; low-health zones force gate to 1.0.

Link copied to clipboard

VLM text is always preferred (gate forced to 1.0 for all zones). Use for degraded documents where OCR is unreliable.

Functions

Link copied to clipboard
public static TextCorrectionMode valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public static Array<TextCorrectionMode> values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.