Skip to content

Instantly share code, notes, and snippets.

{
"labelAnnotations": [
{
"description": "person",
"mid": "/m/01g317",
"score": 0.85619259
},
{
"description": "profession",
"mid": "/m/063km",
@frkout
frkout / main.go
Created February 22, 2016 15:36
GoogleCloudVisionAPI
package main
import(
"golang.org/x/net/context"
"golang.org/x/oauth2/google"
"google.golang.org/api/vision/v1"
"io/ioutil"
"log"
"encoding/base64"
{
"logoAnnotations": [
{
"boundingPoly": {
"vertices": [
{
"x": 13,
"y": 23
},
{