Skip to content

Files

This branch is 2180 commits behind GoogleCloudPlatform/golang-samples:main.

vision

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