Bagikan melalui


SpeechSynthesizerOptions.AppendedSilence Properti

Definisi

Mendapatkan atau mengatur jumlah keheningan yang ditambahkan ke akhir ucapan sintesis ucapan (sebelum ucapan lain dimulai).

public:
 property SpeechAppendedSilence AppendedSilence { SpeechAppendedSilence get(); void set(SpeechAppendedSilence value); };
SpeechAppendedSilence AppendedSilence();

void AppendedSilence(SpeechAppendedSilence value);
public SpeechAppendedSilence AppendedSilence { get; set; }
var speechAppendedSilence = speechSynthesizerOptions.appendedSilence;
speechSynthesizerOptions.appendedSilence = speechAppendedSilence;
Public Property AppendedSilence As SpeechAppendedSilence

Nilai Properti

Durasi SpeechAppendedSilence .

Persyaratan Windows

Rangkaian perangkat
Windows 10, version 1803 (diperkenalkan dalam 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (diperkenalkan dalam v6.0)

Keterangan

Secara default, sekitar 750ms keheningan ditambahkan ke akhir setiap ucapan yang dihasilkan. Jika ucapan tersebut bukan kalimat lengkap, ini dapat mempersulit perangkaian beberapa ucapan. Misalnya, aplikasi streaming yang membaca teks dari dokumen saat diunduh, mungkin mulai membaca dari cache-nya pada sejumlah kata yang telah ditentukan.

Berlaku untuk

Lihat juga