IntentRecognizer.Properties プロパティ

定義

この IntentRecognizerに対して定義されているプロパティとその値のコレクションを取得します。

public Microsoft.CognitiveServices.Speech.PropertyCollection Properties { get; }
member this.Properties : Microsoft.CognitiveServices.Speech.PropertyCollection
Public ReadOnly Property Properties As PropertyCollection

プロパティ値

注釈

プロパティ コレクションは、このプロパティを所有する認識エンジンが破棄または最終処理されるまでのみ有効です。

意図認識の生の JSON 結果を表示するコード例の場合は、

C# 用 Speech SDK を使用して音声から意図を認識する方法」を参照してください。

適用対象