Share via


AnalyzeResult.Errors Property

Definition

Gets or sets list of errors reported during the analyze 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