Skip to content

Commit

Permalink
fixed typo DETECTION (googleapis#3734)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanyang0528 authored and landrito committed Aug 21, 2017
1 parent 89e0c97 commit ea3263e
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 ea3263e

Please sign in to comment.