PropertyCollection.SetProperty Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
SetProperty(PropertyId, String) |
Defina o valor de uma propriedade. |
SetProperty(String, String) |
Defina o valor de uma propriedade. |
SetProperty(PropertyId, String)
Defina o valor de uma propriedade.
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)
Parâmetros
- id
- PropertyId
A ID da propriedade. Veja PropertyId
- value
- String
valor a ser definido
Aplica-se a
SetProperty(String, String)
Defina o valor de uma propriedade.
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)
Parâmetros
- propertyName
- String
O nome da propriedade.
- value
- String
valor a ser definido
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET