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

QuestionAnsweringClientOptions.DefaultLanguage Property

Definition

Gets or sets the default language to use in some client methods. This is the BCP-47 representation of a language. For example, use "en" for English, "es" for Spanish, etc. If not set, the service default, "en" for English, is used. See https://learn.microsoft.com/azure/cognitive-services/qnamaker/overview/language-support for list of currently supported languages.

public string DefaultLanguage { get; set; }
member this.DefaultLanguage : string with get, set
Public Property DefaultLanguage As String

Property Value

Applies to