Partager via


DialogServiceConfig.SetProperty Méthode

Définition

Surcharges

SetProperty(PropertyId, String)

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

SetProperty(String, String)

Définit la propriété par nom.

SetProperty(PropertyId, String)

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

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 la propriété par nom.

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é

S’applique à