Created
July 14, 2025 03:14
-
-
Save charliemeyer2000/2114dca872fa1903b349be670c48eb25 to your computer and use it in GitHub Desktop.
Series PictureData Example Response (fields removed for privacy)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "picture_data": { | |
| "face_detected": "false", | |
| "gender": { | |
| "label": "XXX", | |
| "confidence": 0 | |
| }, | |
| "race": { | |
| "label": "XXX", | |
| "confidence": 0 | |
| }, | |
| "analyzed_at": "XXX", | |
| "error": "XXX" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment