SpeechRecognizer.ContinuousRecognitionSession 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與這個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 服務的限制,必須在 [設定] -> [隱私權] -> [語音、筆跡與輸入] 頁面的 [設定] 中開啟 [了解我] 選項以啟用語音輸入與聽寫支援。 請參閱 語音辨識中的。