Compartilhar via


TrainResult.TrainingDocuments Propriedade

Definição

Obtém ou define a lista de documentos usados para treinar o modelo e o erro de operação de treinamento relatado por cada um.

[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 da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a