Package version:

Interface BaseCognitiveServicesAccount

Base type for describing any Azure AI service resource attached to a skillset.

interface BaseCognitiveServicesAccount {
    description?: string;
    odatatype: "#Microsoft.Azure.Search.DefaultCognitiveServices" | "#Microsoft.Azure.Search.CognitiveServicesByKey";
}

Hierarchy (view full)

Properties

description?: string

Description of the Azure AI service resource attached to a skillset.

odatatype: "#Microsoft.Azure.Search.DefaultCognitiveServices" | "#Microsoft.Azure.Search.CognitiveServicesByKey"

Polymorphic discriminator, which specifies the different types this object can be