AreasType

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

public enum AreasType extends Enum<AreasType>

Determina il tipo di regioni rilevate dal modello.

Campi

CampoDescrizione
LINESImposta le regioni come linee
PARAGRAPHSImposta le regioni come paragrafi
WORDSImposta le regioni come parole

LINES

public static final AreasType LINES

Imposta le regioni come linee

PARAGRAPHS

public static final AreasType PARAGRAPHS

Imposta le regioni come paragrafi

WORDS

public static final AreasType WORDS