TextAnalyticsModelFactory.DetectLanguageResult Method
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
DetectLanguageResult(String, TextAnalyticsError) |
Initializes a new instance of DetectLanguageResult for mocking purposes. |
DetectLanguageResult(String, TextDocumentStatistics, DetectedLanguage) |
Initializes a new instance of DetectLanguageResult for mocking purposes. |
DetectLanguageResult(String, TextAnalyticsError)
- Source:
- TextAnalyticsModelFactory.cs
Initializes a new instance of DetectLanguageResult for mocking purposes.
public static Azure.AI.TextAnalytics.DetectLanguageResult DetectLanguageResult (string id, Azure.AI.TextAnalytics.TextAnalyticsError error);
static member DetectLanguageResult : string * Azure.AI.TextAnalytics.TextAnalyticsError -> Azure.AI.TextAnalytics.DetectLanguageResult
Public Shared Function DetectLanguageResult (id As String, error As TextAnalyticsError) As DetectLanguageResult
Parameters
- error
- TextAnalyticsError
Sets the Error property.
Returns
A new instance of DetectLanguageResult for mocking purposes.
Applies to
DetectLanguageResult(String, TextDocumentStatistics, DetectedLanguage)
- Source:
- TextAnalyticsModelFactory.cs
Initializes a new instance of DetectLanguageResult for mocking purposes.
public static Azure.AI.TextAnalytics.DetectLanguageResult DetectLanguageResult (string id, Azure.AI.TextAnalytics.TextDocumentStatistics statistics, Azure.AI.TextAnalytics.DetectedLanguage detectedLanguage);
static member DetectLanguageResult : string * Azure.AI.TextAnalytics.TextDocumentStatistics * Azure.AI.TextAnalytics.DetectedLanguage -> Azure.AI.TextAnalytics.DetectLanguageResult
Public Shared Function DetectLanguageResult (id As String, statistics As TextDocumentStatistics, detectedLanguage As DetectedLanguage) As DetectLanguageResult
Parameters
- statistics
- TextDocumentStatistics
Sets the Statistics property.
- detectedLanguage
- DetectedLanguage
Sets the DetectedLanguage property.
Returns
A new instance of DetectLanguageResult for mocking purposes.
Applies to
Azure SDK for .NET