TopicNamedEntity

data class TopicNamedEntity(val definition: List<TopicNamedEntityDefinition>? = null, val entityDescription: String? = null, val entityName: String, val entitySynonyms: List<String>? = null, val semanticEntityType: TopicSemanticEntityType? = null)

Constructors

Link copied to clipboard
constructor(definition: List<TopicNamedEntityDefinition>? = null, entityDescription: String? = null, entityName: String, entitySynonyms: List<String>? = null, semanticEntityType: TopicSemanticEntityType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The definition of a named entity.

Link copied to clipboard

The description of the named entity.

Link copied to clipboard

The name of the named entity.

Link copied to clipboard
val entitySynonyms: List<String>? = null

The other names or aliases for the named entity.

Link copied to clipboard

The type of named entity that a topic represents.