ProjectOxford-ClientSDK - This repo has moved :house: Visit our website for the latest SDKs & Samples

Overview

This project has moved 🏠

We heard your feedback! This repo has been deprecated and each project has moved to a new home in a repo scoped by API and platform. We believe this is a more effective way for both you and us to make updates and get the latest SDKs & Samples.

You can now find the full list of SDKs and Samples on our website.

Happy coding!

Comments
  • Getting Bad request error for enrolment - Speaker Recognition

    Getting Bad request error for enrolment - Speaker Recognition

    Hi, I've been trying to enroll a voice file for a created profile using the python API. I was able to create a profile and list all profiles successfully. But when I try to enroll a voice (.wav) file with a simple hello world phrase with the created profile, I get the error 'ERROR:root:Error enrolling profile.' which in the trace tells 'Exception: Error enrolling profile: Bad Request'. If needed I can attach the stack trace. Can you help me getting started with this?

    Speaker Recognition 
    opened by rajagopal28 18
  • Universal app support

    Universal app support

    Installing the Emotion NuGet package into a Windows 10 universal application fails with the following error:

    Installing Microsoft.ProjectOxford.Emotion 1.0.0.1.
    Microsoft.ProjectOxford.Emotion 1.0.0.1 is not compatible with UAP,Version=v10.0.
    Some packages are not compatible with UAP,Version=v10.0.
    Microsoft.ProjectOxford.Emotion 1.0.0.1 is not compatible with UAP,Version=v10.0 (win10-arm).
    Some packages are not compatible with UAP,Version=v10.0 (win10-arm).
    Microsoft.ProjectOxford.Emotion 1.0.0.1 is not compatible with UAP,Version=v10.0 (win10-arm-aot).
    Some packages are not compatible with UAP,Version=v10.0 (win10-arm-aot).
    Microsoft.ProjectOxford.Emotion 1.0.0.1 is not compatible with UAP,Version=v10.0 (win10-x86).
    Some packages are not compatible with UAP,Version=v10.0 (win10-x86).
    Microsoft.ProjectOxford.Emotion 1.0.0.1 is not compatible with UAP,Version=v10.0 (win10-x86-aot).
    Some packages are not compatible with UAP,Version=v10.0 (win10-x86-aot).
    Microsoft.ProjectOxford.Emotion 1.0.0.1 is not compatible with UAP,Version=v10.0 (win10-x64).
    Some packages are not compatible with UAP,Version=v10.0 (win10-x64).
    Microsoft.ProjectOxford.Emotion 1.0.0.1 is not compatible with UAP,Version=v10.0 (win10-x64-aot).
    Some packages are not compatible with UAP,Version=v10.0 (win10-x64-aot).
    

    Any plans to support universal apps in the near future?

    Thanks for all the hard work you do, it is awesome!

    György

    opened by balassy 16
  • Could not load file or assembly 'SpeechClient, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format.

    Could not load file or assembly 'SpeechClient, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format.

    I am getting error while selecting any option to start recognition for speech to test project.(https://github.com/Microsoft/ProjectOxford-ClientSDK/tree/master/Speech/SpeechToText) Error :An unhandled exception of type 'System.BadImageFormatException' occurred in PresentationCore.dll

    Additional information: Could not load file or assembly 'SpeechClient, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format.

    I have Azure account and provide primary,secondary subscriptions keys properly. Using x64.

    opened by nvgopika 14
  • AndroidSDK doesn't work on Marshmallow

    AndroidSDK doesn't work on Marshmallow

    I have been able to run the demo on other versions of android. When I attempt to run the demo on a 6.0 device, I get an error toast message and the following output log:

    11-25 11:11:08.190 23946-25068/com.microsoft.AzureIntelligentServicesExample I/NLPLAT: ProcessMessageFailure@297 Message: 'S' has -1421792596 remaining transmit attempts.
    11-25 11:11:08.190 23946-25068/com.microsoft.AzureIntelligentServicesExample I/NLPLAT: ProcessMessageFailure@302 Discarding failed message (name='S')
    11-25 11:11:08.190 23946-25068/com.microsoft.AzureIntelligentServicesExample I/NLPLAT: NotifyMessageFailed@250 Reporting message failure to the observer (name='S')
    11-25 11:11:08.190 23946-25068/com.microsoft.AzureIntelligentServicesExample I/NLPLAT: OnSendMessageFailed@248 Failed to 'hr', HR=8E200002, Failed to send message (name='S')
    11-25 11:11:08.190 23946-25068/com.microsoft.AzureIntelligentServicesExample I/NLPLAT: ProcessTransportError@612 Transport error, hr=8E200002
    11-25 11:11:08.190 23946-25068/com.microsoft.AzureIntelligentServicesExample E/NLPLAT: native error -1910505470
    
    support 
    opened by halissonvit 12
  • FAILED to run the vision c# example

    FAILED to run the vision c# example

    hello every body..

    i followed the steps written here

    https://www.microsoft.com/cognitive-services/en-us/computer-vision-api/documentation/getstarted/getstartedvisionapiforwindows

    i downloaded the codes zip from gethups

    1- the folder Sample-console not found

    2- i tryied the examole inside SAMPLE.WPF and when tring to start the c# project, alot of errors generated like this:

    Error CS0234 The type or namespace name 'ProjectOxford' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) VisionAPI-WPF-Samples C:\Users\khadijah\Documents\Visual Studio 2015\ProjectOxford-ClientSDK-CognitiveServices_1606\Vision\Windows\Sample-WPF\AnalyzeInDomainPage.xaml.cs 43 Active

    do you have any idea please ..

    thanks in advanced.

    opened by khadijah111 10
  • AndroidSDK for Speech fails on Nexus 5 with Android 6.0.1.

    AndroidSDK for Speech fails on Nexus 5 with Android 6.0.1.

    I'm trying to use the speech-to-text functionality through mic and experiencing issues. Would be super grateful to get some help/pointers here.

    The sample app works when built but I am unable to get it work in my own prototype. The very same prototype works on Nexus 5 with 5.1.1.

    I'm using Gradle with the usual compile 'com.microsoft.projectoxford:speechrecognition:0.5.2' clause with libandroid_platform.so copied from SDK into my project's jniLibs/armeabi. Upon calling MicrophoneRecognitionClient.startMicAndRecognition() I get the following error.

    01-07 22:49:23.519 30128-30128/my.app.package I/NLPLAT: Initialize@163 Using local IHost
    01-07 22:49:23.521 30128-30128/my.app.package I/NLPLAT: InitializeFileSystem@20 originating error 0x80070057 from InitializeFileSystem 20
    01-07 22:49:23.526 30128-30128/my.app.package I/NLPLAT: Initialize@522 ServiceUri: https://websockets.platform.bing.com/ws/speech/recognize
    01-07 22:49:24.080 30128-30128/my.app.package I/NLPLAT: OnPreConnect@182 originating error 0x80070057 from OnPreConnect 182
    01-07 22:49:24.080 30128-30128/my.app.package I/NLPLAT: BeginRequest@147 originating error 0x80070057 from BeginRequest 147
    01-07 22:49:24.081 30128-30128/my.app.package I/NLPLAT: CloseInternal@111 
    01-07 22:49:24.082 30128-1067/my.app.package I/NLPLAT: Receive@491 originating error 0x8000ffff from Receive 491
    01-07 22:49:24.082 30128-1067/my.app.package I/NLPLAT: Worker@709 originating error 0x8000ffff from Worker 709
    01-07 22:49:24.082 30128-1067/my.app.package I/NLPLAT: CloseInternal@111 
    01-07 22:49:24.511 30128-30128/my.app.package I/NLPLAT: BeginRequest@149 Refreshing token S
    01-07 22:49:24.511 30128-30128/my.app.package I/NLPLAT: OpenApplicationFile@52 originating error 0x80070057 from OpenApplicationFile 52
    01-07 22:49:24.511 30128-30128/my.app.package I/NLPLAT: AppFileToString@136 originating error 0x80070057 from AppFileToString 136
    01-07 22:49:24.511 30128-30128/my.app.package I/NLPLAT: InitializeRenderer@103 originating error 0x80070057 from InitializeRenderer 103
    01-07 22:49:24.511 30128-30128/my.app.package I/NLPLAT: Initialize@749 Initializing Audio Services
    01-07 22:49:24.512 30128-30128/my.app.package W/AudioRecord: AUDIO_INPUT_FLAG_FAST denied by client; transfer 1, track 16000 Hz, primary 48000 Hz
    01-07 22:49:24.514 30128-30128/my.app.package E/AudioRecord: AudioFlinger could not create record track, status: -1
    01-07 22:49:24.516 30128-30128/my.app.package E/libOpenSLES: android_audioRecorder_realize(0xae3bba00) error creating AudioRecord object; status -1
    01-07 22:49:24.516 30128-30128/my.app.package W/libOpenSLES: Leaving Object::Realize (SL_RESULT_CONTENT_UNSUPPORTED)
    01-07 22:49:24.516 30128-30128/my.app.package I/NLPLAT: Initialize@47 originating error 0x8000ffff from Initialize 47
    01-07 22:49:24.516 30128-30128/my.app.package E/NLPLAT: native error -1910439934
    

    It looks like the library failed to gain access to the audio source, in this case the microphone... Any ideas on how this might be resolved?

    support Bing Speech 
    opened by ykakihara 9
  • Speech Recognition hangs with wave files recorded on iOS

    Speech Recognition hangs with wave files recorded on iOS

    I am successfully using speech recognition using the data client (with and without intent) from a C# service.

    However, if the wave file was recorded on iOS using the AVAudioRecorder class, none of the callbacks get called.

    The difference between these wave files and others is that they have a FLLR chunk in the header, between the regular FMT and data chunks which are commonly found in wave files. If I remove the FLLR chunk, everything works fine. However, the service should probably cope with this natively.

    bug 
    opened by SaqibS 7
  • SpeechClient.dll does not work with Windows Server 2012 R2 Datacenter

    SpeechClient.dll does not work with Windows Server 2012 R2 Datacenter

    I have a ASP.NET deployed on Windows Server 2012. We use HTML5 Speech API to capture user's microphone. These microphone samples are sent to the server using sockets. On the server, we forward this samples to Project Oxford servers using SpeechClient.dll.

    This dll works on Windows 10 and on Azure WebSite. Exception which I get is: System.IO.FileNotFoundException: Could not load file or assembly 'SpeechClient.dll' or one of its dependencies. The specified module could not be found.

    Please Help.

    support 
    opened by parijat1209 6
  • problems on speech sdk for ios

    problems on speech sdk for ios

    Hi,

    I apologize for posting it here, but I couldn't really find an issue tracker for the ios SDK. So, just checking if maybe you guys can help with this, or at least provide me a link where I can find help.

    I am trying to use the ios SDK, but for some reason, the flow doesn't work as it is supposed to.

    I am using the MicrophoneClientWithIntent, but for some reason the method onIntentReceived is not being called as it should.

    Is this a known issue? Any ideas how to workaround it?

    onFinalReponseReceived is called, but there is no information about the intent at that point.

    Thanks,

    support 
    opened by halissonvit 6
  • Do we have a WebSocket API reference for continuous Speech Recognition?

    Do we have a WebSocket API reference for continuous Speech Recognition?

    Hi,

    Speech.JS cannot do continuous recognition as the Partial Response is never received. I believe SpeechClient dll is connecting to Bing WebSocket servers for the continuous recognition to happen. Can't we directly connect to Bing WebSocket servers from HTML5 WebSockets? If so, then where can I find a sample code or a reference to directly connect to the Bing Speech WebSocket servers using JavaScript WebSockets?

    Thanks

    Bing Speech 
    opened by parijat1209 5
  • Speech sdks cannot connect to websocket server

    Speech sdks cannot connect to websocket server

    Both the iOS and Android app hang up at "OnHeadersAvailable@104 Auth token status: 200" after calling createMicrophoneClient method. The same code worked fine one week ago on both platforms.

    The log from iOS console:

    Initialize@522 ServiceUri: https://websockets.platform.bing.com/ws/speech/recognizeInitialize@589 Application Name: com.Microsoft.SpeechRecognitionServerExampleOnPreConnect@182 originating error 0x80070057 from OnPreConnect 182BeginRequest@147 originating error 0x80070057 from BeginRequest 147CloseInternal@111 CloseInternal@111 BeginRequest@149 Refreshing token /token/issueTokenAppFileToString@136 originating error 0x80004005 from AppFileToString 136InitializeRenderer@103 originating error 0x80004005 from InitializeRenderer 103Initialize@749 Initializing Audio ServicesLoadController@1567 Initializing Speech ServicesCUClient@104 Constructing CU client 0x0x7fcb79e23700RefreshState@133 Unable to get the max traffic limit from registry.RefreshState@143 Unable to get the current traffic counter from registry.ReadProperty@1041 originating error 0x8000ffff from ReadProperty 1041GetIdentityPropertyValue@235 GetIdentityPropertyValue 3GetUserAgent@255 Useragent Value iOS Assistant (iOS; 9.2;Phone;ProcessName/AppName=com.Microsoft.SpeechRecognitionServerExample;DeviceType=Near)CreateIHttpSession@98 Created WinHttp session for use by WebSocketChannel hr = (0x0)Init@126 Initializing web socket channel to endpoint https://websockets.platform.bing.com/ws/speech/recognizeInitiateHandshake@630 Initiating websocket connection. m_connection=0x0 host=websockets.platform.bing.com port=443OnHeadersAvailable@104 Auth token status: 200

    The console log from Android:

    02-16 18:12:47.502 12524-12524/? D/dalvikvm: Late-enabling CheckJNI 02-16 18:12:47.619 12524-12524/com.sample.test D/dalvikvm: Trying to load lib /data/data/com.sample.test/lib/libandroid_platform.so 0x41055dc0 02-16 18:12:47.650 12524-12524/com.sample.test D/dalvikvm: Added shared lib /data/data/com.sample.test/lib/libandroid_platform.so 0x41055dc0 02-16 18:12:47.650 12524-12524/com.sample.test D/dalvikvm: No JNI_OnLoad found in /data/data/com.sample.test/lib/libandroid_platform.so 0x41055dc0, skipping init 02-16 18:12:47.650 12524-12524/com.sample.test I/NLPLAT: Initialize@163 Using local IHost 02-16 18:12:47.658 12524-12524/com.sample.test I/NLPLAT: InitializeFileSystem@20 originating error 0x80070057 from InitializeFileSystem 20 02-16 18:12:47.666 12524-12524/com.sample.test I/NLPLAT: Initialize@522 ServiceUri: https://websockets.platform.bing.com/ws/speech/recognize 02-16 18:12:47.806 12524-12524/com.sample.test I/NLPLAT: OnPreConnect@182 originating error 0x80070057 from OnPreConnect 182 02-16 18:12:47.806 12524-12524/com.sample.test I/NLPLAT: BeginRequest@147 originating error 0x80070057 from BeginRequest 147 02-16 18:12:47.814 12524-12524/com.sample.test I/NLPLAT: CloseInternal@111 02-16 18:12:47.814 12524-12565/com.sample.test I/NLPLAT: Receive@491 originating error 0x8000ffff from Receive 491 02-16 18:12:47.814 12524-12565/com.sample.test I/NLPLAT: Worker@709 originating error 0x8000ffff from Worker 709 02-16 18:12:47.814 12524-12565/com.sample.test I/NLPLAT: CloseInternal@111 02-16 18:12:47.908 12524-12524/com.sample.test I/NLPLAT: BeginRequest@149 Refreshing token S 02-16 18:12:47.908 12524-12524/com.sample.test I/NLPLAT: OpenApplicationFile@52 originating error 0x80070057 from OpenApplicationFile 52 02-16 18:12:47.908 12524-12524/com.sample.test I/NLPLAT: AppFileToString@136 originating error 0x80070057 from AppFileToString 136 02-16 18:12:47.908 12524-12524/com.sample.test I/NLPLAT: InitializeRenderer@103 originating error 0x80070057 from InitializeRenderer 103 02-16 18:12:47.908 12524-12524/com.sample.test I/NLPLAT: Initialize@749 Initializing Audio Services 02-16 18:12:47.908 12524-12524/com.sample.test E/ASFDummyExtractor: isASFParserAvailable 02-16 18:12:47.908 12524-12524/com.sample.test W/ASFDummyExtractor: ASF parser is not available 02-16 18:12:47.916 12524-12524/com.sample.test W/libOpenSLES: class OutputMix interface 0 requested but unavailable MPH=43 02-16 18:12:47.924 12524-12524/com.sample.test I/NLPLAT: Load@205 Opening VAD 'raw/vcd/common/grammar/Date.0409.vad.xml' 02-16 18:12:47.924 12524-12524/com.sample.test I/NLPLAT: OpenApplicationFile@52 originating error 0x80070057 from OpenApplicationFile 52 02-16 18:12:47.924 12524-12524/com.sample.test I/NLPLAT: AppFileToString@136 originating error 0x80070057 from AppFileToString 136 02-16 18:12:47.924 12524-12524/com.sample.test I/NLPLAT: Load@207 originating error 0x80070057 from Load 207 02-16 18:12:47.924 12524-12524/com.sample.test I/NLPLAT: SetLocale@104 originating error 0x80070057 from SetLocale 104 02-16 18:12:47.924 12524-12524/com.sample.test I/NLPLAT: LoadController@1570 Initializing Speech Services 02-16 18:12:47.924 12524-12524/com.sample.test I/NLPLAT: CUClient@104 Constructing CU client 0x0x198c558 02-16 18:12:47.924 12524-12524/com.sample.test I/NLPLAT: RefreshState@133 Unable to get the max traffic limit from registry. 02-16 18:12:47.924 12524-12524/com.sample.test I/NLPLAT: RefreshState@143 Unable to get the current traffic counter from registry. 02-16 18:12:47.924 12524-12524/com.sample.test I/NLPLAT: ReadProperty@1041 originating error 0x8000ffff from ReadProperty 1041 02-16 18:12:47.924 12524-12524/com.sample.test I/NLPLAT: GetIdentityPropertyValue@235 GetIdentityPropertyValue 3 02-16 18:12:47.924 12524-12524/com.sample.test I/NLPLAT: GetUserAgent@255 Useragent Value Android Assistant (Android; Unknown;Unknown;ProcessName/AppName=Unknown;DeviceType=Near) 02-16 18:12:47.924 12524-12524/com.sample.test I/NLPLAT: CreateIHttpSession@98 Created WinHttp session for use by WebSocketChannel hr = (0x0) 02-16 18:12:47.924 12524-12524/com.sample.test I/NLPLAT: Init@126 Initializing web socket channel to endpoint https://websockets.platform.bing.com/ws/speech/recognize 02-16 18:12:47.924 12524-12524/com.sample.test I/NLPLAT: InitiateHandshake@630 Initiating websocket connection. m_connection=0x0 host=websockets.platform.bing.com port=443 02-16 18:12:47.971 12524-12571/com.sample.test I/NLPLAT: OnHeadersAvailable@104 Auth token status: 200

    opened by boxfish 5
  • Bump Newtonsoft.Json from 7.0.1 to 13.0.1 in /Speech/TextToSpeech/Samples-Http/QueuingMachine/QueuingMachine

    Bump Newtonsoft.Json from 7.0.1 to 13.0.1 in /Speech/TextToSpeech/Samples-Http/QueuingMachine/QueuingMachine

    Bumps Newtonsoft.Json from 7.0.1 to 13.0.1.

    Release notes

    Sourced from Newtonsoft.Json's releases.

    13.0.1

    • New feature - Add JsonSelectSettings with configuration for a regex timeout
    • Change - Remove portable assemblies from NuGet package
    • Change - JsonReader and JsonSerializer MaxDepth defaults to 64
    • Fix - Fixed throwing missing member error on ignored fields
    • Fix - Fixed various nullable annotations
    • Fix - Fixed annotations not being copied when tokens are cloned
    • Fix - Fixed naming strategy not being used when deserializing dictionary enum keys
    • Fix - Fixed serializing nullable struct dictionaries
    • Fix - Fixed JsonWriter.WriteToken to allow null with string token
    • Fix - Fixed missing error when deserializing JToken with a contract type mismatch
    • Fix - Fixed JTokenWriter when writing comment to an object

    12.0.3

    • New feature - Added support for nullable reference types
    • New feature - Added KebabCaseNamingStrategy
    • Change - Package now uses embedded package icon
    • Fix - Fixed bug when merging JToken with itself
    • Fix - Fixed performance of calling ICustomTypeDescriptor.GetProperties
    • Fix - Fixed serializing Enumerable.Empty and empty arrays on .NET Core 3.0
    • Fix - Fixed deserializing some collection types with constructor
    • Fix - Fixed deserializing IImmutableSet to ImmutableHashSet instead of ImmutableSortedSet
    • Fix - Fixed deserializing IImmutableDictionary to ImmutableDictionary instead of ImmutableSortedDictionary
    • Fix - Fixed deserializing into constructors with more than 256 parameters
    • Fix - Fixed hang when deserializing JTokenReader with preceding comment
    • Fix - Fixed JSONPath scanning with nested indexer
    • Fix - Fixed deserializing incomplete JSON object to JObject
    • Fix - Fixed using StringEnumConverter with naming strategy and specified values

    12.0.2

    • New feature - Added MissingMemberHandling to JsonObjectAttribute and JsonObjectContract
    • New feature - Added constructor to JTokenReader to specify initial path
    • New feature - Added JsonProperty.IsRequiredSpecified
    • New feature - Added JsonContract.InternalConverter
    • Change - Moved embedded debug symbols in NuGet package to a symbol package on NuGet.org
    • Fix - Fixed deserializing nullable struct collections
    • Fix - Fixed memory link when serializing enums to named values
    • Fix - Fixed error when setting JsonLoadSettings.DuplicatePropertyNameHandling to Replace

    12.0.1

    • New feature - Added NuGet package signing
    • New feature - Added Authenticode assembly signing
    • New feature - Added SourceLink support
    • New feature - Added constructors to StringEnumConverter for setting AllowIntegerValue
    • New feature - Added JsonNameTable and JsonTextReader.PropertyNameTable
    • New feature - Added line information to JsonSerializationException
    • New feature - Added JObject.Property overload with a StringComparison
    • New feature - Added JsonMergeSettings.PropertyNameComparison
    • New feature - Added support for multiple Date constructors with JavaScriptDateTimeConverter
    • New feature - Added support for strict equals and strict not equals in JSON Path queries

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
  • Bump Newtonsoft.Json from 8.0.2 to 13.0.1 in /LinguisticAnalysis/Windows/Sample

    Bump Newtonsoft.Json from 8.0.2 to 13.0.1 in /LinguisticAnalysis/Windows/Sample

    Bumps Newtonsoft.Json from 8.0.2 to 13.0.1.

    Release notes

    Sourced from Newtonsoft.Json's releases.

    13.0.1

    • New feature - Add JsonSelectSettings with configuration for a regex timeout
    • Change - Remove portable assemblies from NuGet package
    • Change - JsonReader and JsonSerializer MaxDepth defaults to 64
    • Fix - Fixed throwing missing member error on ignored fields
    • Fix - Fixed various nullable annotations
    • Fix - Fixed annotations not being copied when tokens are cloned
    • Fix - Fixed naming strategy not being used when deserializing dictionary enum keys
    • Fix - Fixed serializing nullable struct dictionaries
    • Fix - Fixed JsonWriter.WriteToken to allow null with string token
    • Fix - Fixed missing error when deserializing JToken with a contract type mismatch
    • Fix - Fixed JTokenWriter when writing comment to an object

    12.0.3

    • New feature - Added support for nullable reference types
    • New feature - Added KebabCaseNamingStrategy
    • Change - Package now uses embedded package icon
    • Fix - Fixed bug when merging JToken with itself
    • Fix - Fixed performance of calling ICustomTypeDescriptor.GetProperties
    • Fix - Fixed serializing Enumerable.Empty and empty arrays on .NET Core 3.0
    • Fix - Fixed deserializing some collection types with constructor
    • Fix - Fixed deserializing IImmutableSet to ImmutableHashSet instead of ImmutableSortedSet
    • Fix - Fixed deserializing IImmutableDictionary to ImmutableDictionary instead of ImmutableSortedDictionary
    • Fix - Fixed deserializing into constructors with more than 256 parameters
    • Fix - Fixed hang when deserializing JTokenReader with preceding comment
    • Fix - Fixed JSONPath scanning with nested indexer
    • Fix - Fixed deserializing incomplete JSON object to JObject
    • Fix - Fixed using StringEnumConverter with naming strategy and specified values

    12.0.2

    • New feature - Added MissingMemberHandling to JsonObjectAttribute and JsonObjectContract
    • New feature - Added constructor to JTokenReader to specify initial path
    • New feature - Added JsonProperty.IsRequiredSpecified
    • New feature - Added JsonContract.InternalConverter
    • Change - Moved embedded debug symbols in NuGet package to a symbol package on NuGet.org
    • Fix - Fixed deserializing nullable struct collections
    • Fix - Fixed memory link when serializing enums to named values
    • Fix - Fixed error when setting JsonLoadSettings.DuplicatePropertyNameHandling to Replace

    12.0.1

    • New feature - Added NuGet package signing
    • New feature - Added Authenticode assembly signing
    • New feature - Added SourceLink support
    • New feature - Added constructors to StringEnumConverter for setting AllowIntegerValue
    • New feature - Added JsonNameTable and JsonTextReader.PropertyNameTable
    • New feature - Added line information to JsonSerializationException
    • New feature - Added JObject.Property overload with a StringComparison
    • New feature - Added JsonMergeSettings.PropertyNameComparison
    • New feature - Added support for multiple Date constructors with JavaScriptDateTimeConverter
    • New feature - Added support for strict equals and strict not equals in JSON Path queries

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
  • Bump Newtonsoft.Json from 6.0.8 to 13.0.1 in /WebLM/Windows/ClientLibrary

    Bump Newtonsoft.Json from 6.0.8 to 13.0.1 in /WebLM/Windows/ClientLibrary

    Bumps Newtonsoft.Json from 6.0.8 to 13.0.1.

    Release notes

    Sourced from Newtonsoft.Json's releases.

    13.0.1

    • New feature - Add JsonSelectSettings with configuration for a regex timeout
    • Change - Remove portable assemblies from NuGet package
    • Change - JsonReader and JsonSerializer MaxDepth defaults to 64
    • Fix - Fixed throwing missing member error on ignored fields
    • Fix - Fixed various nullable annotations
    • Fix - Fixed annotations not being copied when tokens are cloned
    • Fix - Fixed naming strategy not being used when deserializing dictionary enum keys
    • Fix - Fixed serializing nullable struct dictionaries
    • Fix - Fixed JsonWriter.WriteToken to allow null with string token
    • Fix - Fixed missing error when deserializing JToken with a contract type mismatch
    • Fix - Fixed JTokenWriter when writing comment to an object

    12.0.3

    • New feature - Added support for nullable reference types
    • New feature - Added KebabCaseNamingStrategy
    • Change - Package now uses embedded package icon
    • Fix - Fixed bug when merging JToken with itself
    • Fix - Fixed performance of calling ICustomTypeDescriptor.GetProperties
    • Fix - Fixed serializing Enumerable.Empty and empty arrays on .NET Core 3.0
    • Fix - Fixed deserializing some collection types with constructor
    • Fix - Fixed deserializing IImmutableSet to ImmutableHashSet instead of ImmutableSortedSet
    • Fix - Fixed deserializing IImmutableDictionary to ImmutableDictionary instead of ImmutableSortedDictionary
    • Fix - Fixed deserializing into constructors with more than 256 parameters
    • Fix - Fixed hang when deserializing JTokenReader with preceding comment
    • Fix - Fixed JSONPath scanning with nested indexer
    • Fix - Fixed deserializing incomplete JSON object to JObject
    • Fix - Fixed using StringEnumConverter with naming strategy and specified values

    12.0.2

    • New feature - Added MissingMemberHandling to JsonObjectAttribute and JsonObjectContract
    • New feature - Added constructor to JTokenReader to specify initial path
    • New feature - Added JsonProperty.IsRequiredSpecified
    • New feature - Added JsonContract.InternalConverter
    • Change - Moved embedded debug symbols in NuGet package to a symbol package on NuGet.org
    • Fix - Fixed deserializing nullable struct collections
    • Fix - Fixed memory link when serializing enums to named values
    • Fix - Fixed error when setting JsonLoadSettings.DuplicatePropertyNameHandling to Replace

    12.0.1

    • New feature - Added NuGet package signing
    • New feature - Added Authenticode assembly signing
    • New feature - Added SourceLink support
    • New feature - Added constructors to StringEnumConverter for setting AllowIntegerValue
    • New feature - Added JsonNameTable and JsonTextReader.PropertyNameTable
    • New feature - Added line information to JsonSerializationException
    • New feature - Added JObject.Property overload with a StringComparison
    • New feature - Added JsonMergeSettings.PropertyNameComparison
    • New feature - Added support for multiple Date constructors with JavaScriptDateTimeConverter
    • New feature - Added support for strict equals and strict not equals in JSON Path queries

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
  • Bump Newtonsoft.Json from 8.0.2 to 13.0.1 in /Emotion/Windows/Sample-WPF

    Bump Newtonsoft.Json from 8.0.2 to 13.0.1 in /Emotion/Windows/Sample-WPF

    Bumps Newtonsoft.Json from 8.0.2 to 13.0.1.

    Release notes

    Sourced from Newtonsoft.Json's releases.

    13.0.1

    • New feature - Add JsonSelectSettings with configuration for a regex timeout
    • Change - Remove portable assemblies from NuGet package
    • Change - JsonReader and JsonSerializer MaxDepth defaults to 64
    • Fix - Fixed throwing missing member error on ignored fields
    • Fix - Fixed various nullable annotations
    • Fix - Fixed annotations not being copied when tokens are cloned
    • Fix - Fixed naming strategy not being used when deserializing dictionary enum keys
    • Fix - Fixed serializing nullable struct dictionaries
    • Fix - Fixed JsonWriter.WriteToken to allow null with string token
    • Fix - Fixed missing error when deserializing JToken with a contract type mismatch
    • Fix - Fixed JTokenWriter when writing comment to an object

    12.0.3

    • New feature - Added support for nullable reference types
    • New feature - Added KebabCaseNamingStrategy
    • Change - Package now uses embedded package icon
    • Fix - Fixed bug when merging JToken with itself
    • Fix - Fixed performance of calling ICustomTypeDescriptor.GetProperties
    • Fix - Fixed serializing Enumerable.Empty and empty arrays on .NET Core 3.0
    • Fix - Fixed deserializing some collection types with constructor
    • Fix - Fixed deserializing IImmutableSet to ImmutableHashSet instead of ImmutableSortedSet
    • Fix - Fixed deserializing IImmutableDictionary to ImmutableDictionary instead of ImmutableSortedDictionary
    • Fix - Fixed deserializing into constructors with more than 256 parameters
    • Fix - Fixed hang when deserializing JTokenReader with preceding comment
    • Fix - Fixed JSONPath scanning with nested indexer
    • Fix - Fixed deserializing incomplete JSON object to JObject
    • Fix - Fixed using StringEnumConverter with naming strategy and specified values

    12.0.2

    • New feature - Added MissingMemberHandling to JsonObjectAttribute and JsonObjectContract
    • New feature - Added constructor to JTokenReader to specify initial path
    • New feature - Added JsonProperty.IsRequiredSpecified
    • New feature - Added JsonContract.InternalConverter
    • Change - Moved embedded debug symbols in NuGet package to a symbol package on NuGet.org
    • Fix - Fixed deserializing nullable struct collections
    • Fix - Fixed memory link when serializing enums to named values
    • Fix - Fixed error when setting JsonLoadSettings.DuplicatePropertyNameHandling to Replace

    12.0.1

    • New feature - Added NuGet package signing
    • New feature - Added Authenticode assembly signing
    • New feature - Added SourceLink support
    • New feature - Added constructors to StringEnumConverter for setting AllowIntegerValue
    • New feature - Added JsonNameTable and JsonTextReader.PropertyNameTable
    • New feature - Added line information to JsonSerializationException
    • New feature - Added JObject.Property overload with a StringComparison
    • New feature - Added JsonMergeSettings.PropertyNameComparison
    • New feature - Added support for multiple Date constructors with JavaScriptDateTimeConverter
    • New feature - Added support for strict equals and strict not equals in JSON Path queries

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
  • Bump Newtonsoft.Json from 8.0.2 to 13.0.1 in /Video/Windows/Sample-WPF

    Bump Newtonsoft.Json from 8.0.2 to 13.0.1 in /Video/Windows/Sample-WPF

    Bumps Newtonsoft.Json from 8.0.2 to 13.0.1.

    Release notes

    Sourced from Newtonsoft.Json's releases.

    13.0.1

    • New feature - Add JsonSelectSettings with configuration for a regex timeout
    • Change - Remove portable assemblies from NuGet package
    • Change - JsonReader and JsonSerializer MaxDepth defaults to 64
    • Fix - Fixed throwing missing member error on ignored fields
    • Fix - Fixed various nullable annotations
    • Fix - Fixed annotations not being copied when tokens are cloned
    • Fix - Fixed naming strategy not being used when deserializing dictionary enum keys
    • Fix - Fixed serializing nullable struct dictionaries
    • Fix - Fixed JsonWriter.WriteToken to allow null with string token
    • Fix - Fixed missing error when deserializing JToken with a contract type mismatch
    • Fix - Fixed JTokenWriter when writing comment to an object

    12.0.3

    • New feature - Added support for nullable reference types
    • New feature - Added KebabCaseNamingStrategy
    • Change - Package now uses embedded package icon
    • Fix - Fixed bug when merging JToken with itself
    • Fix - Fixed performance of calling ICustomTypeDescriptor.GetProperties
    • Fix - Fixed serializing Enumerable.Empty and empty arrays on .NET Core 3.0
    • Fix - Fixed deserializing some collection types with constructor
    • Fix - Fixed deserializing IImmutableSet to ImmutableHashSet instead of ImmutableSortedSet
    • Fix - Fixed deserializing IImmutableDictionary to ImmutableDictionary instead of ImmutableSortedDictionary
    • Fix - Fixed deserializing into constructors with more than 256 parameters
    • Fix - Fixed hang when deserializing JTokenReader with preceding comment
    • Fix - Fixed JSONPath scanning with nested indexer
    • Fix - Fixed deserializing incomplete JSON object to JObject
    • Fix - Fixed using StringEnumConverter with naming strategy and specified values

    12.0.2

    • New feature - Added MissingMemberHandling to JsonObjectAttribute and JsonObjectContract
    • New feature - Added constructor to JTokenReader to specify initial path
    • New feature - Added JsonProperty.IsRequiredSpecified
    • New feature - Added JsonContract.InternalConverter
    • Change - Moved embedded debug symbols in NuGet package to a symbol package on NuGet.org
    • Fix - Fixed deserializing nullable struct collections
    • Fix - Fixed memory link when serializing enums to named values
    • Fix - Fixed error when setting JsonLoadSettings.DuplicatePropertyNameHandling to Replace

    12.0.1

    • New feature - Added NuGet package signing
    • New feature - Added Authenticode assembly signing
    • New feature - Added SourceLink support
    • New feature - Added constructors to StringEnumConverter for setting AllowIntegerValue
    • New feature - Added JsonNameTable and JsonTextReader.PropertyNameTable
    • New feature - Added line information to JsonSerializationException
    • New feature - Added JObject.Property overload with a StringComparison
    • New feature - Added JsonMergeSettings.PropertyNameComparison
    • New feature - Added support for multiple Date constructors with JavaScriptDateTimeConverter
    • New feature - Added support for strict equals and strict not equals in JSON Path queries

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
  • Bump Newtonsoft.Json from 6.0.8 to 13.0.1 in /WebLM/Windows/Sample

    Bump Newtonsoft.Json from 6.0.8 to 13.0.1 in /WebLM/Windows/Sample

    Bumps Newtonsoft.Json from 6.0.8 to 13.0.1.

    Release notes

    Sourced from Newtonsoft.Json's releases.

    13.0.1

    • New feature - Add JsonSelectSettings with configuration for a regex timeout
    • Change - Remove portable assemblies from NuGet package
    • Change - JsonReader and JsonSerializer MaxDepth defaults to 64
    • Fix - Fixed throwing missing member error on ignored fields
    • Fix - Fixed various nullable annotations
    • Fix - Fixed annotations not being copied when tokens are cloned
    • Fix - Fixed naming strategy not being used when deserializing dictionary enum keys
    • Fix - Fixed serializing nullable struct dictionaries
    • Fix - Fixed JsonWriter.WriteToken to allow null with string token
    • Fix - Fixed missing error when deserializing JToken with a contract type mismatch
    • Fix - Fixed JTokenWriter when writing comment to an object

    12.0.3

    • New feature - Added support for nullable reference types
    • New feature - Added KebabCaseNamingStrategy
    • Change - Package now uses embedded package icon
    • Fix - Fixed bug when merging JToken with itself
    • Fix - Fixed performance of calling ICustomTypeDescriptor.GetProperties
    • Fix - Fixed serializing Enumerable.Empty and empty arrays on .NET Core 3.0
    • Fix - Fixed deserializing some collection types with constructor
    • Fix - Fixed deserializing IImmutableSet to ImmutableHashSet instead of ImmutableSortedSet
    • Fix - Fixed deserializing IImmutableDictionary to ImmutableDictionary instead of ImmutableSortedDictionary
    • Fix - Fixed deserializing into constructors with more than 256 parameters
    • Fix - Fixed hang when deserializing JTokenReader with preceding comment
    • Fix - Fixed JSONPath scanning with nested indexer
    • Fix - Fixed deserializing incomplete JSON object to JObject
    • Fix - Fixed using StringEnumConverter with naming strategy and specified values

    12.0.2

    • New feature - Added MissingMemberHandling to JsonObjectAttribute and JsonObjectContract
    • New feature - Added constructor to JTokenReader to specify initial path
    • New feature - Added JsonProperty.IsRequiredSpecified
    • New feature - Added JsonContract.InternalConverter
    • Change - Moved embedded debug symbols in NuGet package to a symbol package on NuGet.org
    • Fix - Fixed deserializing nullable struct collections
    • Fix - Fixed memory link when serializing enums to named values
    • Fix - Fixed error when setting JsonLoadSettings.DuplicatePropertyNameHandling to Replace

    12.0.1

    • New feature - Added NuGet package signing
    • New feature - Added Authenticode assembly signing
    • New feature - Added SourceLink support
    • New feature - Added constructors to StringEnumConverter for setting AllowIntegerValue
    • New feature - Added JsonNameTable and JsonTextReader.PropertyNameTable
    • New feature - Added line information to JsonSerializationException
    • New feature - Added JObject.Property overload with a StringComparison
    • New feature - Added JsonMergeSettings.PropertyNameComparison
    • New feature - Added support for multiple Date constructors with JavaScriptDateTimeConverter
    • New feature - Added support for strict equals and strict not equals in JSON Path queries

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
Releases(CognitiveServices_1606)
  • CognitiveServices_1606(Jun 7, 2016)

    Common SDK change

    • Fix assembly version issue
    • Change reflected in NuGet package v1.0.308

    Emotion SDK change

    • Fix Python v3 compatibility issues
    • Helper method to list emotions ranked by confidence
    • Change reflected in NuGet package v1.0.310

    Vision SDK change

    • Fix Python v3 compatibility issues
    • Fix result field in AnalysisInDomainResult (Android) (https://github.com/Microsoft/ProjectOxford-ClientSDK/issues/52)
    • Change reflected in NuGet package v1.0.354

    SpeakerRecognition SDK change

    • Improved error-reporting in Python samples (https://github.com/Microsoft/ProjectOxford-ClientSDK/issues/66)

    Face SDK change

    • Fix Python v3 compatibility issues

    Video SDK change

    • Fix Python v3 compatibility issues
    • Update sample C# application to reference the NuGet package
    • Fix in CreateOperationAsync(url) implementation (https://github.com/Microsoft/ProjectOxford-ClientSDK/issues/71)
    • Change reflected in NuGet package v1.0.310

    Speech SDK change

    • Android Speech SDK - Stabilization and performance fixes
    • Speech.JS SDK - Removed authentication requirement for LUIS
    Source code(tar.gz)
    Source code(zip)
  • CognitiveServices_1604_01(Apr 14, 2016)

    Emotion/Common SDK change

    A few changes were made to the Emotion SDK NuGet package to support Xamarin solutions:

    1. The Microsoft.Bcl NuGet dependency was updated to 1.0.21.
    2. A bug was fixed in the path handling code to accommodate deployment on Android. There is no functional change for non-Xamarin users. A new NuGet package for the Emotion SDK v1.0.251 (and its dependent Common package v1.0.250) is available via NuGet.org.

    Vision SDK change

    • A configuration change was made for the Vision API to support Windows Phone 8.1.
    • A new NuGet package for the Vision SDK v1.0.296 is available via NuGet.org.

    Linguistic Analysis SDK change

    • An error in return type in AnalyzeTextResult was corrected. (https://github.com/Microsoft/ProjectOxford-ClientSDK/issues/47).
    • The solution file was tidied up to build cleanly in Visual Studio. (https://github.com/Microsoft/ProjectOxford-ClientSDK/issues/49).
    Source code(tar.gz)
    Source code(zip)
  • CognitiveServices_1604(Apr 9, 2016)

    Speech Android SDK fix:

    • Update Android Speech SDK to OpenSSL v1.0.1s (libandroid_platform.so).
    • Android Speech SDK uses OpenSSL. The older version of this component is found with security vulnerability, and Android Speech SDK is also affected.
    • If you use Speech SDK from Microsoft Cognitive Service, please re-link your app with the updated libandroid_platform.so and re-release your apps as soon as possible. Google Play Store scans apps using OpenSSL. Beginning July 11, 2016, Google Play will block publishing of any new apps or updates that use older versions of OpenSSL.
    • The vulnerabilities of OpenSSL include "logjam" and CVE-2015-3194. The Logjam attack allows a man-in-the-middle attacker to downgrade vulnerable TLS connections to 512-bit export-grade cryptography. This allows the attacker to read and modify any data passed over the connection. Details about other vulnerabilities are available here.

    Video Windows SDK change:

    • Add a new public property VideoServiceClient.Timeout to address the issue that VideoServiceClient.GetResultVideoAsync() may be timeout when downloading large files

    Emotion Jupyter Notebook:

    • Updated Jupyter notebook to demonstrate how users can upload images on the local system for emotion detection

    Face API SDK (Python)

    • Updated Jupyter notebook to demonstrate how users can upload images on the local system for emotion detection

    Computer Vision API SDK (Python)

    • Updated Jupyter notebook to demonstrate how users can upload images on the local system for emotion detection
    Source code(tar.gz)
    Source code(zip)
  • CognitiveServices_1603(Mar 30, 2016)

    Release Summary

    Project Oxford now is part of Microsoft Cognitive Services. Welcome to Microsoft Cognitive Services! Please see more info at: https://www.microsoft.com/cognitive-services

    New client libraries/samples: • Entity Linking Windows client library • Emotion recognition in video • Face iOS Cocoapods and sample • Linguistic Analysis Windows client library and sample • Speech.JS for Speech To Text APIs using JavaScript • Speech to Text/LUIS iOS sample • WebLM (Web Language Model) client library and sample • Jupyter Notebook sample for Emotion, Face and Vision

    Known issues:

    VideoServiceClient.GetResultVideoAsync() may hit timeout when downloading large files

    Workaround:

    Send request directly to the service instead of calling GetResultVideoAsync(). i.e. HttpWebRequest request = HttpWebRequest.CreateHttp(result.ResourceLocation); // result from GetOperationResultAsync() request.Headers.Add("ocp-apim-subscription-key", "[your subscription key]"); WebResponse response = request.GetResponse();

    Time to fix:

    Within a week

    Source code(tar.gz)
    Source code(zip)
  • 1603(Mar 8, 2016)

  • 1601-01(Feb 2, 2016)

  • 201512(Dec 18, 2015)

    Contents:

    • Speaker Recognition API
    • Video API

    Please see more details in: http://blogs.technet.com/b/machinelearning/archive/2015/12/14/now-available-speaker-amp-video-apis-from-microsoft-project-oxford.aspx

    Source code(tar.gz)
    Source code(zip)
  • 1512-2(Dec 18, 2015)

  • v0.5.0(Nov 12, 2015)

    First public release of Project Oxford SDK:

    • Face client library and sample for Windows .NET and Android
    • Computer Vision client library and sample for Windows .NET and Android
    • Speech to Text client library and sample for Windows .NET and Android
    • Text to Speech client library and sample for Windows .NET and Android
    Source code(tar.gz)
    Source code(zip)
Owner
Microsoft
Open source projects and samples from Microsoft
Microsoft
House-GAN++: Generative Adversarial Layout Refinement Network towards Intelligent Computational Agent for Professional Architects

House-GAN++ Code and instructions for our paper: House-GAN++: Generative Adversarial Layout Refinement Network towards Intelligent Computational Agent

null 122 Dec 28, 2022
Boston House Prediction Valuation Tool

Boston-House-Prediction-Valuation-Tool From Below Anlaysis The Valuation Tool is Designed Correlation Matrix Regrssion Analysis Between Target Vs Pred

null 0 Sep 9, 2022
Toontown House CT Edition

Toontown House: Classic Toontown House Classic source that should just work. ❓ W

Open Source Toontown Servers 5 Jan 9, 2022
Price-Prediction-For-a-Dream-Home - A machine learning based linear regression trained model for house price prediction.

Price-Prediction-For-a-Dream-Home ROADMAP TO THIS LINEAR REGRESSION BASED HOUSE PRICE PREDICTION PREDICTION MODEL Import all the dependencies of the p

DIKSHA DESWAL 1 Dec 29, 2021
A web application that provides real time temperature and humidity readings of a house.

About A web application which provides real time temperature and humidity readings of a house. If you're interested in the data collected so far click

Ben Thompson 3 Jan 28, 2022
Automatic voice-synthetised summaries of latest research papers on arXiv

PaperWhisperer PaperWhisperer is a Python application that keeps you up-to-date with research papers. How? It retrieves the latest articles from arXiv

Valerio Velardo 124 Dec 20, 2022
Code samples for my book "Neural Networks and Deep Learning"

Code samples for "Neural Networks and Deep Learning" This repository contains code samples for my book on "Neural Networks and Deep Learning". The cod

Michael Nielsen 13.9k Dec 26, 2022
Like Dirt-Samples, but cleaned up

Clean-Samples Like Dirt-Samples, but cleaned up, with clear provenance and license info (generally a permissive creative commons licence but check the

TidalCycles 39 Nov 30, 2022
PAWS 🐾 Predicting View-Assignments with Support Samples

This repo provides a PyTorch implementation of PAWS (predicting view assignments with support samples), as described in the paper Semi-Supervised Learning of Visual Features by Non-Parametrically Predicting View Assignments with Support Samples.

Facebook Research 437 Dec 23, 2022
Jupyter notebooks for the code samples of the book "Deep Learning with Python"

Jupyter notebooks for the code samples of the book "Deep Learning with Python"

François Chollet 16.2k Dec 30, 2022
Learn about Spice.ai with in-depth samples

Samples Learn about Spice.ai with in-depth samples ServerOps - Learn when to run server maintainance during periods of low load Gardener - Intelligent

Spice.ai 16 Mar 23, 2022
Training Confidence-Calibrated Classifier for Detecting Out-of-Distribution Samples / ICLR 2018

Training Confidence-Calibrated Classifier for Detecting Out-of-Distribution Samples This project is for the paper "Training Confidence-Calibrated Clas

null 168 Nov 29, 2022
NeurIPS 2021, "Fine Samples for Learning with Noisy Labels"

[Official] FINE Samples for Learning with Noisy Labels This repository is the official implementation of "FINE Samples for Learning with Noisy Labels"

mythbuster 27 Dec 23, 2022
Qimera: Data-free Quantization with Synthetic Boundary Supporting Samples

Qimera: Data-free Quantization with Synthetic Boundary Supporting Samples This repository is the official implementation of paper [Qimera: Data-free Q

Kanghyun Choi 21 Nov 3, 2022
The Malware Open-source Threat Intelligence Family dataset contains 3,095 disarmed PE malware samples from 454 families

MOTIF Dataset The Malware Open-source Threat Intelligence Family (MOTIF) dataset contains 3,095 disarmed PE malware samples from 454 families, labeled

Booz Allen Hamilton 112 Dec 13, 2022
Final project for machine learning (CSC 590). Detection of hepatitis C and progression through blood samples.

Hepatitis C Blood Based Detection Final project for machine learning (CSC 590). Dataset from Kaggle. Using data from previous hepatitis C blood panels

Jennefer Maldonado 1 Dec 28, 2021
Analysis of Antarctica sequencing samples contaminated with SARS-CoV-2

Analysis of SARS-CoV-2 reads in sequencing of 2018-2019 Antarctica samples in PRJNA692319 The samples analyzed here are described in this preprint, wh

Jesse Bloom 4 Feb 9, 2022
This repo contains the official code of our work SAM-SLR which won the CVPR 2021 Challenge on Large Scale Signer Independent Isolated Sign Language Recognition.

Skeleton Aware Multi-modal Sign Language Recognition By Songyao Jiang, Bin Sun, Lichen Wang, Yue Bai, Kunpeng Li and Yun Fu. Smile Lab @ Northeastern

Isen (Songyao Jiang) 128 Dec 8, 2022
This is the repo for our work "Towards Persona-Based Empathetic Conversational Models" (EMNLP 2020)

Towards Persona-Based Empathetic Conversational Models (PEC) This is the repo for our work "Towards Persona-Based Empathetic Conversational Models" (E

Zhong Peixiang 35 Nov 17, 2022