Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Microsoft Speech Platform
ISpProperties
ISpProperties sets and retrieves values for the properties of a speech engine.
This interface is currently implemented only by the speech recognition (SR) engine (ISpRecognizer), and can be used to set SR engine properties (see Modify Speech Recognition Engine Properties).
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. |