Compartir a través de


Skill.Outputs Propiedad

Definición

Obtiene o establece la salida de una aptitud es un campo de un índice de búsqueda o un valor que puede consumirse como entrada por otra aptitud.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a