Microsoft Speech Platform
ISpProperties
ISpProperties sets and retrieves property attribute information.
This interface is currently implemented only by the SR engine (ISpRecognizer), and can be used for setting SR engine properties (see SAPI 5.0 SR Properties White Paper).
Methods in Vtable Order
ISpProperties Methods | Description |
---|---|
SetPropertyNum | Sets a numeric property corresponding to the specified name. |
GetPropertyNum | Retrieves a numeric value specified by the named key. |
SetPropertyString | Sets a text property corresponding to the specified name. |
GetPropertyString | Retrieves the string value corresponding to the specified key name. |