VRT Visual Recognition Tool
VRT makes it easy to add image analysis to your applications. You provide an image to the API and the service detects objects, people, faces; extracts text (lines and words with geometry), scenes and activities. It provides content moderation API to detect any inappropriate, unwanted, or offensive content. It can also detect celebrities (with their emotions), labels, personal protective…
VRT Visual Recognition Tool endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Recognize Celebrities /celebrities |
Returns a list of celebrities recognized in the input image along with information on bounding box, landmarks, emotions, smile, confidence. Also returns links to additional… |
| POST |
Detect Labels /labels |
Detects instances of real-world entities within an image provided as input. This includes objects like flower, tree, and table; events like wedding, graduation, and birthday… |
| POST |
Detect Protective Equipment /equipment |
Provides information about bounding boxes and confidence for persons and PE detected, scores for the body parts detected, and boolean values and confidence for whether the PE… |
| POST |
Detect Moderation Labels /moderation |
Detects unsafe content in a specified **JPEG** or **PNG** format image. |
| POST |
Detect Text /text |
Detects text in the input image and converts it into machine-readable text. The response contains information about words or lines of text recognized in the image, the location… |
| POST |
Detect Faces /faces |
For each face detected, returns face details. These details include a bounding box of the face, a confidence value (that the bounding box contains a face), and a fixed set of… |