Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
Entity |
Entity.clone() |
Entity |
Entity.set(String fieldName,
Object value) |
Entity |
Entity.setEntityId(String entityId)
entity_id is a first class field entity_id uniquely identifies this concept and its meta-
vocabulary.
|
Entity |
Entity.setPreferredTerm(String preferredTerm)
preferred_term is the preferred term for this concept.
|
Entity |
Entity.setVocabularyCodes(List<String> vocabularyCodes)
Vocabulary codes are first-class fields and differentiated from the concept unique identifier
(entity_id).
|
Modifier and Type | Method and Description |
---|---|
List<Entity> |
AnalyzeEntitiesResponse.getEntities()
The union of all the candidate entities that the entity_mentions in this response could link
to.
|
Modifier and Type | Method and Description |
---|---|
AnalyzeEntitiesResponse |
AnalyzeEntitiesResponse.setEntities(List<Entity> entities)
The union of all the candidate entities that the entity_mentions in this response could link
to.
|
Copyright © 2011–2024 Google. All rights reserved.