Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.