Compartir a través de


HybridSpeechConfig.GetProperty Método

Definición

Sobrecargas

GetProperty(PropertyId)

Obtiene un valor de propiedad por identificador.

GetProperty(String)

Obtiene un valor de propiedad por nombre.

GetProperty(PropertyId)

Obtiene un valor de propiedad por identificador.

public string GetProperty (Microsoft.CognitiveServices.Speech.PropertyId id);
member this.GetProperty : Microsoft.CognitiveServices.Speech.PropertyId -> string
Public Function GetProperty (id As PropertyId) As String

Parámetros

id
PropertyId

Identificador del parámetro.

Devoluciones

Valor de propiedad.

Se aplica a

GetProperty(String)

Obtiene un valor de propiedad por nombre.

public string GetProperty (string name);
member this.GetProperty : string -> string
Public Function GetProperty (name As String) As String

Parámetros

name
String

El nombre del parámetro.

Devoluciones

Valor de propiedad.

Se aplica a