Uses of Class
com.azure.ai.textanalytics.models.EntityAssociation
Packages that use EntityAssociation
Package
Description
Package containing the data models for MicrosoftCognitiveLanguageServiceTextAnalysis.
-
Uses of EntityAssociation in com.azure.ai.textanalytics.models
Fields in com.azure.ai.textanalytics.models declared as EntityAssociationModifier and TypeFieldDescriptionstatic final EntityAssociationEntityAssociation.OTHERSpecifies that the entity describes someone else.static final EntityAssociationEntityAssociation.SUBJECTSpecifies if the entity is the subject of the text.Methods in com.azure.ai.textanalytics.models that return EntityAssociationModifier and TypeMethodDescriptionstatic EntityAssociationEntityAssociation.fromString(String name) Creates or finds aEntityAssociationfrom its string representation.HealthcareEntityAssertion.getAssociation()Gets the association property: Describes if the entity is the subject of the text or if it describes someone else.Methods in com.azure.ai.textanalytics.models that return types with arguments of type EntityAssociationModifier and TypeMethodDescriptionstatic Collection<EntityAssociation>EntityAssociation.values()All known EntityAssociation values.