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

HybridSpeechConfig 类

定义

定义用于语音识别和语音合成的混合 (云和嵌入式) 配置的类。

public sealed class HybridSpeechConfig
type HybridSpeechConfig = class
Public NotInheritable Class HybridSpeechConfig
继承
HybridSpeechConfig

属性

SpeechRecognitionOutputFormat

获取/设置语音识别输出格式 (简单或详细) 。

SpeechSynthesisOutputFormat

获取合成语音的输出格式。 示例值: riff-16khz-16bit-mono-pcm

方法

FromConfigs(SpeechConfig, EmbeddedSpeechConfig)

使用指定的云和嵌入式语音配置创建混合语音配置的实例。

GetProperty(PropertyId)

按 ID 获取属性值。

GetProperty(String)

按名称获取属性值。

SetProperty(PropertyId, String)

按 ID 设置属性值。

SetProperty(String, String)

按名称设置属性值。

SetSpeechSynthesisOutputFormat(SpeechSynthesisOutputFormat)

设置语音合成音频输出格式。

适用于