Partager via


PatternMatchingEntityCollection Classe

Définition

Représente une collection PatternMatchingEntity utilisée pour la reconnaissance des intentions.

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)
Héritage
PatternMatchingEntityCollection

Constructeurs

PatternMatchingEntityCollection()

Représente une collection PatternMatchingEntity utilisée pour la reconnaissance des intentions.

S’applique à