public final class AnalyzeEntitiesResponse extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Healthcare API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AnalyzeEntitiesResponse() |
| Modifier and Type | Method and Description |
|---|---|
AnalyzeEntitiesResponse |
clone() |
List<Entity> |
getEntities()
The union of all the candidate entities that the entity_mentions in this response could link
to.
|
List<EntityMention> |
getEntityMentions()
entity_mentions contains all the annotated medical entities that were mentioned in the provided
document.
|
List<EntityMentionRelationship> |
getRelationships()
relationships contains all the binary relationships that were identified between entity
mentions within the provided document.
|
AnalyzeEntitiesResponse |
set(String fieldName,
Object value) |
AnalyzeEntitiesResponse |
setEntities(List<Entity> entities)
The union of all the candidate entities that the entity_mentions in this response could link
to.
|
AnalyzeEntitiesResponse |
setEntityMentions(List<EntityMention> entityMentions)
entity_mentions contains all the annotated medical entities that were mentioned in the provided
document.
|
AnalyzeEntitiesResponse |
setRelationships(List<EntityMentionRelationship> relationships)
relationships contains all the binary relationships that were identified between entity
mentions within the provided document.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<Entity> getEntities()
null for nonepublic AnalyzeEntitiesResponse setEntities(List<Entity> entities)
entities - entities or null for nonepublic List<EntityMention> getEntityMentions()
null for nonepublic AnalyzeEntitiesResponse setEntityMentions(List<EntityMention> entityMentions)
entityMentions - entityMentions or null for nonepublic List<EntityMentionRelationship> getRelationships()
null for nonepublic AnalyzeEntitiesResponse setRelationships(List<EntityMentionRelationship> relationships)
relationships - relationships or null for nonepublic AnalyzeEntitiesResponse set(String fieldName, Object value)
set in class GenericJsonpublic AnalyzeEntitiesResponse clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.