Freigeben über


Application Speech Controls for French (Canada)

  Microsoft Speech Technologies Homepage

Application Speech Controls are composite controls, composed of one or more Dialog Speech Controls, together with specialized recognition grammars and prompts. They are designed for the collection of particular types of commonly-used information, such as dates, currency and credit card numbers. Authors can create ASP.NET applications using Application Speech Controls and Speech Controls on the same page.

Application Speech Controls include the following members:

  • DataTableNavigator
    Supports navigation through and within tables of data by means of commands like "Next," "Previous" and "Repeat."
  • ListSelector
    Supports the selection of data from lists.
  • AlphaDigit
    Collects a string of numbers and letters.
  • CreditCardDate
    Collects a credit card date.
  • CreditCardNumber
    Collects a credit card number and type.
  • Currency
    Collects an amount in dollars and cents.
  • Date
    Collects a date.
  • NaturalNumber
    Collects and validates a natural number within an upper and a lower boundary.
  • Phone
    Collects a U.S. or Canadian telephone number and extension.
  • SocialSecurityNumber
    Collects a U.S. Social Security number.
  • YesNo
    Collects a Yes or No answer.
  • ZipCode
    Collects a U.S. ZIP Code and extension.

Application Speech Controls include a set of default prompts to facilitate rapid design. Not all prompts are included; in such cases authors must provide a prompt that makes sense in the context of the application. Use Speech Prompt Editor to create professional, topical prompts before deploying their application.

All Application Speech Controls are based on the ApplicationControl class. Authors can create custom controls using ApplicationControl and the IDtmf interface.