Partilhar via


SpeechSynthesizer Construtores

Definição

Sobrecargas

SpeechSynthesizer(EmbeddedSpeechConfig)

Cria uma nova instância do SpeechSynthesizer usando EmbeddedSpeechConfig. Adicionado em 1.19.0

SpeechSynthesizer(HybridSpeechConfig)

Cria uma nova instância do SpeechSynthesizer usando HybridSpeechConfig.

SpeechSynthesizer(SpeechConfig)

Cria uma nova instância do SpeechSynthesizer.

SpeechSynthesizer(EmbeddedSpeechConfig, AudioConfig)

Cria uma nova instância do SpeechSynthesizer usando EmbeddedSpeechConfig. Adicionado em 1.19.0

SpeechSynthesizer(HybridSpeechConfig, AudioConfig)

Cria uma nova instância do SpeechSynthesizer usando HybridSpeechConfig.

SpeechSynthesizer(SpeechConfig, AudioConfig)

Cria uma nova instância do SpeechSynthesizer.

SpeechSynthesizer(SpeechConfig, AutoDetectSourceLanguageConfig, AudioConfig)

Cria uma nova instância do SpeechSynthesizer. Adicionado em 1.13.0

SpeechSynthesizer(EmbeddedSpeechConfig)

Cria uma nova instância do SpeechSynthesizer usando EmbeddedSpeechConfig. Adicionado em 1.19.0

public SpeechSynthesizer (Microsoft.CognitiveServices.Speech.EmbeddedSpeechConfig speechConfig);
new Microsoft.CognitiveServices.Speech.SpeechSynthesizer : Microsoft.CognitiveServices.Speech.EmbeddedSpeechConfig -> Microsoft.CognitiveServices.Speech.SpeechSynthesizer
Public Sub New (speechConfig As EmbeddedSpeechConfig)

Parâmetros

speechConfig
EmbeddedSpeechConfig

Configuração de fala inserida

Aplica-se a

SpeechSynthesizer(HybridSpeechConfig)

Cria uma nova instância do SpeechSynthesizer usando HybridSpeechConfig.

public SpeechSynthesizer (Microsoft.CognitiveServices.Speech.HybridSpeechConfig speechConfig);
new Microsoft.CognitiveServices.Speech.SpeechSynthesizer : Microsoft.CognitiveServices.Speech.HybridSpeechConfig -> Microsoft.CognitiveServices.Speech.SpeechSynthesizer
Public Sub New (speechConfig As HybridSpeechConfig)

Parâmetros

speechConfig
HybridSpeechConfig

Configuração de fala híbrida

Aplica-se a

SpeechSynthesizer(SpeechConfig)

Cria uma nova instância do SpeechSynthesizer.

public SpeechSynthesizer (Microsoft.CognitiveServices.Speech.SpeechConfig speechConfig);
new Microsoft.CognitiveServices.Speech.SpeechSynthesizer : Microsoft.CognitiveServices.Speech.SpeechConfig -> Microsoft.CognitiveServices.Speech.SpeechSynthesizer
Public Sub New (speechConfig As SpeechConfig)

Parâmetros

speechConfig
SpeechConfig

Configuração de fala

Aplica-se a

SpeechSynthesizer(EmbeddedSpeechConfig, AudioConfig)

Cria uma nova instância do SpeechSynthesizer usando EmbeddedSpeechConfig. Adicionado em 1.19.0

public SpeechSynthesizer (Microsoft.CognitiveServices.Speech.EmbeddedSpeechConfig speechConfig, Microsoft.CognitiveServices.Speech.Audio.AudioConfig audioConfig);
new Microsoft.CognitiveServices.Speech.SpeechSynthesizer : Microsoft.CognitiveServices.Speech.EmbeddedSpeechConfig * Microsoft.CognitiveServices.Speech.Audio.AudioConfig -> Microsoft.CognitiveServices.Speech.SpeechSynthesizer
Public Sub New (speechConfig As EmbeddedSpeechConfig, audioConfig As AudioConfig)

Parâmetros

speechConfig
EmbeddedSpeechConfig

Configuração de fala inserida

audioConfig
AudioConfig

Configuração de áudio

Aplica-se a

SpeechSynthesizer(HybridSpeechConfig, AudioConfig)

Cria uma nova instância do SpeechSynthesizer usando HybridSpeechConfig.

public SpeechSynthesizer (Microsoft.CognitiveServices.Speech.HybridSpeechConfig speechConfig, Microsoft.CognitiveServices.Speech.Audio.AudioConfig audioConfig);
new Microsoft.CognitiveServices.Speech.SpeechSynthesizer : Microsoft.CognitiveServices.Speech.HybridSpeechConfig * Microsoft.CognitiveServices.Speech.Audio.AudioConfig -> Microsoft.CognitiveServices.Speech.SpeechSynthesizer
Public Sub New (speechConfig As HybridSpeechConfig, audioConfig As AudioConfig)

Parâmetros

speechConfig
HybridSpeechConfig

Configuração de fala híbrida

audioConfig
AudioConfig

Configuração de áudio

Aplica-se a

SpeechSynthesizer(SpeechConfig, AudioConfig)

Cria uma nova instância do SpeechSynthesizer.

public SpeechSynthesizer (Microsoft.CognitiveServices.Speech.SpeechConfig speechConfig, Microsoft.CognitiveServices.Speech.Audio.AudioConfig audioConfig);
new Microsoft.CognitiveServices.Speech.SpeechSynthesizer : Microsoft.CognitiveServices.Speech.SpeechConfig * Microsoft.CognitiveServices.Speech.Audio.AudioConfig -> Microsoft.CognitiveServices.Speech.SpeechSynthesizer
Public Sub New (speechConfig As SpeechConfig, audioConfig As AudioConfig)

Parâmetros

speechConfig
SpeechConfig

Configuração de fala

audioConfig
AudioConfig

Configuração de áudio

Aplica-se a

SpeechSynthesizer(SpeechConfig, AutoDetectSourceLanguageConfig, AudioConfig)

Cria uma nova instância do SpeechSynthesizer. Adicionado em 1.13.0

public SpeechSynthesizer (Microsoft.CognitiveServices.Speech.SpeechConfig speechConfig, Microsoft.CognitiveServices.Speech.AutoDetectSourceLanguageConfig autoDetectSourceLanguageConfig, Microsoft.CognitiveServices.Speech.Audio.AudioConfig audioConfig);
new Microsoft.CognitiveServices.Speech.SpeechSynthesizer : Microsoft.CognitiveServices.Speech.SpeechConfig * Microsoft.CognitiveServices.Speech.AutoDetectSourceLanguageConfig * Microsoft.CognitiveServices.Speech.Audio.AudioConfig -> Microsoft.CognitiveServices.Speech.SpeechSynthesizer
Public Sub New (speechConfig As SpeechConfig, autoDetectSourceLanguageConfig As AutoDetectSourceLanguageConfig, audioConfig As AudioConfig)

Parâmetros

speechConfig
SpeechConfig

Configuração de fala

autoDetectSourceLanguageConfig
AutoDetectSourceLanguageConfig

A configuração de linguagem de origem de detecção automática

audioConfig
AudioConfig

Configuração de áudio

Aplica-se a