SpeechPunctuationSilence 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 after punctuation in the speech synthesis utterance (before another utterance begins).
public enum class SpeechPunctuationSilence
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
enum class SpeechPunctuationSilence
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public enum SpeechPunctuationSilence
var value = Windows.Media.SpeechSynthesis.SpeechPunctuationSilence.default
Public Enum SpeechPunctuationSilence
- Inheritance
-
SpeechPunctuationSilence
- 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 after each punctuation mark to ensure the utterance sounds as natural as possible. In some cases, such as accelerated playback or screen-reader descriptions of app content, this behavior is not required or needs to be configurable by the user.