TextAuthoringDocumentEvalResult(String, String) Constructor    
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.
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.TextAuthoringDocumentEvalResultProtected 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.