C# 클래스 Microsoft.Phone.Controls.SpeechRecognizedEventArgs

Event arguments for the SpeechTextBox SpeechRecognized event.
상속: System.EventArgs
파일 보기 프로젝트 열기: Kinnara/WPToolkit 1 사용 예제들

공개 메소드들

메소드 설명
SpeechRecognizedEventArgs ( SpeechRecognitionResult result ) : System

Creates a new instance of the SpeechRecognizedEventArgs class.

메소드 상세

SpeechRecognizedEventArgs() 공개 메소드

Creates a new instance of the SpeechRecognizedEventArgs class.
public SpeechRecognizedEventArgs ( SpeechRecognitionResult result ) : System
result SpeechRecognitionResult
리턴 System