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

PatternMatchingModel.FromJSONFile(String) 方法

定义

使用指定的 .json 文件创建模式匹配模型。 这应遵循 Microsoft LUIS JSON 导出架构。

public static Microsoft.CognitiveServices.Speech.Intent.PatternMatchingModel FromJSONFile (string filepath);
static member FromJSONFile : string -> Microsoft.CognitiveServices.Speech.Intent.PatternMatchingModel
Public Shared Function FromJSONFile (filepath As String) As PatternMatchingModel

参数

filepath
String

一个表示“.json”文件路径的字符串。

返回

指向模式匹配模型的共享指针。

适用于