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

PropertyCollection.SetProperty 方法

定义

重载

SetProperty(PropertyId, String)

设置属性的值。

SetProperty(String, String)

设置属性的值。

SetProperty(PropertyId, String)

设置属性的值。

public virtual void SetProperty (Microsoft.CognitiveServices.Speech.PropertyId id, string value);
abstract member SetProperty : Microsoft.CognitiveServices.Speech.PropertyId * string -> unit
override this.SetProperty : Microsoft.CognitiveServices.Speech.PropertyId * string -> unit
Public Overridable Sub SetProperty (id As PropertyId, value As String)

参数

id
PropertyId

属性的 ID。 请参见PropertyId

value
String

要设置的值

适用于

SetProperty(String, String)

设置属性的值。

public virtual void SetProperty (string propertyName, string value);
abstract member SetProperty : string * string -> unit
override this.SetProperty : string * string -> unit
Public Overridable Sub SetProperty (propertyName As String, value As String)

参数

propertyName
String

属性的名称。

value
String

要设置的值

适用于