Compartir a través de


PatternMatchingIntentCollection Clase

Definición

Representa una colección de intenciones del modelo de coincidencia de patrones usada para el reconocimiento de intenciones.

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)
Herencia
PatternMatchingIntentCollection

Constructores

PatternMatchingIntentCollection()

Representa una colección de intenciones del modelo de coincidencia de patrones usada para el reconocimiento de intenciones.

Se aplica a