TrainResult.TrainingDocuments Property

Definition

Gets or sets list of documents used to train the model and the train operation error reported by each.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to