AnalyzeEntitiesResponse class

Includes recognized entity mentions and relationships between them.

Constructors

AnalyzeEntitiesResponse({List<Entity>? entities, List<EntityMention>? entityMentions, String? fhirBundle, List<EntityMentionRelationship>? relationships})
AnalyzeEntitiesResponse.fromJson(Map json_)

Properties

entities List<Entity>?
The union of all the candidate entities that the entity_mentions in this response could link to.
getter/setter pair
entityMentions List<EntityMention>?
The entity_mentions field contains all the annotated medical entities that were mentioned in the provided document.
getter/setter pair
fhirBundle String?
The FHIR bundle ([R4](http://hl7.org/fhir/R4/bundle.html)) that includes all the entities, the entity mentions, and the relationships in JSON format.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
relationships List<EntityMentionRelationship>?
relationships contains all the binary relationships that were identified between entity mentions within the provided document.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited