.NET Speech Recognition

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a .NET technology for Speech Recognition that could be used in a VS
2005 VB environment?
 
Thanks. Nice place to start.

The article states: Provides access to run any properly installed speech
recognition services found on a Windows Desktop system.

Does .NET, XP or Vista have any native Speech Recognition services?
 
Ooops! Found it myself on the control panel of XP and Vista. What about .NET?
Does .NET just access installed services or does it have any of it's own
managed Speech Recognition software?
 
Hello Michael,

As for speech feature support, so far what I've got most is the speech SDK
for ASP.NET server application:


#Welcome to the Microsoft Speech Application SDK
http://msdn2.microsoft.com/en-us/library/ms986944.aspx

#Microsoft Speech Application Software Development Kit 1.1
http://www.microsoft.com/downloads/details.aspx?FamilyId=1194ED95-7A23-46A0-
BBBC-06EF009C053A&displaylang=en

#Speech SDK 5.1
http://www.microsoft.com/downloads/details.aspx?FamilyId=5E86EC97-40A7-453F-
B0EE-6583171B4530&displaylang=en

You can have a look to see whether those technology can be coupled into
your application.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead



==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.



Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================



This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top