December 2018
Intermediate to advanced
274 pages
7h 46m
English
The Vision API can detect and extract information about entities within an image, across a broad group of categories. Labels can identify objects, locations, activities, animal species, products, and more. Labels are returned in English only.
The image whose label is to be determined and the features of the Google Vision that we intend to use needs to be sent in the request API. The feature can be any of the features listed in the Features of Google Cloud Vision section, such as label detection or logo detection. If there is any additional image context that needs to be sent across along with the image, it can be sent as an additional parameter. The request API JSON format is provided here:
{ "image": { object(Image)// ...Read now
Unlock full access