Share via


PromptBuilder Members

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.

Creates an empty prompt object and provides methods for adding content.

The following tables list the members exposed by the PromptBuilder type.

Public Constructors

?? Name Description
PromptBuilder Overloaded. Creates a new instance of the PromptBuilder class.

Top

Public Properties

?? Name Description
Bb812931.pubproperty(en-us,office.12).gif Culture Gets the culture information of a PromptBuilder.
Bb812931.pubproperty(en-us,office.12).gif Id Gets a string value that can be used to reference the PromptBuilder programmatically.
Bb812931.pubproperty(en-us,office.12).gif IsEmpty Gets whether a PromptBuilder is empty.

Top

Public Methods

(see also Protected Methods )

?? Name Description
Bb812931.pubmethod(en-us,office.12).gif AddPromptDatabase Adds the specified PromptDatabase to a PromptBuilder.
Bb812931.pubmethod(en-us,office.12).gif AppendAudio Overloaded. Appends an audio file to the PromptBuilder.
Bb812931.pubmethod(en-us,office.12).gif AppendBookmark Appends a bookmark to a PromptBuilder.
Bb812931.pubmethod(en-us,office.12).gif AppendBreak Overloaded. Appends a break (pause) to a PromptBuilder.
Bb812931.pubmethod(en-us,office.12).gif AppendPromptBuilder Appends another PromptBuilder to a PromptBuilder.
Bb812931.pubmethod(en-us,office.12).gif AppendSsml Appends the specified SSML file to a PromptBuilder.
Bb812931.pubmethod(en-us,office.12).gif AppendSsmlMarkup Appends SSML markup to a PromptBuilder.
Bb812931.pubmethod(en-us,office.12).gif AppendText Overloaded. Appends text to a PromptBuilder.
Bb812931.pubmethod(en-us,office.12).gif AppendTextWithAlias Appends text and substitute text to a PromptBuilder.
Bb812931.pubmethod(en-us,office.12).gif AppendTextWithHint Overloaded. Appends text and a text format specification to a PromptBuilder.
Bb812931.pubmethod(en-us,office.12).gif AppendTextWithPronunciation Appends text with a pronunciation to a PromptBuilder.
Bb812931.pubmethod(en-us,office.12).gif ClearContent Clears the content of a PromptBuilder.
Bb812931.pubmethod(en-us,office.12).gif EndParagraph Ends a paragraph in a PromptBuilder.
Bb812931.pubmethod(en-us,office.12).gif EndSentence Ends a sentence in a PromptBuilder.
Bb812931.pubmethod(en-us,office.12).gif EndStyle Ends a style in a PromptBuilder.
Bb812931.pubmethod(en-us,office.12).gif EndVoice Ends a Voice in a PromptBuilder.
Bb812931.pubmethod(en-us,office.12).gif Equals?? Overloaded. (inherited from Object )
Bb812931.pubmethod(en-us,office.12).gif GetHashCode?? (inherited from Object )
Bb812931.pubmethod(en-us,office.12).gif GetType?? (inherited from Object )
Bb812931.pubmethod(en-us,office.12).gif Bb812931.static(en-us,office.12).gif ReferenceEquals?? (inherited from Object )
Bb812931.pubmethod(en-us,office.12).gif RemovePromptDatabase Removes the specified PromptDatabase from the PromptBuilder.
Bb812931.pubmethod(en-us,office.12).gif SetText Overloaded. Replaces all contents of a PromptBuilder with the specified text.
Bb812931.pubmethod(en-us,office.12).gif StartParagraph Overloaded. Starts a paragraph in a PromptBuilder.
Bb812931.pubmethod(en-us,office.12).gif StartSentence Overloaded. Starts a sentence in a PromptBuilder.
Bb812931.pubmethod(en-us,office.12).gif StartStyle Starts a style in a PromptBuilder.
Bb812931.pubmethod(en-us,office.12).gif StartVoice Overloaded. ??
Bb812931.pubmethod(en-us,office.12).gif ToString?? (inherited from Object )
Bb812931.pubmethod(en-us,office.12).gif ToXml Converts the text of a PromptBuilder to XML.

Top

Protected Methods

?? Name Description
Bb812931.protmethod(en-us,office.12).gif Finalize?? (inherited from Object )
Bb812931.protmethod(en-us,office.12).gif MemberwiseClone?? (inherited from Object )

Top

See Also

Reference

PromptBuilder Class
Microsoft.SpeechServer.Synthesis Namespace