2 writes to _sapiAudioBlob
System.Speech (2)
Result\RecognitionResult.cs (2)
36
_sapiAudioBlob
= null!;
343
_sapiAudioBlob
= new byte[(int)_header.ulRetainedDataSize];
4 references to _sapiAudioBlob
System.Speech (4)
Result\RecognitionResult.cs (4)
154
int audioLength =
_sapiAudioBlob
.Length;
156
GCHandle gc = GCHandle.Alloc(
_sapiAudioBlob
, GCHandleType.Pinned);
280
[MemberNotNull(nameof(
_sapiAudioBlob
))]
344
Array.Copy(sapiResultBlob, (int)_header.ulRetainedOffset,
_sapiAudioBlob
, 0, (int)_header.ulRetainedDataSize);