Class CognitiveServicesAccount
java.lang.Object
com.azure.search.documents.indexes.models.CognitiveServicesAccount
- Direct Known Subclasses:
CognitiveServicesAccountKey
,DefaultCognitiveServicesAccount
Base type for describing any cognitive service resource attached to a skillset.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the description property: Description of the cognitive service resource attached to a skillset.setDescription
(String description) Set the description property: Description of the cognitive service resource attached to a skillset.
-
Constructor Details
-
CognitiveServicesAccount
public CognitiveServicesAccount()
-
-
Method Details
-
getDescription
Get the description property: Description of the cognitive service resource attached to a skillset.- Returns:
- the description value.
-
setDescription
Set the description property: Description of the cognitive service resource attached to a skillset.- Parameters:
description
- the description value to set.- Returns:
- the CognitiveServicesAccount object itself.
-