SpeechContinuousRecognitionResultGeneratedEventArgs.Result 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得在連續辨識會話結束時,語音辨識器傳回的完整辨識結果,其中 SpeechRecognitionResultStatus 設定為 Success。
public:
property SpeechRecognitionResult ^ Result { SpeechRecognitionResult ^ get(); };
SpeechRecognitionResult Result();
public SpeechRecognitionResult Result { get; }
var speechRecognitionResult = speechContinuousRecognitionResultGeneratedEventArgs.result;
Public ReadOnly Property Result As SpeechRecognitionResult
屬性值
聽寫會話結尾的語音辨識器所傳回的完整辨識結果。