Identify Object Attributes and Moderating Content

Learn to detect objects, brands, faces, and moderate content in images.

Detect common objects in images

Object detection in the Image Analysis API works similarly to the object tagging feature with a few differences. When tagging images, the API only returns a list of the detected objects with a confidence measurement. On the contrary, the object detection API also returns the pixel coordinates of a box encapsulating the detected object. We can use this information to derive the relationships between the objects and check whether there are multiple instances of a single object in the image.

Let’s see how object detection works with the following image:

Get hands-on with 1200+ tech skills courses.