MultiLanguageInput 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
MultiLanguageInput() | |
MultiLanguageInput(String, String, String) |
MultiLanguageInput()
- Source:
- MultiLanguageInput.cs
- Source:
- MultiLanguageInput.cs
public MultiLanguageInput ();
Public Sub New ()
Applies to
MultiLanguageInput(String, String, String)
- Source:
- MultiLanguageInput.cs
- Source:
- MultiLanguageInput.cs
public MultiLanguageInput (string id = default, string text = default, string language = default);
new Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.MultiLanguageInput : string * string * string -> Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.MultiLanguageInput
Public Sub New (Optional id As String = Nothing, Optional text As String = Nothing, Optional language As String = Nothing)
Parameters
- id
- String
- text
- String
- language
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET