[Overview][Constants][Types][Classes][Index] Reference for unit 'Speech' (#crwlib)

NGRAMCGHDR

Declaration

Source position: speech.pas line 2642

type NGRAMCGHDR = record

  dwSize: DWORD;

  dwTotalCounts: QWord;

  adwWordClassID: array [0..3] of DWORD;

  dwNumSequential: DWORD;

  dwNumRandomAccess: DWORD;

  bBackOffProbToken: Byte;

  abFiller: array [0..2] of Byte;

end;