Skill.Outputs プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="outputs")]
public System.Collections.Generic.IList<Microsoft.Azure.Search.Models.OutputFieldMappingEntry> Outputs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="outputs")>]
member this.Outputs : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.OutputFieldMappingEntry> with get, set
Public Property Outputs As IList(Of OutputFieldMappingEntry)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象