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

      Gets the entities property: The entities in the relation.
      Returns:
      The entities value.