Type

enum Type : Enum<EntityAnnotation.Type>

Entries

Link copied to clipboard
OTHER("Other ")
Link copied to clipboard
ORGANIZATION("Organization ")
Link copied to clipboard
PRODUCT("Product")
Link copied to clipboard
PLACE("Place")
Link copied to clipboard
PERSON("Person")

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val value: String