Uses of Class
com.azure.ai.textanalytics.models.EntityCategory
Packages that use EntityCategory
Package
Description
Package containing the data models for MicrosoftCognitiveLanguageServiceTextAnalysis.
-
Uses of EntityCategory in com.azure.ai.textanalytics.models
Fields in com.azure.ai.textanalytics.models declared as EntityCategoryModifier and TypeFieldDescriptionstatic final EntityCategoryEntityCategory.ADDRESSSpecifies that the entity corresponds to an address.static final EntityCategoryEntityCategory.DATE_TIMESpecifies that the entity contains a date, time or duration.static final EntityCategoryEntityCategory.EMAILSpecifies that the entity contains an email address.static final EntityCategoryEntityCategory.EVENTSpecifies that the entity contains historical, social and natural-occuring events.static final EntityCategoryEntityCategory.IP_ADDRESSSpecifies that the entity contains an Internet Protocol addressstatic final EntityCategoryEntityCategory.LOCATIONSpecifies that entity contains natural or human-made landmarks, structures, or geographical features.static final EntityCategoryEntityCategory.ORGANIZATIONSpecifies that the entity contains the name of an organization, corporation, agency, or other group of people.static final EntityCategoryEntityCategory.PERSONSpecifies that the entity corresponds to a person.static final EntityCategoryEntityCategory.PERSON_TYPESpecifies that the entity corresponds to a person type.static final EntityCategoryEntityCategory.PHONE_NUMBERSpecifies that the entity contains a phone number (US phone numbers only).static final EntityCategoryEntityCategory.PRODUCTSpecifies that the entity contains a physical objects of various categories.static final EntityCategoryEntityCategory.QUANTITYSpecifies that the entity contains a number or numeric quantity.static final EntityCategoryEntityCategory.SKILLSpecifies that the entity contains an entity describing a capability or expertise.static final EntityCategoryEntityCategory.URLSpecifies that the entity contains an Internet URL.Methods in com.azure.ai.textanalytics.models that return EntityCategoryModifier and TypeMethodDescriptionstatic EntityCategoryEntityCategory.fromString(String name) Creates or finds aEntityCategoryfrom its string representation.CategorizedEntity.getCategory()Gets the category property: Categorized entity category, such as Person/Location/Org/SSN etc.Methods in com.azure.ai.textanalytics.models that return types with arguments of type EntityCategoryModifier and TypeMethodDescriptionstatic Collection<EntityCategory>EntityCategory.values()All known EntityCategory values.Constructors in com.azure.ai.textanalytics.models with parameters of type EntityCategoryModifierConstructorDescriptionCategorizedEntity(String text, EntityCategory category, String subcategory, double confidenceScore) Creates aCategorizedEntitymodel that describes entity.