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

ITTSAttributesW

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

Declaration

Source position: speech.pas line 3501

type ITTSAttributesW = interface(IUnknown)

  function PitchGet();

  function PitchSet();

  function RealTimeGet();

  function RealTimeSet();

  function SpeedGet();

  function SpeedSet();

  function VolumeGet();

  function VolumeSet();

end;

Inheritance

ITTSAttributesW

IUnknown

?