Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.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)
The `entity_mentions` field contains all the annotated medical entities that were mentioned in
the provided document.
|
AnalyzeEntitiesResponse |
AnalyzeEntitiesResponse.setFhirBundle(String fhirBundle)
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.
|
AnalyzeEntitiesResponse |
AnalyzeEntitiesResponse.setRelationships(List<EntityMentionRelationship> relationships)
relationships contains all the binary relationships that were identified between entity
mentions within the provided document.
|
Copyright © 2011–2024 Google. All rights reserved.