4 references to SPSEMANTICERRORINFO
System.Speech (4)
Internal\SapiInterop\SapiRecoInterop.cs (2)
974void GetXMLErrorInfo(out SPSEMANTICERRORINFO pSemanticErrorInfo); 988void GetXMLErrorInfo(out SPSEMANTICERRORINFO pSemanticErrorInfo);
Result\RecognizedPhrase.cs (2)
787SPSEMANTICERRORINFO semanticError = Marshal.PtrToStructure<SPSEMANTICERRORINFO>((nint)smlBuffer + (nint)_serializedPhrase.SemanticErrorInfoOffset)!;