Share via


PromptType Enumeration

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.

Enumerates the types of prompts.

Namespace: Microsoft.SpeechServer
Assembly: Microsoft.SpeechServer (in microsoft.speechserver.dll)

Syntax

'Declaration
Public Enumeration PromptType
public enum PromptType

Members

Member name Description
ContinueRecording A prompt that asks a user to continue an existing recording.
Custom A custom prompt defined by the application author.
EscalatedNoRecognition A prompt that indicates an utterance is not recognized and provides more explicit options than NoRecognition.
EscalatedSilence A prompt that plays after the first time the user gives no response. This prompt should provide more explicit guidance than Silence.
Help A prompt that plays when the user asks for help.
Main The main prompt.
NoRecognition A prompt that plays when a user utterance is not recognized.
Repeat A prompt that asks the user to repeat an utterance.
Silence A prompt that plays when a user gives no response to a prompt.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

Windows Server 2003

See Also

Reference

Microsoft.SpeechServer Namespace