Megosztás a következőn keresztül:


EntityLabelObject.Children Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="children")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityLabelObject> Children { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="children")>]
member this.Children : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityLabelObject> with get, set
Public Property Children As IList(Of EntityLabelObject)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to