| Package | Description |
|---|---|
| com.azure.search.documents.indexes.models |
Package containing classes used for resource management operations that are being sent-to and received-from an
Azure Cognitive Search service.
|
| Modifier and Type | Field and Description |
|---|---|
static EntityCategory |
EntityCategory.DATETIME
Static value datetime for EntityCategory.
|
static EntityCategory |
EntityCategory.EMAIL
Static value email for EntityCategory.
|
static EntityCategory |
EntityCategory.LOCATION
Static value location for EntityCategory.
|
static EntityCategory |
EntityCategory.ORGANIZATION
Static value organization for EntityCategory.
|
static EntityCategory |
EntityCategory.PERSON
Static value person for EntityCategory.
|
static EntityCategory |
EntityCategory.QUANTITY
Static value quantity for EntityCategory.
|
static EntityCategory |
EntityCategory.URL
Static value url for EntityCategory.
|
| Modifier and Type | Method and Description |
|---|---|
static EntityCategory |
EntityCategory.fromString(String name)
Creates or finds a EntityCategory from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
EntityRecognitionSkill |
EntityRecognitionSkill.setCategories(EntityCategory... categories)
Set the categories property: A list of entity categories that should be
extracted.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.