Uses of Class
com.azure.search.documents.indexes.models.CognitiveServicesAccount
Packages that use CognitiveServicesAccount
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of CognitiveServicesAccount in com.azure.search.documents.indexes.models
Subclasses of CognitiveServicesAccount in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal class
A cognitive service resource provisioned with a key that is attached to a skillset.final class
An empty object that represents the default cognitive service resource for a skillset.Methods in com.azure.search.documents.indexes.models that return CognitiveServicesAccountModifier and TypeMethodDescriptionSearchIndexerSkillset.getCognitiveServicesAccount()
Get the cognitiveServicesAccount property: Details about cognitive services to be used when running skills.CognitiveServicesAccount.setDescription
(String description) Set the description property: Description of the cognitive service resource attached to a skillset.Methods in com.azure.search.documents.indexes.models with parameters of type CognitiveServicesAccountModifier and TypeMethodDescriptionSearchIndexerSkillset.setCognitiveServicesAccount
(CognitiveServicesAccount cognitiveServicesAccount) Set the cognitiveServicesAccount property: Details about cognitive services to be used when running skills.