Table of Contents

Function Definition: imagefeatureinfo(feature_type = "object", number = 1, information = "name")

Parameters

NameTypeDescriptionExpected ValuesDefault Value
feature_typestringThe type of feature which needs to be reported."celebrity", "brand", "object", "image tag""object"
numberintThe specific number of the feature you want the information.1 to 1001
informationstringThe specific information required."name", "xPos", "yPos", "width", "height", "confidence""name"

Description

The function reports the name/x position/y position/width/height or confidence of the recognized celebrity/brand/object/image tag. If the number is out of range, then the function will return NULL.

Example

There are no examples documented for this article.