SpeechConfig.getProperty Method
Definition
Overloads
getProperty(PropertyId id) |
Gets the property by propertyId. Added in version 1.3.0. |
getProperty(String name) |
Gets a named property as value. |
getProperty(PropertyId id)
Gets the property by propertyId. Added in version 1.3.0.
public String getProperty(PropertyId id)
Parameters
- id
- PropertyId
PropertyId of the property.
Returns
String
The value.
getProperty(String name)
Gets a named property as value.
public String getProperty(String name)
Parameters
- name
- String
the name of the property.
Returns
String
The value.