Registry / cloud / go-vision

go-vision

JSON →
library1.2.0gogounverified

Go client library for Google Cloud Vision API, enabling image analysis.

go get cloud.google.com/go/vision
INSTALL
IMPORT
SIG · GO-VISION
G
go-vision
cloudgov1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

vision
cloud.google.com/go/vision

Detects labels in an image using the Vision API.

package main import "cloud.google.com/go/vision" func main() { client, _ := vision.NewClient(ctx) _, _ = client.DetectLabels(ctx, "image.jpg", nil, 10) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
go-vision — go get go-vision · libregistry