cognitive-services-quickstart-code
cognitive-services-quickstart-code copied to clipboard
Code Examples used by the Quickstarts in the Cognitive Services Documentation
## Purpose * ... ## Does this introduce a breaking change? ``` [ ] Yes [x] No ``` ## Pull Request Type What kind of change does this Pull Request...
## Purpose * `AuthenticateTraining` method should not need the parameter `predictionKey`; * `TrainProject` method should return the project object; * `PublishIteration` method requires `iteration` as its parameter; * `TestIteration` method...
https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/919f60ce2078e074d67a6b394382d25943979657/dotnet/ComputerVision/ImageAnalysisQuickstart.cs#L149 Following this example above, I immediately receive a 'BadRequest' on method call. The only difference is the format of my Url argument. Our URL's (pointing to our image CDN)...
> Please provide us with the following information: > --------------------------------------------------------------- ### This issue is for a: (mark with an `x`) ``` - [x ] bug report -> please search issues...
> Please provide us with the following information: > --------------------------------------------------------------- ### This issue is for a: (mark with an `x`) ``` - [x] bug report -> please search issues before...
The code in this file doesn't compile and is a c# quickstart for working with the Face API. https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/dotnet/Face/FaceQuickstart.cs
## Purpose - fixes for typos in `dotnet/Face/FaceQuickstart.cs` file preventing it to compile - check for lenght before getting first index on Candidates array (BUG) ## Does this introduce a...
Fix typo in comments (which also appear in docs.microsoft page)
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...