TrainResult.Errors Property

Definition

Gets or sets errors returned during the training operation.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to