ModelsResult.ModelsProperty Property

Definition

Gets or sets collection of models.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to