Windows error 0x80045052, -2147200942

Detailed Error Information

SPERR_LANGID_MISMATCH[1]

MessageAn attempt to load a CFG grammar with a LANGID different than other loaded grammars.
Declared insperror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[2][3]
DescriptionThe source of the error code is COM/OLE Interface management.[2][3]
Error Code20562 (0x5052)

Questions

0votes
1answer

Russian language recognition in Microsoft Speech API

I would like to play a little bit with Microsoft Speech API. I have found this answer and it works! I have tried to adopt it to recognize Russian language. The grammar file look like this: <GRAMMAR LANGID="419"> <DEFINE> <ID NAME="TEST" VAL="1"/> </DEFINE> <RULE NAME="TEST" TOPLEVEL="ACTIVE"> <L> <P>Привет</P> <P>Пока</P> </L> [...] read more
sapi
microsoft-speech-api

Comments

Leave a comment

(plain text only)

Sources

  1. sperror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0