SpeechConfig.SetProperty Méthode

Définition

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 à