SPRESULTTYPE (Windows CE 5.0)

Send Feedback

This enumeration defines result object types.

typedef enum SPRESULTTYPE {  SPRT_CFG = 0,  SPRT_SLM = 1,  SPRT_PROPRIETARY = 2,  SPRT_FALSE_RECOGNITION = (1 << 1)} SPRESULTTYPE;

Elements

  • SPRT_CFG
    Result object is associated with a context-free grammar (CFG).
  • SPRT_SLM
    Result object is associated with a statistical language model (SLM) for dictation.
  • SPRT_PROPRIETARY
    Result object is associated with a proprietary grammar.
  • SPRT_FALSE_RECOGNITION
    Result object is associated with a false recognition.

Requirements

OS Versions: Windows CE .NET 4.1 and later.
Header: Sapiddk.h, Sapiddk.idl.

See Also

SAPI Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.