SpeechConfig.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 la valeur d’une propriété spécifiée par une valeur dans l’énumération PropertyId . Ajouté dans la version 1.3.0 |
SetProperty(String, String) |
Définit une propriété à l’aide d’un nom de chaîne. |
SetProperty(PropertyId, String)
Définit la valeur d’une propriété spécifiée par une valeur dans l’énumération PropertyId . Ajouté dans la version 1.3.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
Nouvelle valeur de la propriété
S’applique à
SetProperty(String, String)
Définit une propriété à l’aide d’un nom de chaîne.
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)** au lieu de cette méthode.
S’applique à
Azure SDK for .NET