Skip to content

Commit ea22e98

Browse files
authored
docs: update example usage (googleapis#68)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-vision/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [x] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) Fixes googleapis#67 🦕
1 parent f94fb5b commit ea22e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Example Usage
105105
client = vision.ImageAnnotatorClient()
106106
response = client.annotate_image({
107107
'image': {'source': {'image_uri': 'gs://my-test-bucket/image.jpg'}},
108-
'features': [{'type': vision.enums.Feature.Type.FACE_DETECTION}],
108+
'features': [{'type_': vision.Feature.Type.FACE_DETECTION}]
109109
})
110110
111111
Next Steps

0 commit comments

Comments
 (0)