TrainResult.TrainingDocuments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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