共用方式為


PromptCultureModels class

[確認] 和 [選擇提示] 中目前支援文化特性模型的類別容器。

屬性

Chinese
Dutch
English
French
German
getSupportedCultures
Italian
Japanese
Portuguese
Spanish

方法

mapToNearestLanguage(string)

使用 Recognizers-Text 將各種潛在的地區設定字串正規化為標準。

屬性詳細資料

Chinese

static Chinese: PromptCultureModel

屬性值

Dutch

static Dutch: PromptCultureModel

屬性值

English

static English: PromptCultureModel

屬性值

French

static French: PromptCultureModel

屬性值

German

static German: PromptCultureModel

屬性值

getSupportedCultures

static getSupportedCultures: () => PromptCultureModel[]

屬性值

() => PromptCultureModel[]

Italian

static Italian: PromptCultureModel

屬性值

Japanese

static Japanese: PromptCultureModel

屬性值

Portuguese

static Portuguese: PromptCultureModel

屬性值

Spanish

static Spanish: PromptCultureModel

屬性值

方法詳細資料

mapToNearestLanguage(string)

使用 Recognizers-Text 將各種潛在的地區設定字串正規化為標準。

static function mapToNearestLanguage(cultureCode: string): string

參數

cultureCode

string

表示地區設定。 範例:「en-US、en-us、EN」。

傳回

string

標準化的地區設定。

備註

這主要是從 https://github.com/microsoft/Recognizers-Text/blob/master/JavaScript/packages/recognizers-text/src/culture.ts#L39 這是複製/貼上,這不會直接使用 Recognizers-Text 的 MapToNearestLanguage,因為如果他們在完成之前新增語言支援,它會中斷我們的提示。