VoiceCommand クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public ref class VoiceCommand sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class VoiceCommand final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class VoiceCommand
Public NotInheritable Class VoiceCommand
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
注釈
適切な Windows.ApplicationModel.AppService オブジェクトを参照する VoiceCommandServiceConnection で GetVoiceCommandAsync を呼び出して VoiceCommand オブジェクトにアクセスします。
プロパティ
CommandName |
音声コマンド定義 (VCD) ファイルで宣言された Command 要素の Name 属性の値を取得します。 |
Properties |
音声コマンドで認識されたフレーズのセマンティック プロパティを含むディクショナリを取得します。 |
SpeechRecognitionResult |
音声コマンドによって返される結果を表す SpeechRecognitionResult オブジェクトを取得します。 |