Additional Cost Warning
This functionality has ADDITIONAL COSTS associated with it. See pricing details.
Blitline support for Amazons Rekognition Service. Through AWS Rekognition you get get valuable information about faces and items inside an image.
AWS Rekognition is also able to identify faces as well as information about the faces that are present in a image.
You can get this information from your Blitline processed images simply by adding âdetect_facesâ or âdetect_labelsâ to your base JSON.
The resulting JSON will contain the metadata from AWS about those images.
HOW DO I USE IT?
Just add the âdetect_facesâ or âdetect_labelsâ option to your root JSON.
{
"application_id":"YOUR_APP_ID",
"src":"https://s3.amazonaws.com/img.blitline/skysmall.jpg",
"v" : 1.22,
"detect_labels" : true,
"functions":[
{
"name":"resize_to_fit",
"params":{
"width": 400
},
"save":{
"save_profiles" : true,
"image_identifier":"MY_CLIENT_ID"
}
}
]
}
Example: https://www.blitline.com/v3/home/gist?gist_id=e91abd18aaa0731a66ff97c24d6eee0e