Share via


SpeechConfig.SetSpeechSynthesisOutputFormat メソッド

定義

音声合成の出力形式を設定します。 1.4.0 で追加

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)。

注釈

オーディオ形式をカスタマイズする」も参照してください

適用対象