SearchModelFactory.CognitiveServicesAccount(String, String) メソッド

定義

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

パラメーター

oDataType
String

スキルセットにアタッチされているコグニティブ サービス リソースの具象型を識別します。

description
String

スキルセットにアタッチされているコグニティブ サービス リソースの説明。

戻り値

適用対象