Prompt Members

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Represents information about what can be rendered, either text or an audio file, by the SpeechSynthesizer.

The Prompt type exposes the following members.

Constructors

  NameDescription
Public methodPrompt(String)Creates a new instance of the Prompt class and specifies the text to be spoken.
Public methodPrompt(PromptBuilder)Creates a new instance of the Prompt class from a PromptBuilder object.
Public methodPrompt(String, SynthesisTextFormat)Creates a new instance of the Prompt class and specifies the text to be spoken and whether its format is plain text or markup language.
Top

Properties

  NameDescription
Public propertyIsCompletedGets whether the Prompt has finished playing.
Top

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

See Also