SPXMLRESULTOPTIONS (SAPI 5.3)
Microsoft Speech API 5.3
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.