Skip to content

Commit 289a961

Browse files
bryanyang0528Jon Wayne Parrott
authored andcommitted
fixed typo DETECTION (#3734)
1 parent 3012b5e commit 289a961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vision/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You can call the :meth:`annotate_image` method directly:
6262
>>> client = vision.ImageAnnotatorClient()
6363
>>> response = client.annotate_image({
6464
... 'image': {'source': {'image_uri': 'gs://my-test-bucket/image.jpg'}},
65-
... 'features': [{'type': vision.enums.Feature.Type.FACE_DETECTOIN}],
65+
... 'features': [{'type': vision.enums.Feature.Type.FACE_DETECTION}],
6666
... })
6767
>>> len(response.annotations)
6868
2

0 commit comments

Comments
 (0)