次の方法で共有


PatternMatchingIntentCollection クラス

定義

意図認識に使用されるパターン マッチング モデル意図コレクションを表します。

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)
継承
PatternMatchingIntentCollection

コンストラクター

PatternMatchingIntentCollection()

意図認識に使用されるパターン マッチング モデル意図コレクションを表します。

適用対象