1 instantiation of SPSERIALIZEDPHRASE
System.Speech (1)
Result\RecognizedPhrase.cs (1)
336
serializedPhrase = new
SPSERIALIZEDPHRASE
(legacyPhrase);
9 references to SPSERIALIZEDPHRASE
System.Speech (9)
Result\RecognitionResult.cs (3)
321
SPSERIALIZEDPHRASE
serializedPhrase = RecognizedPhrase.GetPhraseHeader(phraseBuffer, _header.ulPhraseDataSize, _isSapi53Header);
381
SPSERIALIZEDPHRASE
serializedPhrase = RecognizedPhrase.GetPhraseHeader(phraseBuffer, _header.ulPhraseAltDataSize - (uint)offset, _isSapi53Header);
448
SPSERIALIZEDPHRASE
serializedPhrase = RecognizedPhrase.GetPhraseHeader(coMemSerializedPhrase, uint.MaxValue, _isSapi53Header);
Result\RecognizedPhrase.cs (6)
324
internal static
SPSERIALIZEDPHRASE
GetPhraseHeader(IntPtr phraseBuffer, uint expectedPhraseSize, bool isSapi53Header)
326
SPSERIALIZEDPHRASE
? serializedPhrase;
330
serializedPhrase = Marshal.PtrToStructure<
SPSERIALIZEDPHRASE
>(phraseBuffer);
347
internal void InitializeFromSerializedBuffer(RecognitionResult recoResult,
SPSERIALIZEDPHRASE
serializedPhrase, IntPtr phraseBuffer, int phraseLength, bool isSapi53Header, bool hasIPAPronunciation)
398
internal
SPSERIALIZEDPHRASE
_serializedPhrase = null!;
454
private static List<ResultPropertiesRef> BuildRecoPropertyTree(
SPSERIALIZEDPHRASE
serializedPhrase, IntPtr phraseBuffer, RuleNode ruleTree, IList<RecognizedWordUnit> words, bool isSapi53Header)