Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
Feature |
Feature.clone() |
Feature |
EntityMention.getCertaintyAssessment()
The certainty assessment of the entity mention.
|
Feature |
EntityMention.getSubject()
The subject this entity mention relates to.
|
Feature |
EntityMention.getTemporalAssessment()
How this entity mention relates to the subject temporally.
|
Feature |
Feature.set(String fieldName,
Object value) |
Feature |
Feature.setConfidence(Double confidence)
The model's confidence in this feature annotation.
|
Feature |
Feature.setValue(String value)
The value of this feature annotation.
|
Modifier and Type | Method and Description |
---|---|
List<Feature> |
EntityMention.getAdditionalInfo()
Additional information about the entity mention.
|
Modifier and Type | Method and Description |
---|---|
EntityMention |
EntityMention.setCertaintyAssessment(Feature certaintyAssessment)
The certainty assessment of the entity mention.
|
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.
|
Modifier and Type | Method and Description |
---|---|
EntityMention |
EntityMention.setAdditionalInfo(List<Feature> additionalInfo)
Additional information about the entity mention.
|
Copyright © 2011–2024 Google. All rights reserved.