Share via


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