PropertyCollection.SetProperty Method

Definition

Overloads

SetProperty(PropertyId, String)

Set value of a property.

SetProperty(String, String)

Set value of a property.

SetProperty(PropertyId, String)

Set value of a property.

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)

Parameters

id
PropertyId

The id of property. See PropertyId

value
String

value to set

Applies to

SetProperty(String, String)

Set value of a property.

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)

Parameters

propertyName
String

The name of property.

value
String

value to set

Applies to