Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
EntityMentionRelationship |
EntityMentionRelationship.clone() |
EntityMentionRelationship |
EntityMentionRelationship.set(String fieldName,
Object value) |
EntityMentionRelationship |
EntityMentionRelationship.setConfidence(Double confidence)
The model's confidence in this annotation.
|
EntityMentionRelationship |
EntityMentionRelationship.setObjectId(String objectId)
object_id is the id of the object entity mention.
|
EntityMentionRelationship |
EntityMentionRelationship.setSubjectId(String subjectId)
subject_id is the id of the subject entity mention.
|
Modifier and Type | Method and Description |
---|---|
List<EntityMentionRelationship> |
AnalyzeEntitiesResponse.getRelationships()
relationships contains all the binary relationships that were identified between entity
mentions within the provided document.
|
Modifier and Type | Method and Description |
---|---|
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.