AreasType
Inheritance: java.lang.Object, java.lang.Enum
public enum AreasType extends Enum<AreasType>
Determines the type of regions detected by the model.
Fields
Field | Description |
---|---|
LINES | Sets regions as lines |
PARAGRAPHS | Sets regions as paragraphs |
WORDS | Sets regions as words |
Methods
Method | Description |
---|
LINES
public static final AreasType LINES
Sets regions as lines
PARAGRAPHS
public static final AreasType PARAGRAPHS
Sets regions as paragraphs
WORDS
public static final AreasType WORDS
Sets regions as words