HybridSpeechConfig.GetProperty Method

Definition

Overloads

GetProperty(PropertyId)

Gets a property value by ID.

GetProperty(String)

Gets a property value by name.

GetProperty(PropertyId)

Gets a property value by ID.

public string GetProperty (Microsoft.CognitiveServices.Speech.PropertyId id);
member this.GetProperty : Microsoft.CognitiveServices.Speech.PropertyId -> string
Public Function GetProperty (id As PropertyId) As String

Parameters

id
PropertyId

The parameter id.

Returns

The property value.

Applies to

GetProperty(String)

Gets a property value by name.

public string GetProperty (string name);
member this.GetProperty : string -> string
Public Function GetProperty (name As String) As String

Parameters

name
String

The parameter name.

Returns

The property value.

Applies to