Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cognitive_face/face.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down