DetectLabels doesn't returns instances information

0

Hi,
I'm using detectLabels on an Id Card and it only returns Label Names and Confidence. The documentation says that it also returns Instances and Parents, with the bounding box of the label. I use the same image in the demo page and it returns all the info, but not when I call the API method.

Could you help me please? I tested it with many images.

Regards

asked 5 years ago323 views
2 Answers
0
Accepted Answer

Hi,
Please make sure that you are using the latest version of the Rekognition SDK, for e.g. for Java this is the minimum version of the SDK that is required that has the support for the label bounding boxes and hierarchical taxonomy: https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md#111442-2018-11-02

Thanks

answered 5 years ago
0

Thanks! I was using using an old version of aws-sdk-php

:D

answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions