AudioConfig.SetProperty Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET