HybridSpeechConfig.SetSpeechSynthesisOutputFormat メソッド

定義

音声合成オーディオ出力形式を設定します。

public void SetSpeechSynthesisOutputFormat (Microsoft.CognitiveServices.Speech.SpeechSynthesisOutputFormat format);
member this.SetSpeechSynthesisOutputFormat : Microsoft.CognitiveServices.Speech.SpeechSynthesisOutputFormat -> unit
Public Sub SetSpeechSynthesisOutputFormat (format As SpeechSynthesisOutputFormat)

パラメーター

format
SpeechSynthesisOutputFormat

合成出力形式 ID (例: Riff16Khz16BitMonoPcm)。

適用対象