Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ComputerVision add tag.hint, make scalars non-nullable #3259

Merged
merged 2 commits into from
Jun 20, 2018

Commits on Jun 18, 2018

  1. ComputerVision add tag.hint

    Hints provided additional info for whole-image analysis tags.
    This PR is to make the Swagger match the service behavior.
    cthrash committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    6492fb4 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. ComputerVision remove non-nullable scalars (#2)

    Generally the objects may be unspecified, but when specified, the scalars
    contained within them, such as confidence scores, are present.
    
    While this is a breaking change w/r/t to v1.0 of the Azure-named SDK, it is
    actually an un-breaking change for our customers who have been using the
    hand-crafted [SDK](https://github.com/microsoft/cognitive-vision-windows), which
    has been the official SDK up to now.
    cthrash authored Jun 19, 2018
    Configuration menu
    Copy the full SHA
    07a72ba View commit details
    Browse the repository at this point in the history