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

PatternMatchingEntityCollection 类

定义

表示用于意向识别的 PatternMatchingEntity 集合。

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

构造函数

PatternMatchingEntityCollection()

表示用于意向识别的 PatternMatchingEntity 集合。

适用于