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

SpeechConfig.SetServiceProperty 方法

定义

启用新服务功能的预览。

public void SetServiceProperty (string name, string value, Microsoft.CognitiveServices.Speech.ServicePropertyChannel channel);
member this.SetServiceProperty : string * string * Microsoft.CognitiveServices.Speech.ServicePropertyChannel -> unit
Public Sub SetServiceProperty (name As String, value As String, channel As ServicePropertyChannel)

参数

name
String

属性名称。

value
String

属性值。

channel
ServicePropertyChannel

用于将指定属性传递给服务的通道。

注解

用于配置处于预览状态且尚未正式发布的服务。 此方法可能会出现在某些预览服务示例中。

适用于