LanguageUnderstandingModelCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of LanguageUnderstanding models used for intent recognition.
public sealed class LanguageUnderstandingModelCollection : System.Collections.ObjectModel.KeyedCollection<string,Microsoft.CognitiveServices.Speech.Intent.LanguageUnderstandingModel>
type LanguageUnderstandingModelCollection = class
inherit KeyedCollection<string, LanguageUnderstandingModel>
Public NotInheritable Class LanguageUnderstandingModelCollection
Inherits KeyedCollection(Of String, LanguageUnderstandingModel)
- Inheritance
-
LanguageUnderstandingModelCollection
Constructors
LanguageUnderstandingModelCollection() |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET