PropertyCollection.SetProperty Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetProperty(PropertyId, String) |
Set value of a property. |
SetProperty(String, String) |
Set value of a property. |
SetProperty(PropertyId, String)
Set value of a property.
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)
Parameters
- id
- PropertyId
The id of property. See PropertyId
- value
- String
value to set
Applies to
SetProperty(String, String)
Set value of a property.
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)
Parameters
- propertyName
- String
The name of property.
- value
- String
value to set
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET