Compartir a través de


DialogServiceConfig.SetProperty Método

Definición

Sobrecargas

SetProperty(PropertyId, String)

Establece una propiedad mediante un valor PropertyId.

SetProperty(String, String)

Establece la propiedad por nombre.

SetProperty(PropertyId, String)

Establece una propiedad mediante un valor 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)

Parámetros

id
PropertyId

PropertyId de la propiedad

value
String

Valor de la propiedad

Se aplica a

SetProperty(String, String)

Establece la propiedad por nombre.

public void SetProperty (string name, string value);
member this.SetProperty : string * string -> unit
Public Sub SetProperty (name As String, value As String)

Parámetros

name
String

Nombre de la propiedad

value
String

Valor de la propiedad

Se aplica a