Rekognition的DetectLabels函数不返回Instances信息

0

【以下的问题经过翻译处理】 我正在使用Rekognition的DetectLabels识别ID信息,它只返回标签和置信度。文档中说它也会返回Instances和Parents信息,包括标签的Bounding Box。我使用了演示页面中相同的图片,它会返回所有信息,但是当我调用API方法时,它就不返回了。

profile picture
EXPERT
asked 9 months ago22 views
1 Answer
0

【以下的回答经过翻译处理】 请确保使用最新版本的Rekognition SDK,例如对于Java来说,这是所需的最低SDK版本,具有标签Bounding Box和Hierarchical Taxonomy支持:https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md#111442-2018-11-02

profile picture
EXPERT
answered 9 months 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