SpeechSynthesizer Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SpeechSynthesizer(EmbeddedSpeechConfig) |
Erstellt mithilfe von EmbeddedSpeechConfig eine neue instance von SpeechSynthesizer. Hinzugefügt in 1.19.0 |
SpeechSynthesizer(HybridSpeechConfig) |
Erstellt mithilfe von HybridSpeechConfig eine neue instance von SpeechSynthesizer. |
SpeechSynthesizer(SpeechConfig) |
Erstellt eine neue instance von SpeechSynthesizer. |
SpeechSynthesizer(EmbeddedSpeechConfig, AudioConfig) |
Erstellt mithilfe von EmbeddedSpeechConfig eine neue instance von SpeechSynthesizer. Hinzugefügt in 1.19.0 |
SpeechSynthesizer(HybridSpeechConfig, AudioConfig) |
Erstellt mithilfe von HybridSpeechConfig eine neue instance von SpeechSynthesizer. |
SpeechSynthesizer(SpeechConfig, AudioConfig) |
Erstellt eine neue instance von SpeechSynthesizer. |
SpeechSynthesizer(SpeechConfig, AutoDetectSourceLanguageConfig, AudioConfig) |
Erstellt eine neue instance von SpeechSynthesizer. Hinzugefügt in 1.13.0 |
SpeechSynthesizer(EmbeddedSpeechConfig)
Erstellt mithilfe von EmbeddedSpeechConfig eine neue instance von SpeechSynthesizer. Hinzugefügt in 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)
Parameter
- speechConfig
- EmbeddedSpeechConfig
Eingebettete Sprachkonfiguration
Gilt für:
SpeechSynthesizer(HybridSpeechConfig)
Erstellt mithilfe von HybridSpeechConfig eine neue instance von SpeechSynthesizer.
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)
Parameter
- speechConfig
- HybridSpeechConfig
Hybridsprachkonfiguration
Gilt für:
SpeechSynthesizer(SpeechConfig)
Erstellt eine neue instance von 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)
Parameter
- speechConfig
- SpeechConfig
Sprachkonfiguration
Gilt für:
SpeechSynthesizer(EmbeddedSpeechConfig, AudioConfig)
Erstellt mithilfe von EmbeddedSpeechConfig eine neue instance von SpeechSynthesizer. Hinzugefügt in 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)
Parameter
- speechConfig
- EmbeddedSpeechConfig
Eingebettete Sprachkonfiguration
- audioConfig
- AudioConfig
Audiokonfiguration
Gilt für:
SpeechSynthesizer(HybridSpeechConfig, AudioConfig)
Erstellt mithilfe von HybridSpeechConfig eine neue instance von SpeechSynthesizer.
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)
Parameter
- speechConfig
- HybridSpeechConfig
Hybridsprachkonfiguration
- audioConfig
- AudioConfig
Audiokonfiguration
Gilt für:
SpeechSynthesizer(SpeechConfig, AudioConfig)
Erstellt eine neue instance von 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)
Parameter
- speechConfig
- SpeechConfig
Sprachkonfiguration
- audioConfig
- AudioConfig
Audiokonfiguration
Gilt für:
SpeechSynthesizer(SpeechConfig, AutoDetectSourceLanguageConfig, AudioConfig)
Erstellt eine neue instance von SpeechSynthesizer. Hinzugefügt in 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)
Parameter
- speechConfig
- SpeechConfig
Sprachkonfiguration
- autoDetectSourceLanguageConfig
- AutoDetectSourceLanguageConfig
Konfiguration der Automatischen Erkennung der Quellsprache
- audioConfig
- AudioConfig
Audiokonfiguration
Gilt für:
Azure SDK for .NET