| 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 | Class and Description |
|---|---|
class |
CognitiveServicesAccountKey
A cognitive service resource provisioned with a key that is attached to a
skillset.
|
class |
DefaultCognitiveServicesAccount
An empty object that represents the default cognitive service resource for a
skillset.
|
| Modifier and Type | Method and Description |
|---|---|
CognitiveServicesAccount |
SearchIndexerSkillset.getCognitiveServicesAccount()
Get the cognitiveServicesAccount property: Details about cognitive
services to be used when running skills.
|
CognitiveServicesAccount |
CognitiveServicesAccount.setDescription(String description)
Set the description property: Description of the cognitive service
resource attached to a skillset.
|
| Modifier and Type | Method and Description |
|---|---|
SearchIndexerSkillset |
SearchIndexerSkillset.setCognitiveServicesAccount(CognitiveServicesAccount cognitiveServicesAccount)
Set the cognitiveServicesAccount property: Details about cognitive
services to be used when running skills.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.