HybridSpeechConfig.SetProperty Method

Definition

Overloads

SetProperty(PropertyId, String)

Sets a property value by ID.

SetProperty(String, String)

Sets a property value by name.

SetProperty(PropertyId, String)

Sets a property value by ID.

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

The property id.

value
String

The property value.

Applies to

SetProperty(String, String)

Sets a property value 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

The property name.

value
String

The property value.

Applies to