Google Vision (Continued....)

Cloud Vision API Features

Main Concern is to "Derive insight from images with our powerful Cloud Vision API"

Label Detection
    Detect broad sets of categories within an image, ranging from modes of transportation to animals.

Explicit Content Detection
    Detect explicit content like adult content or violent content within an image.

Logo Detection
    Detect popular product logos within an image.

Landmark Detection
    Detect popular natural and man-made structures within an image.
 
Optical Character Recognition
    Detect and extract text within an image, with support for a broad range of languages, along with support for automatic language identification.

Face Detection
    Detect multiple faces within an image, along with the associated key facial attributes like emotional state or wearing headwear. Facial Recognition is not supported.

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

Web Detection
    Search the Internet for similar images.

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

Please find more resources on https://cloud.google.com/vision/

Try it on....

Have Fun!!!

Comments

Popular posts from this blog

Android library for displaying complex data structures - "TableView"

Privacy Policy for AndroStockpile

Iterating a HashMap