Microsoft Speech Platform
SPADAPTATIONRELEVANCE
New in SAPI 5.3
SPADAPTATIONRELEVANCE defines levels of bias for adaptation settings.
typedef enum SPADAPTATIONRELEVANCE
{
SPAR_Unknown,
SPAR_Low,
SPAR_Medium,
SPAR_High
} SPADAPTATIONRELEVANCE;
Elements
- SPAR_Unknown
- The appropriate bias for the adaptation setting is unknown.
- SPAR_Low
- The bias for the adaptation setting is set to low.
- SPAR_Medium
- The bias for the adaptation setting is set to medium.
- SPAR_High
- The bias for the adaptation setting is set to high.