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