1 instantiation of SPPHRASE
System.Speech (1)
Internal\SapiInterop\SapiRecoInterop.cs (1)
507SPPHRASE spPhrase = new();
5 references to SPPHRASE
System.Speech (5)
Internal\SapiInterop\SapiRecoInterop.cs (3)
507SPPHRASE spPhrase = new(); 508spPhrase.cbSize = (uint)Marshal.SizeOf<SPPHRASE>(); 1031void InitFromPhrase(SPPHRASE pPhrase);
Recognition\RecognizerBase.cs (2)
1899iSpPhrase = SPPHRASE.CreatePhraseFromText(phrase!.Trim(), RecognizerInfo.Culture, out memHandles, out data); 1903iSpPhrase = SPPHRASE.CreatePhraseFromWordUnits(wordUnits, RecognizerInfo.Culture, out memHandles, out data);