SpeechSynthesizer Constructeurs

Définition

Surcharges

SpeechSynthesizer(EmbeddedSpeechConfig)

Crée un instance de SpeechSynthesizer à l’aide d’EmbeddedSpeechConfig. Ajouté dans la version 1.19.0

SpeechSynthesizer(HybridSpeechConfig)

Crée une instance de SpeechSynthesizer à l’aide d’HybridSpeechConfig.

SpeechSynthesizer(SpeechConfig)

Crée un instance de SpeechSynthesizer.

SpeechSynthesizer(EmbeddedSpeechConfig, AudioConfig)

Crée un instance de SpeechSynthesizer à l’aide d’EmbeddedSpeechConfig. Ajouté dans la version 1.19.0

SpeechSynthesizer(HybridSpeechConfig, AudioConfig)

Crée une instance de SpeechSynthesizer à l’aide d’HybridSpeechConfig.

SpeechSynthesizer(SpeechConfig, AudioConfig)

Crée un instance de SpeechSynthesizer.

SpeechSynthesizer(SpeechConfig, AutoDetectSourceLanguageConfig, AudioConfig)

Crée un instance de SpeechSynthesizer. Ajouté dans la version 1.13.0

SpeechSynthesizer(EmbeddedSpeechConfig)

Crée un instance de SpeechSynthesizer à l’aide d’EmbeddedSpeechConfig. Ajouté dans la version 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)

Paramètres

speechConfig
EmbeddedSpeechConfig

Configuration d’Embedded Speech

S’applique à

SpeechSynthesizer(HybridSpeechConfig)

Crée une instance de SpeechSynthesizer à l’aide d’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)

Paramètres

speechConfig
HybridSpeechConfig

Configuration vocale hybride

S’applique à

SpeechSynthesizer(SpeechConfig)

Crée un instance de 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)

Paramètres

speechConfig
SpeechConfig

Configuration vocale

S’applique à

SpeechSynthesizer(EmbeddedSpeechConfig, AudioConfig)

Crée un instance de SpeechSynthesizer à l’aide d’EmbeddedSpeechConfig. Ajouté dans la version 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)

Paramètres

speechConfig
EmbeddedSpeechConfig

Configuration d’Embedded Speech

audioConfig
AudioConfig

Configuration audio

S’applique à

SpeechSynthesizer(HybridSpeechConfig, AudioConfig)

Crée une instance de SpeechSynthesizer à l’aide d’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)

Paramètres

speechConfig
HybridSpeechConfig

Configuration vocale hybride

audioConfig
AudioConfig

Configuration audio

S’applique à

SpeechSynthesizer(SpeechConfig, AudioConfig)

Crée un instance de 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)

Paramètres

speechConfig
SpeechConfig

Configuration vocale

audioConfig
AudioConfig

Configuration audio

S’applique à

SpeechSynthesizer(SpeechConfig, AutoDetectSourceLanguageConfig, AudioConfig)

Crée un instance de SpeechSynthesizer. Ajouté dans la version 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)

Paramètres

speechConfig
SpeechConfig

Configuration vocale

autoDetectSourceLanguageConfig
AutoDetectSourceLanguageConfig

Configuration de la langue source de détection automatique

audioConfig
AudioConfig

Configuration audio

S’applique à