relationships property

List<EntityMentionRelationship>? relationships
getter/setter pair

relationships contains all the binary relationships that were identified between entity mentions within the provided document.

Implementation

core.List<EntityMentionRelationship>? relationships;