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

Update to v3.1 of the Computer Vision Analyze API #244

Merged
merged 5 commits into from
Oct 26, 2020

Conversation

dkotter
Copy link
Collaborator

@dkotter dkotter commented Oct 22, 2020

Description of the Change

We are currently using the v1.0 Computer Vision Analyze API, while the most recent is v3.1. This PR updates the API endpoint to v3.1.

Testing this locally, I did not run into any issues or regressions with this update. In addition, I've looked through the documentation for each version of the API:

When it comes to the analyze endpoint, no features have been removed and the response(s) provided are the exact same.

The differences are with newly added features:

  • Brands: detects various brands within an image, including the approximate location
  • Objects: detects various objects within an image, including the approximate location

And newly supported languages:

  • Spanish
  • Japanese
  • Portuguese

Alternate Designs

None

Benefits

Ensures we are utilizing the most up-to-date API endpoint

Possible Drawbacks

None

Verification Process

With the plugin properly setup, ensured that all Image Processing functions still worked as expected. This includes getting alt text for images and properly tagging images.

Checklist:

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests passed.

@dkotter dkotter self-assigned this Oct 22, 2020
@jeffpaul jeffpaul added this to the 1.6.0 milestone Oct 22, 2020
dinhtungdu
dinhtungdu previously approved these changes Oct 26, 2020
@jeffpaul jeffpaul merged commit 403907e into develop Oct 26, 2020
@jeffpaul jeffpaul deleted the feature/update-computer-vision-api branch October 26, 2020 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants