Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit 6156abf

Browse files
YuichiNukiyamahuxuan
authored andcommitted
Fix comment. (#28)
1 parent 2044352 commit 6156abf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cognitive_face/face.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ def detect(image, face_id=True, landmarks=False, attributes=''):
1919
not. The default value is false.
2020
attributes: [Optional] Analyze and return the one or more specified
2121
face attributes in the comma-separated string like
22-
"returnFaceAttributes=age,gender". Supported face attributes
23-
include age, gender, headPose, smile, facialHair, glasses and
24-
emotion. Note that each face attribute analysis has additional
22+
"age,gender". Supported face attributes include age, gender,
23+
headPose, smile, facialHair, glasses and emotion.
24+
Note that each face attribute analysis has additional
2525
computational and time cost.
2626
2727
Returns:

0 commit comments

Comments
 (0)