你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TextAnalysisModelFactory.AnalyzeTextLanguageDetectionResult Method

Definition

Initializes a new instance of AnalyzeTextLanguageDetectionResult.

public static Azure.AI.Language.Text.AnalyzeTextLanguageDetectionResult AnalyzeTextLanguageDetectionResult(Azure.AI.Language.Text.LanguageDetectionResult results = default);
static member AnalyzeTextLanguageDetectionResult : Azure.AI.Language.Text.LanguageDetectionResult -> Azure.AI.Language.Text.AnalyzeTextLanguageDetectionResult
Public Shared Function AnalyzeTextLanguageDetectionResult (Optional results As LanguageDetectionResult = Nothing) As AnalyzeTextLanguageDetectionResult

Parameters

results
LanguageDetectionResult

Contains the language detection results.

Returns

A new AnalyzeTextLanguageDetectionResult instance for mocking.

Applies to