共用方式為


VoiceCommand 類別

定義

提供給 Cortana的命令,使用語音或文字,並路由傳送至背景應用程式。

命令必須在語音命令定義中宣告, (VCD) 檔案中由命令中參考的應用程式註冊。 如需建立和註冊應用程式語音命令 (VCD) 檔案的詳細資訊,請參閱 使用語音命令啟動背景 應用程式。

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
繼承
Object Platform::Object IInspectable 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 物件,代表語音命令所傳回的結果。

適用於

另請參閱