Updated README.md

This commit is contained in:
Rhet Turnbull
2020-07-28 22:58:12 -07:00
parent ef32b1e9bc
commit 002fce8e93

View File

@@ -1566,6 +1566,9 @@ Returns a count of how many times this person appears in images in the database.
#### <a name="personphotos">`photos`</a>
Returns a list of PhotoInfo objects representing all photos the person appears in.
#### <a name="personfaceinfo">`face_info`</a>
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.