次の方法で共有


LuisAppV2.ModelFeatures プロパティ

定義

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象