Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
EntityMention |
EntityMention.clone() |
EntityMention |
EntityMention.set(String fieldName,
Object value) |
EntityMention |
EntityMention.setAdditionalInfo(List<Feature> additionalInfo)
Additional information about the entity mention.
|
EntityMention |
EntityMention.setCertaintyAssessment(Feature certaintyAssessment)
The certainty assessment of the entity mention.
|
EntityMention |
EntityMention.setConfidence(Double confidence)
The model's confidence in this entity mention annotation.
|
EntityMention |
EntityMention.setLinkedEntities(List<LinkedEntity> linkedEntities)
linked_entities are candidate ontological concepts that this entity mention may refer to.
|
EntityMention |
EntityMention.setMentionId(String mentionId)
mention_id uniquely identifies each entity mention in a single response.
|
EntityMention |
EntityMention.setSubject(Feature subject)
The subject this entity mention relates to.
|
EntityMention |
EntityMention.setTemporalAssessment(Feature temporalAssessment)
How this entity mention relates to the subject temporally.
|
EntityMention |
EntityMention.setText(TextSpan text)
text is the location of the entity mention in the document.
|
EntityMention |
EntityMention.setType(String type)
The semantic type of the entity: UNKNOWN_ENTITY_TYPE, ALONE, ANATOMICAL_STRUCTURE,
ASSISTED_LIVING, BF_RESULT, BM_RESULT, BM_UNIT, BM_VALUE, BODY_FUNCTION, BODY_MEASUREMENT,
COMPLIANT, DOESNOT_FOLLOWUP, FAMILY, FOLLOWSUP, LABORATORY_DATA, LAB_RESULT, LAB_UNIT,
LAB_VALUE, MEDICAL_DEVICE, MEDICINE, MED_DOSE, MED_DURATION, MED_FORM, MED_FREQUENCY,
MED_ROUTE, MED_STATUS, MED_STRENGTH, MED_TOTALDOSE, MED_UNIT, NON_COMPLIANT,
OTHER_LIVINGSTATUS, PROBLEM, PROCEDURE, PROCEDURE_RESULT, PROC_METHOD,
REASON_FOR_NONCOMPLIANCE, SEVERITY, SUBSTANCE_ABUSE, UNCLEAR_FOLLOWUP.
|
Modifier and Type | Method and Description |
---|---|
List<EntityMention> |
AnalyzeEntitiesResponse.getEntityMentions()
The `entity_mentions` field contains all the annotated medical entities that were mentioned in
the provided document.
|
Modifier and Type | Method and Description |
---|---|
AnalyzeEntitiesResponse |
AnalyzeEntitiesResponse.setEntityMentions(List<EntityMention> entityMentions)
The `entity_mentions` field contains all the annotated medical entities that were mentioned in
the provided document.
|
Copyright © 2011–2024 Google. All rights reserved.