We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ea14a commit 7a46524Copy full SHA for 7a46524
docs/getting-started/_verifying.rst
@@ -33,7 +33,7 @@ Here is a test script:
33
#
34
# If you wish, you can send `transport='grpc'` or `transport='http'`
35
# to change which underlying transport layer is being used.
36
- ia = vision.ImageAnnotator(host='vision.googleapis.com')
+ ia = vision.ImageAnnotatorClient()
37
38
# Send the request to the server and get the response.
39
response = ia.batch_annotate_images({
0 commit comments