Compartir a través de


EmbeddedSpeechConfig.SetProperty Método

Definición

Sobrecargas

SetProperty(String, String)

Establece un valor de propiedad por nombre.

SetProperty(PropertyId, String)

Establece un valor de propiedad por identificador.

SetProperty(String, String)

Establece un valor de 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 propiedad.

Se aplica a

SetProperty(PropertyId, String)

Establece un valor de propiedad por identificador.

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

Identificador de propiedad.

value
String

Valor de propiedad.

Se aplica a