Package com.logicaldoc.via
Class NameEntity
- java.lang.Object
-
- com.logicaldoc.via.NameEntity
-
public class NameEntity extends Object
Represents an entity found in the text.- Since:
- 7.8
- Author:
- Marco Meschieri - LogicalDOC
-
-
Field Summary
Fields Modifier and Type Field Description static String
TYPE_DOCID
static String
TYPE_EXPRESSION
static String
TYPE_FILENAME
-
Constructor Summary
Constructors Constructor Description NameEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getProbability()
String
getToken()
String
getType()
void
setProbability(double probability)
void
setToken(String token)
void
setType(String type)
String
toString()
-