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 b987258 commit 37a5479Copy full SHA for 37a5479
docs/vision/index.rst
@@ -62,7 +62,7 @@ You can call the :meth:`annotate_image` method directly:
62
>>> client = vision.ImageAnnotatorClient()
63
>>> response = client.annotate_image({
64
... 'image': {'source': {'image_uri': 'gs://my-test-bucket/image.jpg'}},
65
- ... 'features': [{'type': vision.enums.Feature.Type.FACE_DETECTOIN}],
+ ... 'features': [{'type': vision.enums.Feature.Type.FACE_DETECTION}],
66
... })
67
>>> len(response.annotations)
68
2
0 commit comments