共用方式為


SearchModelFactory.CognitiveServicesAccount(String, String) Method

Definition

Initializes a new instance of CognitiveServicesAccount.

public static Azure.Search.Documents.Indexes.Models.CognitiveServicesAccount CognitiveServicesAccount (string oDataType, string description);
static member CognitiveServicesAccount : string * string -> Azure.Search.Documents.Indexes.Models.CognitiveServicesAccount
Public Shared Function CognitiveServicesAccount (oDataType As String, description As String) As CognitiveServicesAccount

Parameters

oDataType
String

Identifies the concrete type of the cognitive service resource attached to a skillset.

description
String

Description of the cognitive service resource attached to a skillset.

Returns

Applies to