TextToSpeechOptions Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
| Name | Description |
|---|---|
| TextToSpeechOptions() |
Inicializa uma nova instância da TextToSpeechOptions classe. |
| TextToSpeechOptions(TextToSpeechOptions) |
Inicializa uma nova instância da TextToSpeechOptions classe, realizando uma cópia superficial de todas as propriedades de |
TextToSpeechOptions()
- Origem:
- TextToSpeechOptions.cs
Inicializa uma nova instância da TextToSpeechOptions classe.
public:
TextToSpeechOptions();
public TextToSpeechOptions();
Public Sub New ()
Aplica-se a
TextToSpeechOptions(TextToSpeechOptions)
- Origem:
- TextToSpeechOptions.cs
Inicializa uma nova instância da TextToSpeechOptions classe, realizando uma cópia superficial de todas as propriedades de other.
protected:
TextToSpeechOptions(Microsoft::Extensions::AI::TextToSpeechOptions ^ other);
protected TextToSpeechOptions(Microsoft.Extensions.AI.TextToSpeechOptions? other);
new Microsoft.Extensions.AI.TextToSpeechOptions : Microsoft.Extensions.AI.TextToSpeechOptions -> Microsoft.Extensions.AI.TextToSpeechOptions
Protected Sub New (other As TextToSpeechOptions)
Parâmetros
- other
- TextToSpeechOptions