EntityMentionSummaryDto

data class EntityMentionSummaryDto(val name: String, val type: String, val resolvedId: String?, val role: String)

A leak-free summary of a single entity mention, modelled on the proven web-layer shape.

Constructors

Link copied to clipboard
constructor(name: String, type: String, resolvedId: String?, role: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

the mention span text

Link copied to clipboard

the resolved entity id, or null if unresolved

Link copied to clipboard

the mention's role label

Link copied to clipboard

the mention's entity type