Partager via


AudioConfig.SetProperty Méthode

Définition

Surcharges

SetProperty(PropertyId, String)

Définit une propriété à l’aide d’une valeur PropertyId. Ajouté dans 1.10.0

SetProperty(String, String)

Définit une propriété à l’aide d’un nom de chaîne. Ajouté dans 1.10.0

SetProperty(PropertyId, String)

Définit une propriété à l’aide d’une valeur PropertyId. Ajouté dans 1.10.0

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)

Paramètres

id
PropertyId

PropertyId de la propriété

value
String

Valeur de la propriété

S’applique à

SetProperty(String, String)

Définit une propriété à l’aide d’un nom de chaîne. Ajouté dans 1.10.0

public void SetProperty (string name, string value);
member this.SetProperty : string * string -> unit
Public Sub SetProperty (name As String, value As String)

Paramètres

name
String

Nom de la propriété

value
String

Valeur de la propriété

Remarques

Un petit nombre de propriétés sont stockées à l’aide de noms de chaîne. Dans la plupart des cas, vous utiliserez SetProperty(PropertyId, String) à la place de cette méthode.

S’applique à