Share via


MultiLanguageBatchInput.Documents Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to