SpeechSynthesizerOptions.PunctuationSilence プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
音声合成発話の句読点の後 (別の発話が開始される前) に追加される無音の量を取得または設定します。
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
プロパティ値
Windows の要件
デバイス ファミリ |
Windows 10, version 1803 (10.0.17134.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v6.0 で導入)
|
注釈
既定では、発話ができるだけ自然に聞こえるよう、各句読点の後に約 750 ミリ秒の無音が追加されます。 高速再生やアプリ コンテンツのスクリーン リーダーの説明など、場合によっては、この動作は必須ではなく、ユーザーが構成する必要があります。