Share via


SpeechSynthesizerOptions.PunctuationSilence プロパティ

定義

音声合成発話の句読点の後 (別の発話が開始される前) に追加される無音の量を取得または設定します。

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

プロパティ値

SpeechPunctuationSilence 期間。

Windows の要件

デバイス ファミリ
Windows 10, version 1803 (10.0.17134.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v6.0 で導入)

注釈

既定では、発話ができるだけ自然に聞こえるよう、各句読点の後に約 750 ミリ秒の無音が追加されます。 高速再生やアプリ コンテンツのスクリーン リーダーの説明など、場合によっては、この動作は必須ではなく、ユーザーが構成する必要があります。

適用対象

こちらもご覧ください