Appends a break of the specified duration to the PromptBuilder object.
Namespace:
Microsoft.Speech.Synthesis
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub AppendBreak ( _ duration As TimeSpan _ ) |
Visual Basic (Usage) |
---|
Dim instance As PromptBuilder Dim duration As TimeSpan instance.AppendBreak(duration) |
C# |
---|
public void AppendBreak( TimeSpan duration ) |
Parameters
- duration
- Type: System..::..TimeSpan
The time in ticks, where one tick equals 100 nanoseconds.
Remarks
A break can be used to control pauses or other prosodic boundaries between words. A break is optional. If a break is not present, the synthesizer determines the break between words depending on the linguistic context.