SpeechConfig.OutputFormat プロパティ

定義

音声認識の出力形式 (単純または詳細) を取得または設定します。

public Microsoft.CognitiveServices.Speech.OutputFormat OutputFormat { get; set; }
member this.OutputFormat : Microsoft.CognitiveServices.Speech.OutputFormat with get, set
Public Property OutputFormat As OutputFormat

プロパティ値

注釈

この出力形式は、音声認識結果用です。 合成されたオーディオ出力形式を取得/設定するには、 と SetSpeechSynthesisOutputFormat(SpeechSynthesisOutputFormat) を使用SpeechSynthesisOutputFormatします。

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

適用対象