AreasType

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

public enum AreasType extends Enum<AreasType>

Bepaalt het type regio’s dat door het model wordt gedetecteerd.

Velden

VeldBeschrijving
LINESStelt regio’s in als regels.
PARAGRAPHSStelt regio’s in als alinea’s.
WORDSStelt regio’s in als woorden.

LINES

public static final AreasType LINES

Stelt regio’s in als regels.

PARAGRAPHS

public static final AreasType PARAGRAPHS

Stelt regio’s in als alinea’s.

WORDS

public static final AreasType WORDS