次の方法で共有


ModelsResult.ModelsProperty プロパティ

定義

モデルのコレクションを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="models")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.FormRecognizer.Models.ModelResult> ModelsProperty { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="models")>]
member this.ModelsProperty : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.FormRecognizer.Models.ModelResult> with get, set
Public Property ModelsProperty As IList(Of ModelResult)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象