SpeechSynthesizerOptions 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
다양한 음성 신시사이저 옵션에 대한 액세스를 제공합니다.
public ref class SpeechSynthesizerOptions sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SpeechSynthesizerOptions final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SpeechSynthesizerOptions
Public NotInheritable Class SpeechSynthesizerOptions
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)
|
설명
버전 기록
Windows 버전 | SDK 버전 | 추가된 값 |
---|---|---|
1709 | 16299 | AudioPitch |
1709 | 16299 | AudioVolume |
1709 | 16299 | 말하기 속도 |
1803 | 17134 | AppendedSilence |
1803 | 17134 | PunctuationSilence |
속성
AppendedSilence |
음성 합성 발화의 끝에 추가된 무음의 양을 가져오거나 설정합니다(다른 발화가 시작되기 전에). |
AudioPitch |
음성 합성 발화의 톤(상대적 높음 또는 낮음)을 가져오거나 설정합니다. |
AudioVolume |
음성 합성 발화의 음의도를 가져오거나 설정합니다. |
IncludeSentenceBoundaryMetadata |
SpeechSynthesisStream 개체에 문장 경계 메타데이터가 추가되는지 여부를 가져오거나 설정합니다. |
IncludeWordBoundaryMetadata |
Word 경계 메타데이터가 SpeechSynthesisStream 개체에 추가되는지 여부를 가져오거나 설정합니다. |
PunctuationSilence |
음성 합성 발화의 문장 부호 다음에 추가된 무음의 양을 가져오거나 설정합니다(다른 발화가 시작되기 전). |
SpeakingRate |
음성 합성 발화의 tempo(일시 중지 및 주저 포함)를 가져오거나 설정합니다. |