Uses of Class
com.azure.search.documents.indexes.models.EntityCategory
Packages that use EntityCategory
Package
Description
Package containing classes 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 EntityCategory
EntityCategory.DATETIME
Static value datetime for EntityCategory.static final EntityCategory
EntityCategory.EMAIL
Static value email for EntityCategory.static final EntityCategory
EntityCategory.LOCATION
Static value location for EntityCategory.static final EntityCategory
EntityCategory.ORGANIZATION
Static value organization for EntityCategory.static final EntityCategory
EntityCategory.PERSON
Static value person for EntityCategory.static final EntityCategory
EntityCategory.QUANTITY
Static value quantity for EntityCategory.static final EntityCategory
EntityCategory.URL
Static value url for EntityCategory.Methods in com.azure.search.documents.indexes.models that return EntityCategoryModifier and TypeMethodDescriptionstatic EntityCategory
EntityCategory.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.