Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I want to know the Details of Interop.SpeechLib.DLL File i.e its Methods, Intefaces, etc in Details. Suppose for eg take some method define its description, properties, etc I want to know it in Detail.

Thanks in Advance.
Posted

1 solution

Are you sure you the namespace System.Speech is not what you want? See http://msdn.microsoft.com/en-us/library/gg145021.aspx[^].

If you still need SpeechLib, do the following:

  1. Create some project, add new reference from the tab "COM", select "Microsoft Speech Object Library".
  2. Click on newly added reference; it will open an Object Browser where you can browse all the types of the library and their detail
  3. Find corresponding items in Microsoft documentation. Start here: http://msdn.microsoft.com/en-us/library/ms723627%28v=vs.85%29.aspx#New_Enumerations[^].


—SA
 
Share this answer
 
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900