Skip to content

Latest commit

 

History

History

vision

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Cloud Vision API Go samples

This directory contains Cloud Vision API Go samples and utilities.

Samples

Label Detection

See the label detection tutorial in the docs.

Go Code

Detect Content

This example runs the Cloud Vision API content detection routines over a given image.

The content is processed with the following models: faces, labels, landmarks, text, document text, logos, properties, crop hints, web and safe search.

Go Code