HierarchicalModel.Features Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to