Partager via


EmbeddedSpeechConfig.GetProperty Méthode

Définition

Surcharges

GetProperty(PropertyId)

Obtient une valeur de propriété par ID.

GetProperty(String)

Obtient une valeur de propriété par nom.

GetProperty(PropertyId)

Obtient une valeur de propriété par 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

Paramètres

id
PropertyId

ID de paramètre.

Retours

Valeur de la propriété.

S’applique à

GetProperty(String)

Obtient une valeur de propriété par nom.

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

Paramètres

name
String

Le nom du paramètre.

Retours

Valeur de la propriété.

S’applique à