HealthcareEntityAssertion Class
- java.
lang. Object - com.
azure. ai. textanalytics. models. HealthcareEntityAssertion
- com.
public final class HealthcareEntityAssertion
The HealthcareEntityAssertion model.
Constructor Summary
| Constructor | Description |
|---|---|
| HealthcareEntityAssertion() |
Constructs a |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Entity |
getAssociation()
Gets the association property: Describes if the entity is the subject of the text or if it describes someone else. |
|
Entity |
getCertainty()
Gets the certainty property: Describes the entities certainty and polarity. |
|
Entity |
getConditionality()
Gets the conditionality property: Describes any conditionality on the entity. |
Methods inherited from java.lang.Object
Constructor Details
HealthcareEntityAssertion
public HealthcareEntityAssertion()
Constructs a HealthcareEntityAssertion model.
Method Details
getAssociation
public EntityAssociation getAssociation()
Gets the association property: Describes if the entity is the subject of the text or if it describes someone else.
Returns:
getCertainty
public EntityCertainty getCertainty()
Gets the certainty property: Describes the entities certainty and polarity.
Returns:
getConditionality
public EntityConditionality getConditionality()
Gets the conditionality property: Describes any conditionality on the entity.
Returns: