SpeechAppendedSilence Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the amount of silence added to the end of the speech synthesis utterance (before another utterance begins).
public enum class SpeechAppendedSilence
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
enum class SpeechAppendedSilence
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public enum SpeechAppendedSilence
var value = Windows.Media.SpeechSynthesis.SpeechAppendedSilence.default
Public Enum SpeechAppendedSilence
- Inheritance
-
SpeechAppendedSilence
- Attributes
Windows requirements
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v6.0)
|
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The default amount of silence defined by the speech synthesis voice. |
Min | 1 | The minimum amount of silence defined by the speech synthesis voice. |
Remarks
By default, approximately 750ms of silence is appended to the end of each generated utterance. If the utterance is not a complete sentence, this can complicate concatenation of multiple utterances. For example, a streaming app that reads text from a document as it downloads, might start reading from its cache at a predetermined number of words.