This topic has not yet been rated - Rate this topic

SPXMLRESULTOPTIONS (SAPI 5.3)

Speech API 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.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.