Share via


LanguageBatchInput.Documents Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to