SegmenterSettings

public final class SegmenterSettings

Merged view of SegmenterSettings, combining immutable defaults, SDK overrides, and document overrides. Property writes automatically target the appropriate level (document if available, otherwise SDK).

Constructors

Link copied to clipboard
public void SegmenterSettings()

Functions

Link copied to clipboard
public final float getConfidenceThreshold()
Gets the ConfidenceThreshold property.
Link copied to clipboard
public final boolean getDetectOrientation()
Gets the DetectOrientation property.
Link copied to clipboard
public final int getMinimumZoneSize()
Gets the MinimumZoneSize property.
Link copied to clipboard
public final int getTargetSize()
Gets the TargetSize property.
Link copied to clipboard
public final boolean getUseCpuOnly()
Gets the UseCpuOnly property.
Link copied to clipboard
public final void setConfidenceThreshold(float value)
Sets the ConfidenceThreshold property.
Link copied to clipboard
public final void setDetectOrientation(boolean value)
Sets the DetectOrientation property.
Link copied to clipboard
public final void setMinimumZoneSize(int value)
Sets the MinimumZoneSize property.
Link copied to clipboard
public final void setTargetSize(int value)
Sets the TargetSize property.
Link copied to clipboard
public final void setUseCpuOnly(boolean value)
Sets the UseCpuOnly property.