Is Twitter adding face metadata for uploaded images? I just scraped a tweet that added the following keys to entities.media:
{
"features": {
"large": {
"faces": [
{
"x": 419,
"y": 244,
"h": 46,
"w": 46
},
{
"x": 280,
"y": 206,
"h": 55,
"w": 55
},
{
"x": 532,
"y": 236,
"h": 52,
"w": 52
},
{
"x": 158,
"y": 255,
"h": 54,
"w": 54
}
]
},
"medium": {
"faces": [
{
"x": 419,
"y": 244,
"h": 46,
"w": 46
},
{
"x": 280,
"y": 206,
"h": 55,
"w": 55
},
{
"x": 532,
"y": 236,
"h": 52,
"w": 52
},
{
"x": 158,
"y": 255,
"h": 54,
"w": 54
}
]
},
"orig": {
"faces": [
{
"x": 419,
"y": 244,
"h": 46,
"w": 46
},
{
"x": 280,
"y": 206,
"h": 55,
"w": 55
},
{
"x": 532,
"y": 236,
"h": 52,
"w": 52
},
{
"x": 158,
"y": 255,
"h": 54,
"w": 54
}
]
},
"small": {
"faces": [
{
"x": 361,
"y": 210,
"h": 39,
"w": 39
},
{
"x": 241,
"y": 177,
"h": 47,
"w": 47
},
{
"x": 458,
"y": 203,
"h": 44,
"w": 44
},
{
"x": 136,
"y": 219,
"h": 46,
"w": 46
}
]
}
}
}