From 17f6aa141d9aca1c32b062b3e30c051588858d97 Mon Sep 17 00:00:00 2001 From: Yuichi Nukiyama Date: Fri, 5 May 2017 19:54:37 +0900 Subject: [PATCH] fix comment --- cognitive_face/face.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cognitive_face/face.py b/cognitive_face/face.py index c7a7fe8..32d4c35 100644 --- a/cognitive_face/face.py +++ b/cognitive_face/face.py @@ -19,9 +19,9 @@ def detect(image, face_id=True, landmarks=False, attributes=''): not. The default value is false. attributes: [Optional] Analyze and return the one or more specified face attributes in the comma-separated string like - "returnFaceAttributes=age,gender". Supported face attributes - include age, gender, headPose, smile, facialHair, glasses and - emotion. Note that each face attribute analysis has additional + "age,gender". Supported face attributes include age, gender, + headPose, smile, facialHair, glasses and emotion. + Note that each face attribute analysis has additional computational and time cost. Returns: