你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

属性值

注解

此输出格式用于语音识别结果。 使用 SpeechSynthesisOutputFormatSetSpeechSynthesisOutputFormat(SpeechSynthesisOutputFormat) 获取/设置合成音频输出格式。

另请参阅: 自定义音频格式

适用于