共用方式為


SpeechRecognizer.ContinuousRecognitionSession 屬性

定義

取得與這個SpeechRecognizer相關聯的連續辨識會話物件 (SpeechContinuousRecognitionSession) 。

public:
 property SpeechContinuousRecognitionSession ^ ContinuousRecognitionSession { SpeechContinuousRecognitionSession ^ get(); };
SpeechContinuousRecognitionSession ContinuousRecognitionSession();
public SpeechContinuousRecognitionSession ContinuousRecognitionSession { get; }
var speechContinuousRecognitionSession = speechRecognizer.continuousRecognitionSession;
Public ReadOnly Property ContinuousRecognitionSession As SpeechContinuousRecognitionSession

屬性值

與此 SpeechRecognizer相關聯的連續辨識會話物件。

備註

若要使用 Web 服務的限制,必須在 [設定] -> [隱私權] -> [語音、筆跡與輸入] 頁面的 [設定] 中開啟 [了解我] 選項以啟用語音輸入與聽寫支援。 請參閱 語音辨識中的。

適用於

另請參閱