| Package | Description |
|---|---|
| com.google.api.services.healthcare.v1.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyzeEntitiesResponse |
AnalyzeEntitiesResponse.clone() |
AnalyzeEntitiesResponse |
AnalyzeEntitiesResponse.set(String fieldName,
Object value) |
AnalyzeEntitiesResponse |
AnalyzeEntitiesResponse.setEntities(List<Entity> entities)
The union of all the candidate entities that the entity_mentions in this response could link
to.
|
AnalyzeEntitiesResponse |
AnalyzeEntitiesResponse.setEntityMentions(List<EntityMention> entityMentions)
entity_mentions contains all the annotated medical entities that were mentioned in the provided
document.
|
AnalyzeEntitiesResponse |
AnalyzeEntitiesResponse.setRelationships(List<EntityMentionRelationship> relationships)
relationships contains all the binary relationships that were identified between entity
mentions within the provided document.
|
Copyright © 2011–2021 Google. All rights reserved.