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

IVCmdNotifySinkA

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: speech.pas line 3897

type IVCmdNotifySinkA = interface(IUnknown)

  function CommandRecognize();

  function CommandOther();

  function CommandStart;

  function MenuActivate();

  function UtteranceBegin;

  function UtteranceEnd;

  function VUMeter();

  function AttribChanged();

  function Interference();

end;

Inheritance

IVCmdNotifySinkA

IUnknown

?