WordsDetectionSettings

public final class WordsDetectionSettings

Settings for WordsDetection. 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 WordsDetectionSettings()

Functions

Link copied to clipboard
public final float getConfidenceThreshold()
Detection confidence threshold (0.0 to 1.0).
Link copied to clipboard
public final void setConfidenceThreshold(float value)
Detection confidence threshold (0.0 to 1.0).