SPXMLRESULTOPTIONS (Microsoft Speech Platform)
From Microsoft Speech Platform SDK 11
Microsoft Speech Platform
SPXMLRESULTOPTIONS
New in SAPI 5.3
SPXMLRESULTOPTIONS is used to designate whether the main result or the alternates are desired when calling the ISpPhrase2::GetXMLResult or ISpXMLRecoResult::GetXMLResult function.
typedef enum SPXMLRESULTOPTIONS
{
SPXRO_SML,
SPXRO_Alternates_SML
} SPXMLRESULTOPTIONS;
Elements
- SPXRO_SML
- Indicates the main result is desired (the default setting).
- SPXRO_Alternates_SML
- Indicates the alternate results are desired.