Skill.Outputs Property

Definition

Gets or sets the output of a skill is either a field in a search index, or a value that can be consumed as an input by another skill.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to