Share via


LanguageBatchResult.Documents Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to