LanguageResult 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
LanguageResult() | |
LanguageResult(IList<DetectedLanguage>, String, RequestStatistics) |
LanguageResult()
- Source:
- LanguageResult.cs
- Source:
- LanguageResult.cs
public LanguageResult ();
Public Sub New ()
Applies to
LanguageResult(IList<DetectedLanguage>, String, RequestStatistics)
- Source:
- LanguageResult.cs
- Source:
- LanguageResult.cs
public LanguageResult (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.DetectedLanguage> detectedLanguages = default, string errorMessage = default, Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.RequestStatistics statistics = default);
new Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.LanguageResult : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.DetectedLanguage> * string * Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.RequestStatistics -> Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.LanguageResult
Public Sub New (Optional detectedLanguages As IList(Of DetectedLanguage) = Nothing, Optional errorMessage As String = Nothing, Optional statistics As RequestStatistics = Nothing)
Parameters
- detectedLanguages
- IList<DetectedLanguage>
- errorMessage
- String
- statistics
- RequestStatistics
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