SpeechRecognizerUI.SpeechRecognizerUI constructor

Initializes a new instance of the SpeechRecognizerUI class.

Syntax

public SpeechRecognizerUI()
Public Sub New ()
public:
SpeechRecognizerUI()

Parameters

This constructor has no parameters.

Remarks

If the speech recognizer is associated with an unsupported language, such as a new language that has not yet fully downloaded or installed, a SPERR_WINRT_UNSUPPORTED_LANG error returns when initializing a new instance of the SpeechRecognizerUI class.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Speech.Recognition Windows::Phone::Speech::Recognition [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_SPEECH_RECOGNITION [Windows Phone] ID_CAP_MICROPHONE [Windows Phone] ID_CAP_NETWORKING [Windows Phone]

See also

SpeechRecognizerUI