HealthcareEntityAssertion Class

  • java.lang.Object
    • com.azure.ai.textanalytics.models.HealthcareEntityAssertion

public final class HealthcareEntityAssertion

The HealthcareEntityAssertion model.

Constructor Summary

Constructor Description
HealthcareEntityAssertion()

Constructs a HealthcareEntityAssertion model.

Method Summary

Modifier and Type Method and Description
EntityAssociation getAssociation()

Gets the association property: Describes if the entity is the subject of the text or if it describes someone else.

EntityCertainty getCertainty()

Gets the certainty property: Describes the entities certainty and polarity.

EntityConditionality 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:

The association value.

getCertainty

public EntityCertainty getCertainty()

Gets the certainty property: Describes the entities certainty and polarity.

Returns:

The certainty value.

getConditionality

public EntityConditionality getConditionality()

Gets the conditionality property: Describes any conditionality on the entity.

Returns:

The conditionality value.

Applies to