Share via


HealthcareEntityRelation Class

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

public final class HealthcareEntityRelation

The HealthcareEntityRelation Every relation is an entity graph of a certain relationType, where all entities are connected and have specific roles within the relation context.

Constructor Summary

Constructor Description
HealthcareEntityRelation()

Constructs a HealthcareEntityRelation model.

Method Summary

Modifier and Type Method and Description
double getConfidenceScore()

Get the confidenceScore property: Confidence score between 0 and 1 of the extracted relation.

HealthcareEntityRelationType getRelationType()

Gets the relationType property: Type of relation.

IterableStream<HealthcareEntityRelationRole> getRoles()

Gets the entities property: The entities in the relation.

Methods inherited from java.lang.Object

Constructor Details

HealthcareEntityRelation

public HealthcareEntityRelation()

Constructs a HealthcareEntityRelation model.

Method Details

getConfidenceScore

public double getConfidenceScore()

Get the confidenceScore property: Confidence score between 0 and 1 of the extracted relation.

Returns:

the confidenceScore value.

getRelationType

public HealthcareEntityRelationType getRelationType()

Gets the relationType property: Type of relation. Examples include: `DosageOfMedication` or 'FrequencyOfMedication', etc.

Returns:

The relationType value.

getRoles

public IterableStream<HealthcareEntityRelationRole> getRoles()

Gets the entities property: The entities in the relation.

Returns:

The entities value.

Applies to