Share via


Default Commands for Activities for French (Canada)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The following workflow activities provided by Speech Server recognize a limited set of predefined commands:

The grammars that define these commands are built into the activities. These grammars are provided for the purpose of debugging and are not recommended for use in deployed applications. Before deploying an application, develop grammars that are appropriate for your application and set the Grammars property of the activities to the location of the replacement grammars. Any grammars specified in the Grammars property are used and the default grammars are used if the UseDefaultGrammars property is true. If the Grammars property is empty when the UseDefaultGrammars property is false, a run-time exception is raised.

The following tables list the default commands for each of the activities previously listed.

GetAndConfirmActivity

Following are the default French (Canada) commands recognized by the GetAndConfirmActivity.

Command Effect

oui

Signals an affirmative response.

non

Signals denial.

non <phrase>

Signals denial and correction, when <phrase> is contained in a grammar in the activity's Grammars property. If recognition confidence is less than ConfirmationThreshold, the control enters the confirmation phase.

Following are the default French (Canada) commands recognized by the MenuActivity.

Command Effect

<choice>

Selects <choice>, when <choice> is an item in the menu.

celui-ci

celui-l??

celle-l??

Interrupts the prompt and picks an item out of a list.

non <choice>

Signals denial and correction, when <choice> is an item in the menu. If recognition confidence is less than ConfirmationThreshold, the control enters the confirmation phase.

Following are the default French (Canada) commands recognized by the NavigableListActivity.

Command Effect

<choice>

Jumps to item <choice>, when <choice> is an item in the list.

annuler

Leaves the list without choosing an item.

premier

d??but

Jumps to the beginning of the list.

dernier

fin

Jumps to the end of the list.

suivant

suivante

Goes to the next item.

pr??c??dent

pr??c??dente

Goes to the previous item.

s??lectionner

Selects the current item and exits the list. If recognition confidence is less than ConfirmationThreshold, the control enters the confirmation phase.

non <choice>

Signals denial and correction, when <choice> is an item in the list. If recognition confidence is less than ConfirmationThreshold, the control enters the confirmation phase.

RecordMessageActivity

Following are the default French (Canada) commands recognized by the RecordMessageActivity.

Command Effect

abandonner

Abandons the recorded message and leaves the control.

accepter

Saves the recorded message and leaves the control.

continuer

Continues the recorded message by appending to it.

rejouer

Plays back the message.

recommencer

Erases the recorded message and begins again.