Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Update README Example Usage
Browse files Browse the repository at this point in the history
Fixes #67
  • Loading branch information
dylancaponi committed Oct 17, 2020
1 parent f94fb5b commit eda2354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -105,7 +105,7 @@ Example Usage
client = vision.ImageAnnotatorClient()
response = client.annotate_image({
'image': {'source': {'image_uri': 'gs://my-test-bucket/image.jpg'}},
'features': [{'type': vision.enums.Feature.Type.FACE_DETECTION}],
'features': [{'type_': vision.Feature.Type.FACE_DETECTION}]
})
Next Steps
Expand Down

0 comments on commit eda2354

Please sign in to comment.