You are reading help file online using chmlib.com
|
ISpSREngineSite::ParseFromTransitions parses an ISpPhraseBuilder result from a list of CFG transitions.
HRESULT ParseFromTransitions(
const SPPARSEINFO *pParseInfo,
ISpPhraseBuilder **ppPhrase
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
FAILED (hr) | Appropriate error message. |
This method is called to produce a phrase which can be used to send CFG results back to SAPI. For more details on this method, see the SR Engine Guide.
You are reading help file online using chmlib.com
|