AreasType

Inheritance: java.lang.Object, java.lang.Enum

public enum AreasType extends Enum<AreasType>

Determines the type of regions detected by the model.

Fields

FieldDescription
LINESSets regions as lines
PARAGRAPHSSets regions as paragraphs
WORDSSets regions as words

Methods

MethodDescription

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