Class CognitiveServicesAccount

java.lang.Object
com.azure.search.documents.indexes.models.CognitiveServicesAccount
Direct Known Subclasses:
CognitiveServicesAccountKey, DefaultCognitiveServicesAccount

public abstract class CognitiveServicesAccount extends Object
Base type for describing any cognitive service resource attached to a skillset.
  • Constructor Details

    • CognitiveServicesAccount

      public CognitiveServicesAccount()
  • Method Details

    • getDescription

      public String getDescription()
      Get the description property: Description of the cognitive service resource attached to a skillset.
      Returns:
      the description value.
    • setDescription

      public CognitiveServicesAccount setDescription(String description)
      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.