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