SpeechContinuousRecognitionSession.StartAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
StartAsync() |
多載 使用Default的SpeechContinuousRecognitionMode,以非同步方式開始連續語音辨識會話。 |
StartAsync(SpeechContinuousRecognitionMode) |
多載 使用指定的 SpeechContinuousRecognitionMode 行為,以非同步方式開始連續語音辨識會話。 |
StartAsync()
public:
virtual IAsyncAction ^ StartAsync() = StartAsync;
/// [Windows.Foundation.Metadata.Overload("StartAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction StartAsync();
[Windows.Foundation.Metadata.Overload("StartAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction StartAsync();
function startAsync()
Public Function StartAsync () As IAsyncAction
傳回
作業完成時會呼叫非同步處理常式。
- 屬性
備註
即使 Constraints 屬性中未指定任何條件約束,CompileConstraintsAsync也必須在 StartAsync 之前呼叫。
另請參閱
適用於
StartAsync(SpeechContinuousRecognitionMode)
public:
virtual IAsyncAction ^ StartAsync(SpeechContinuousRecognitionMode mode) = StartAsync;
/// [Windows.Foundation.Metadata.Overload("StartWithModeAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction StartAsync(SpeechContinuousRecognitionMode const& mode);
[Windows.Foundation.Metadata.Overload("StartWithModeAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction StartAsync(SpeechContinuousRecognitionMode mode);
function startAsync(mode)
Public Function StartAsync (mode As SpeechContinuousRecognitionMode) As IAsyncAction
參數
語音辨識行為。
傳回
作業完成時會呼叫非同步處理常式。
- 屬性
備註
即使 Constraints 屬性中未指定任何條件約束,CompileConstraintsAsync也必須在 StartAsync 之前呼叫。