SpeechSynthesizer コンストラクター

定義

オーバーロード

SpeechSynthesizer(EmbeddedSpeechConfig)

EmbeddedSpeechConfig を使用して SpeechSynthesizer の新しいインスタンスを作成します。 1.19.0 で追加

SpeechSynthesizer(HybridSpeechConfig)

HybridSpeechConfig を使用して SpeechSynthesizer の新しいインスタンスを作成します。

SpeechSynthesizer(SpeechConfig)

SpeechSynthesizer の新しいインスタンスを作成します。

SpeechSynthesizer(EmbeddedSpeechConfig, AudioConfig)

EmbeddedSpeechConfig を使用して SpeechSynthesizer の新しいインスタンスを作成します。 1.19.0 で追加

SpeechSynthesizer(HybridSpeechConfig, AudioConfig)

HybridSpeechConfig を使用して SpeechSynthesizer の新しいインスタンスを作成します。

SpeechSynthesizer(SpeechConfig, AudioConfig)

SpeechSynthesizer の新しいインスタンスを作成します。

SpeechSynthesizer(SpeechConfig, AutoDetectSourceLanguageConfig, AudioConfig)

SpeechSynthesizer の新しいインスタンスを作成します。 1.13.0 で追加

SpeechSynthesizer(EmbeddedSpeechConfig)

EmbeddedSpeechConfig を使用して SpeechSynthesizer の新しいインスタンスを作成します。 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)

パラメーター

speechConfig
EmbeddedSpeechConfig

埋め込み音声の構成

適用対象

SpeechSynthesizer(HybridSpeechConfig)

HybridSpeechConfig を使用して 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)

パラメーター

speechConfig
HybridSpeechConfig

ハイブリッド音声の構成

適用対象

SpeechSynthesizer(SpeechConfig)

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)

パラメーター

speechConfig
SpeechConfig

音声の構成

適用対象

SpeechSynthesizer(EmbeddedSpeechConfig, AudioConfig)

EmbeddedSpeechConfig を使用して SpeechSynthesizer の新しいインスタンスを作成します。 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)

パラメーター

speechConfig
EmbeddedSpeechConfig

埋め込み音声の構成

audioConfig
AudioConfig

オーディオ構成

適用対象

SpeechSynthesizer(HybridSpeechConfig, AudioConfig)

HybridSpeechConfig を使用して 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)

パラメーター

speechConfig
HybridSpeechConfig

ハイブリッド音声の構成

audioConfig
AudioConfig

オーディオ構成

適用対象

SpeechSynthesizer(SpeechConfig, AudioConfig)

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)

パラメーター

speechConfig
SpeechConfig

音声の構成

audioConfig
AudioConfig

オーディオ構成

適用対象

SpeechSynthesizer(SpeechConfig, AutoDetectSourceLanguageConfig, AudioConfig)

SpeechSynthesizer の新しいインスタンスを作成します。 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)

パラメーター

speechConfig
SpeechConfig

音声の構成

autoDetectSourceLanguageConfig
AutoDetectSourceLanguageConfig

ソース言語の自動検出の構成

audioConfig
AudioConfig

オーディオ構成

適用対象