TextToSpeechOptions 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
텍스트 음성 변환 요청에 대한 옵션을 나타냅니다.
public ref class TextToSpeechOptions
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
public class TextToSpeechOptions
public class TextToSpeechOptions
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
type TextToSpeechOptions = class
type TextToSpeechOptions = class
Public Class TextToSpeechOptions
- 상속
-
TextToSpeechOptions
- 특성
생성자
| Name | Description |
|---|---|
| TextToSpeechOptions() |
TextToSpeechOptions 클래스의 새 인스턴스를 초기화합니다. |
| TextToSpeechOptions(TextToSpeechOptions) |
에서 모든 속성TextToSpeechOptions의 단순 복사본을 |
속성
| Name | Description |
|---|---|
| AdditionalProperties |
옵션과 연결된 추가 속성을 가져오거나 설정합니다. |
| AudioFormat |
원하는 오디오 출력 형식을 가져오거나 설정합니다. |
| Language |
생성된 음성의 언어를 가져오거나 설정합니다. |
| ModelId |
텍스트 음성 변환 요청에 대한 모델 ID를 가져오거나 설정합니다. |
| Pitch |
음성 피치 승수를 가져오거나 설정합니다. |
| RawRepresentationFactory |
기본 구현에서 텍스트 음성 변환 옵션의 원시 표현을 만드는 콜백을 가져오거나 설정합니다. |
| Speed |
음성 속도 승수를 가져오거나 설정합니다. |
| VoiceId |
음성 합성에 사용할 음성 식별자를 가져오거나 설정합니다. |
| Volume |
음성 볼륨 수준을 가져오거나 설정합니다. |
메서드
| Name | Description |
|---|---|
| Clone() |
현재 TextToSpeechOptions 인스턴스의 복제본을 생성합니다. |