Share via


EmbeddedSpeechConfig.GetProperty Methode

Definition

Überlädt

GetProperty(PropertyId)

Ruft einen Eigenschaftswert nach ID ab.

GetProperty(String)

Ruft einen Eigenschaftswert anhand des Namens ab.

GetProperty(PropertyId)

Ruft einen Eigenschaftswert nach ID ab.

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

Parameter

id
PropertyId

Die Parameter-ID.

Gibt zurück

Der Eigenschaftswert.

Gilt für:

GetProperty(String)

Ruft einen Eigenschaftswert anhand des Namens ab.

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

Parameter

name
String

Der Name des Parameters.

Gibt zurück

Der Eigenschaftswert.

Gilt für: