From 002fce8e93edd936d4b866118ae6d4c94e5d6744 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Tue, 28 Jul 2020 22:58:12 -0700 Subject: [PATCH] Updated README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2112b4db..ab6e13a6 100644 --- a/README.md +++ b/README.md @@ -1566,6 +1566,9 @@ Returns a count of how many times this person appears in images in the database. #### `photos` Returns a list of PhotoInfo objects representing all photos the person appears in. +#### `face_info` +Returns a list of [FaceInfo](#faceinfo) objects associated with this person sorted by quality score. Highest quality face is result[0] and lowest quality face is result[n]. + #### `json()` Returns a json string representation of the PersonInfo instance.