SpeechSynthesizerOptions.PunctuationSilence Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la quantité de silence ajoutée après la ponctuation dans l’énoncé de synthèse vocale (avant le début d’un autre énoncé).
public:
property SpeechPunctuationSilence PunctuationSilence { SpeechPunctuationSilence get(); void set(SpeechPunctuationSilence value); };
SpeechPunctuationSilence PunctuationSilence();
void PunctuationSilence(SpeechPunctuationSilence value);
public SpeechPunctuationSilence PunctuationSilence { get; set; }
var speechPunctuationSilence = speechSynthesizerOptions.punctuationSilence;
speechSynthesizerOptions.punctuationSilence = speechPunctuationSilence;
Public Property PunctuationSilence As SpeechPunctuationSilence
Valeur de propriété
Durée speechpunctuationSilence.
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1803 (introduit dans 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v6.0)
|
Remarques
Par défaut, environ 750 ms de silence sont ajoutés après chaque point de ponctuation pour garantir que l’énoncé sonne aussi naturel que possible. Dans certains cas, comme la lecture accélérée ou les descriptions des lecteurs d’écran du contenu de l’application, ce comportement n’est pas obligatoire ou doit être configurable par l’utilisateur.