Microsoft.ProjectOxford.SpeechRecognition-x64
1.0.0.7
dotnet add package Microsoft.ProjectOxford.SpeechRecognition-x64 --version 1.0.0.7
NuGet\Install-Package Microsoft.ProjectOxford.SpeechRecognition-x64 -Version 1.0.0.7
<PackageReference Include="Microsoft.ProjectOxford.SpeechRecognition-x64" Version="1.0.0.7" />
paket add Microsoft.ProjectOxford.SpeechRecognition-x64 --version 1.0.0.7
#r "nuget: Microsoft.ProjectOxford.SpeechRecognition-x64, 1.0.0.7"
// Install Microsoft.ProjectOxford.SpeechRecognition-x64 as a Cake Addin
#addin nuget:?package=Microsoft.ProjectOxford.SpeechRecognition-x64&version=1.0.0.7
// Install Microsoft.ProjectOxford.SpeechRecognition-x64 as a Cake Tool
#tool nuget:?package=Microsoft.ProjectOxford.SpeechRecognition-x64&version=1.0.0.7
We released a new Speech SDK supporting the new Speech Service. The new Speech SDK comes with support for Windows, Android, Linux, Javascript and iOS.
Please check out Microsoft Cognitive Services Speech SDK for documentation, links to the download pages, and the samples.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|
October 2017 Release
- The assemblies are now signed with a strong name.
- Add CreateDataClientWithIntentUsingEndpointUrl() and CreateMicrophoneClientWithIntentUsingEndpointUrl() to support the new LUIS endpoint schema for intent recognition.
June 2017 Release of the Cognitive Service Speech Client Library
- Adds IPv6 support
- Addresses issues with WebSocket close
- Fixed handling of long audio streams
- Fixed issue with StartMicAndRecognition
February 2017 Release of the Cognitive Service Speech Client Library
- Remove deprecation tags for some factory APIs
- Address crashes that may occur under poor network conditions
January 2017 Release of the Cognitive Service Speech Client Library
- Add capability to authorize with regional Cognitive Service STS endpoints
September 2016 Release of the Cognitive Service Speech Client Library
- Transition to new Cognitive Services Authentication for Speech services
March 2016 Release of the Cognitive Service Speech Client Library
- Address a number of stability fixes related to network reconnects
- Address properly attaching to the primary communication device on Windows 10 if multiple microphones devices are available.
- Expose and document all speech error codes returned from the SDK
- Provide support for both primary and secondary Oxford keys
- Improve SDK start time