Named Entity
@JsonClass(generateAdapter = true )
Content copied to clipboard
Models a named entity (i.e. name of a person, place, or organization) used in a piece of content.
Constructors
Link copied to clipboard
fun NamedEntity( _id: String?, name: String?, type: String?, number: Any?)
Content copied to clipboard