Entity Resolution Result
data class EntityResolutionResult(val name: String, val entityId: String, val resolution: ResolutionOutcome, val labels: Set<String>)
Resolution outcome for a single entity.
Parameters
name
The original entity name from the assertion
entity Id
The resolved entity ID (graph node ID)
resolution
How the entity was resolved
labels
Final merged label set on the entity