Share via


LanguageBatchResult.Errors Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="errors")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.ErrorRecord> Errors { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="errors")>]
member this.Errors : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.ErrorRecord>
Public ReadOnly Property Errors As IList(Of ErrorRecord)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to