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

google-cloud-php-vision deprecated ImageAnnotatorClient used in main example #8004

Open
ChrisHSandN opened this issue Jan 10, 2025 · 0 comments

Comments

@ChrisHSandN
Copy link

Steps to reproduce

The example in the README of https://github.com/googleapis/google-cloud-php-vision (and again here: https://cloud.google.com/php/docs/reference/cloud-vision/latest) uses
use Google\Cloud\Vision\V1\ImageAnnotatorClient;

However this has been tagged as deprecated (since Dec 15, 2023) with the message:
@deprecated Please use the new service client {@see \Google\Cloud\Vision\V1\Client\ImageAnnotatorClient}.

Would it be possible to get an update to the README with a similar minimal working example using non deprecated classes?

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

No branches or pull requests

1 participant