Skip to content

Commit

Permalink
fixed typo DETECTION
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Yang authored and Bryan Yang committed Aug 7, 2017
1 parent 3012b5e commit cc9375b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vision/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ You can call the :meth:`annotate_image` method directly:
>>> client = vision.ImageAnnotatorClient()
>>> response = client.annotate_image({
... 'image': {'source': {'image_uri': 'gs://my-test-bucket/image.jpg'}},
... 'features': [{'type': vision.enums.Feature.Type.FACE_DETECTOIN}],
... 'features': [{'type': vision.enums.Feature.Type.FACE_DETECTION}],
... })
>>> len(response.annotations)
2
Expand Down

0 comments on commit cc9375b

Please sign in to comment.