Partager via


PropertyCollection.SetProperty Méthode

Définition

Surcharges

SetProperty(PropertyId, String)

Définir la valeur d’une propriété.

SetProperty(String, String)

Définir la valeur d’une propriété.

SetProperty(PropertyId, String)

Définir la valeur d’une propriété.

public virtual void SetProperty (Microsoft.CognitiveServices.Speech.PropertyId id, string value);
abstract member SetProperty : Microsoft.CognitiveServices.Speech.PropertyId * string -> unit
override this.SetProperty : Microsoft.CognitiveServices.Speech.PropertyId * string -> unit
Public Overridable Sub SetProperty (id As PropertyId, value As String)

Paramètres

id
PropertyId

ID de la propriété. Voir PropertyId

value
String

valeur à définir

S’applique à

SetProperty(String, String)

Définir la valeur d’une propriété.

public virtual void SetProperty (string propertyName, string value);
abstract member SetProperty : string * string -> unit
override this.SetProperty : string * string -> unit
Public Overridable Sub SetProperty (propertyName As String, value As String)

Paramètres

propertyName
String

Nom de la propriété.

value
String

valeur à définir

S’applique à