你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PatternMatchingModel 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示用于意向识别的模式匹配模型。
public sealed class PatternMatchingModel : Microsoft.CognitiveServices.Speech.Intent.LanguageUnderstandingModel
type PatternMatchingModel = class
inherit LanguageUnderstandingModel
Public NotInheritable Class PatternMatchingModel
Inherits LanguageUnderstandingModel
- 继承
构造函数
PatternMatchingModel(String) |
使用指定的模型 ID 创建模式匹配模型。 |
属性
Entities |
PatternMatchingEntitys 的此容器用于定义此模型将查找的所有 PatternMatchingEntitys。 |
Intents |
PatternMatchingIntents 的此容器用于定义此模型将查找的所有 PatternMatchingIntents。 |
ModelId |
此模型的唯一 ID。 |
方法
FromJSONFile(String) |
使用指定的 .json 文件创建模式匹配模型。 这应遵循 Microsoft LUIS JSON 导出架构。 |
FromJSONFileStream(Stream) |
使用指向 LUIS json 格式的 .json 文件的指定 istream 创建 PatternMatchingModel。 这假定流已打开并具有读取权限。 |