Partager via


TrainResult.TrainingDocuments Propriété

Définition

Obtient ou définit la liste des documents utilisés pour entraîner le modèle et l’erreur d’opération d’apprentissage signalée par chacun d’eux.

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à