4 references to SemanticErrorInfoOffset
System.Speech (4)
Result\RecognizedPhrase.cs (4)
45if (_serializedPhrase.SemanticErrorInfoOffset != 0) 222if (_serializedPhrase.SemanticErrorInfoOffset != 0) 410if (_semantics == null && _serializedPhrase.SemanticErrorInfoOffset == 0) 787SPSEMANTICERRORINFO semanticError = Marshal.PtrToStructure<SPSEMANTICERRORINFO>((nint)smlBuffer + (nint)_serializedPhrase.SemanticErrorInfoOffset)!;