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

TTSMODEINFOW

Declaration

Source position: speech.pas line 3445

type TTSMODEINFOW = record

  gEngineID: TGUID;

  szMfgName: array [0..TTSI_NAMELEN-1] of WideChar;

  szProductName: array [0..TTSI_NAMELEN-1] of WideChar;

  gModeID: TGUID;

  szModeName: array [0..TTSI_NAMELEN-1] of WideChar;

  Language: TLanguageW;

  szSpeaker: array [0..TTSI_NAMELEN-1] of WideChar;

  szStyle: array [0..TTSI_STYLELEN-1] of WideChar;

  wGender: Word;

  wAge: Word;

  dwFeatures: DWORD;

  dwInterfaces: DWORD;

  dwEngineFeatures: DWORD;

end;