Compartir a través de


TrainResult.TrainingDocuments Propiedad

Definición

Obtiene o establece la lista de documentos usados para entrenar el modelo y el error de operación de entrenamiento notificado por cada uno.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a