ImageAnalysisSkill コンストラクター

定義

ImageAnalysisSkill の新しいインスタンスを初期化します。

public ImageAnalysisSkill (System.Collections.Generic.IEnumerable<Azure.Search.Documents.Indexes.Models.InputFieldMappingEntry> inputs, System.Collections.Generic.IEnumerable<Azure.Search.Documents.Indexes.Models.OutputFieldMappingEntry> outputs);
new Azure.Search.Documents.Indexes.Models.ImageAnalysisSkill : seq<Azure.Search.Documents.Indexes.Models.InputFieldMappingEntry> * seq<Azure.Search.Documents.Indexes.Models.OutputFieldMappingEntry> -> Azure.Search.Documents.Indexes.Models.ImageAnalysisSkill
Public Sub New (inputs As IEnumerable(Of InputFieldMappingEntry), outputs As IEnumerable(Of OutputFieldMappingEntry))

パラメーター

inputs
IEnumerable<InputFieldMappingEntry>

スキルの入力には、ソース データ セット内の列、またはアップストリーム スキルの出力を指定できます。

outputs
IEnumerable<OutputFieldMappingEntry>

スキルの出力は、検索インデックス内のフィールド、または別のスキルによる入力として使用できる値のいずれかです。

例外

inputs または outputs が null です。

適用対象