LanguageBatchInput Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
LanguageBatchInput() | |
LanguageBatchInput(IList<LanguageInput>) |
LanguageBatchInput()
- Source:
- LanguageBatchInput.cs
- Source:
- LanguageBatchInput.cs
public LanguageBatchInput();
Public Sub New ()
Applies to
LanguageBatchInput(IList<LanguageInput>)
- Source:
- LanguageBatchInput.cs
- Source:
- LanguageBatchInput.cs
public LanguageBatchInput(System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.LanguageInput> documents = default);
new Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.LanguageBatchInput : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.LanguageInput> -> Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.LanguageBatchInput
Public Sub New (Optional documents As IList(Of LanguageInput) = Nothing)
Parameters
- documents
- IList<LanguageInput>