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

PatternMatchingIntentCollection 类

定义

表示用于意向识别的模式匹配模型意向集合。

public sealed class PatternMatchingIntentCollection : System.Collections.ObjectModel.KeyedCollection<string,Microsoft.CognitiveServices.Speech.Intent.PatternMatchingIntent>
type PatternMatchingIntentCollection = class
    inherit KeyedCollection<string, PatternMatchingIntent>
Public NotInheritable Class PatternMatchingIntentCollection
Inherits KeyedCollection(Of String, PatternMatchingIntent)
继承
PatternMatchingIntentCollection

构造函数

PatternMatchingIntentCollection()

表示用于意向识别的模式匹配模型意向集合。

适用于