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

TextAuthoringDocumentEvalResult(String, String) Constructor

Definition

Initializes a new instance of TextAuthoringDocumentEvalResult.

protected TextAuthoringDocumentEvalResult(string location, string language);
new Azure.AI.Language.Text.Authoring.TextAuthoringDocumentEvalResult : string * string -> Azure.AI.Language.Text.Authoring.TextAuthoringDocumentEvalResult
Protected Sub New (location As String, language As String)

Parameters

location
String

Represents the document path.

language
String

Represents the document language. This is BCP-47 representation of a language. For example, use "en" for English, "en-gb" for English (UK), "es" for Spanish etc.

Exceptions

location or language is null.

Applies to