Lezen in het Engels

Delen via


TextAnalyticsModelFactory.DetectLanguageResult Method

Definition

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);

Parameters

id
String

Sets the Id property.

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);

Parameters

id
String

Sets the Id property.

statistics
TextDocumentStatistics

Sets the Statistics property.

detectedLanguage
DetectedLanguage

Sets the DetectedLanguage property.

Returns

A new instance of DetectLanguageResult for mocking purposes.

Applies to