LoginSignup
0
0

More than 5 years have passed since last update.

Google Could Vision API

Posted at

What is Cloud Vision API?

Cloud vision API provides powerful image analytics capabilities as easy to use APIs. It enable application developers to build the next generation of application that can see and understand the content within the image. It quickly classifies image into thousand of categories (eg: apple, lion, pencil ....). The service enable the customer to build metadata on their image catalog, moderate offensive content, or enable new marketing scenarios though image sentiment analysis.

The Cloud Vision API Features

  1. Label Detection : Detect broad set of categories within an images, ranging from modes of transportation to animals.
    screenshot.png

  2. FaceDetection and Landmark Detection : Detect multiple face within the images, along with the associated key facial attributes like emotional state or wearing headwear. Facial Recognition is not supported.
    screenshot.png

  3. Explicit Content Detection : detect explicit content like adult content or violence content within the image.
    screenshot.png

  4. Image Attributes : Detect general attributes of the image, such as dominant, colors and appropriate crop hints.
    screenshot.png

  5. Logo Detection : Detect popular product logo within the image.
    screenshot.png

  6. Web Detection : Search on the internet for the similar image.
    screenshot.png

  7. Integrated REST API : Access via REST API to request one or more annotation type per image. Images can be uploaded in the request or integrated with Google Cloud Storage

  8. Optical Character Recognition : Detect and extract text within an image with support for broad range of languages, along with support for automatic language identification.

References

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0