From ec7aff457690f428438e9d7ec97f283fa859e193 Mon Sep 17 00:00:00 2001 From: bryanyang0528 Date: Mon, 7 Aug 2017 19:08:44 +0800 Subject: [PATCH] fixed typo DETECTION --- docs/vision/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vision/index.rst b/docs/vision/index.rst index c69240f792bd..96ca97ec7f97 100644 --- a/docs/vision/index.rst +++ b/docs/vision/index.rst @@ -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