Share via


Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

SPXMLRESULTOPTIONS

Microsoft Speech Platform

SPXMLRESULTOPTIONS is used to designate whether the main result or the alternates are desired when calling the ISpPhrase2::GetXMLResult or ISpXMLRecoResult::GetXMLResult function.

<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>typedef enum SPXMLRESULTOPTIONS</strong> <strong>{</strong> <strong>SPXRO_SML,</strong> <strong>SPXRO_Alternates_SML</strong> <strong>} SPXMLRESULTOPTIONS</strong>; </pre>

Elements

  • SPXRO_SML
    Indicates the main result is desired (the default setting).
  • SPXRO_Alternates_SML
    Indicates the alternate results are desired.