DialogServiceConfig.SetProperty Method

Definition

Overloads

SetProperty(PropertyId, String)

Sets a property using a PropertyId value.

SetProperty(String, String)

Sets the property by name.

SetProperty(PropertyId, String)

Sets a property using a PropertyId value.

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

Parameters

id
PropertyId

PropertyId of the property

value
String

Value of the property

Applies to

SetProperty(String, String)

Sets the property by name.

public void SetProperty (string name, string value);
member this.SetProperty : string * string -> unit
Public Sub SetProperty (name As String, value As String)

Parameters

name
String

Name of the property

value
String

Value of the property

Applies to