SpeechRecognizerUISettings.ShowConfirmation property

Gets or sets if a Heard you say screen is shown to the user after speech recognition is successful.

Syntax

public bool ShowConfirmation { get; set; }
Public Property ShowConfirmation As Boolean
public:
property bool ShowConfirmation { 
   bool get();
   void set (bool value);
}

Property value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

Indicates if a Heard you say screen is shown to the user after speech recognition is successful. True if yes, false if no.

Remarks

If a user chooses a recognition result by tapping on one of the choices on the Did you say screen, a Heard you say screen will not be shown to the user, even if this property is set.

For a code example of the ShowConfirmation property, see Working with speech recognition results for Windows Phone.

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

SpeechRecognizerUISettings