Class HealthcareEntityRelation

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

public final class HealthcareEntityRelation extends Object
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 Details

    • HealthcareEntityRelation

      public HealthcareEntityRelation()
  • Method Details

    • getRelationType

      public HealthcareEntityRelationType getRelationType()
      Gets the relationType property: Type of relation. Examples include: `DosageOfMedication` or 'FrequencyOfMedication', etc.
      Returns:
      The relationType value.
    • getRoles

      public com.azure.core.util.IterableStream<HealthcareEntityRelationRole> getRoles()
      Gets the entities property: The entities in the relation.
      Returns:
      The entities value.
    • getConfidenceScore

      public double getConfidenceScore()
      Get the confidenceScore property: Confidence score between 0 and 1 of the extracted relation.
      Returns:
      the confidenceScore value.