SpeechRecognizerUx.Tips property

Bing
 

The Tips property contains a list of suggestions from the application developer, to be displayed at random in the Tips area of the SpeechRecognizerUx control.

public string[] Tips { get; set }

Type: System.String[]

An array of helpful suggestions for the user.

The tips in the Tips array are cycled at random when the speech recognition session changes states, which corresponds to the SpeechRecognizer.AudioCaptureStateChanged event. For more information, see Working with Tips in the Bing Speech Recognition Control.

Tips should be short enough to fit in the available space on the SpeechRecognizerUx.

Example

The following example sets the Tips property in a SpeechRecognizerUx named SpeechControl.

No code example is currently available or this language may not be supported.

Requirements

Minimum Supported Client

Windows 8

Required Extensions

Bing.Speech

Namespace

Bing.Speech.Xaml

Show: