PatternMatchingEntityCollection Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Representa uma coleção PatternMatchingEntity usada para reconhecimento de intenção.
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)
- Herança
-
PatternMatchingEntityCollection
Construtores
PatternMatchingEntityCollection() |
Representa uma coleção PatternMatchingEntity usada para reconhecimento de intenção. |
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET