Uses of Class
com.azure.search.documents.indexes.models.EntityCategory
Packages that use EntityCategory
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of EntityCategory in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as EntityCategoryModifier and TypeFieldDescriptionstatic final EntityCategoryEntityCategory.DATETIMEEntities describing a date and time.static final EntityCategoryEntityCategory.EMAILEntities describing an email address.static final EntityCategoryEntityCategory.LOCATIONEntities describing a physical location.static final EntityCategoryEntityCategory.ORGANIZATIONEntities describing an organization.static final EntityCategoryEntityCategory.PERSONEntities describing a person.static final EntityCategoryEntityCategory.QUANTITYEntities describing a quantity.static final EntityCategoryEntityCategory.URLEntities describing a URL.Methods in com.azure.search.documents.indexes.models that return EntityCategoryModifier and TypeMethodDescriptionstatic EntityCategoryEntityCategory.fromString(String name) Creates or finds a EntityCategory from its string representation.Methods in com.azure.search.documents.indexes.models that return types with arguments of type EntityCategoryModifier and TypeMethodDescriptionEntityRecognitionSkill.getCategories()Get the categories property: A list of entity categories that should be extracted.static Collection<EntityCategory> EntityCategory.values()Gets known EntityCategory values.Methods in com.azure.search.documents.indexes.models with parameters of type EntityCategoryModifier and TypeMethodDescriptionEntityRecognitionSkill.setCategories(EntityCategory... categories) Set the categories property: A list of entity categories that should be extracted.Method parameters in com.azure.search.documents.indexes.models with type arguments of type EntityCategoryModifier and TypeMethodDescriptionEntityRecognitionSkill.setCategories(List<EntityCategory> categories) Set the categories property: A list of entity categories that should be extracted.