Class AnalyzeEntitiesResponse
Includes recognized entity mentions and relationships between them.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class AnalyzeEntitiesResponse : IDirectResponseSchema
Properties
Entities
The union of all the candidate entities that the entity_mentions in this response could link to. These are UMLS concepts or normalized mention content.
Declaration
[JsonProperty("entities")]
public virtual IList<Entity> Entities { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Entity> |
EntityMentions
The entity_mentions field contains all the annotated medical entities that were mentioned in the provided
document.
Declaration
[JsonProperty("entityMentions")]
public virtual IList<EntityMention> EntityMentions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<EntityMention> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Relationships
relationships contains all the binary relationships that were identified between entity mentions within the provided document.
Declaration
[JsonProperty("relationships")]
public virtual IList<EntityMentionRelationship> Relationships { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<EntityMentionRelationship> |