mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
66 lines
1.5 KiB
Text
66 lines
1.5 KiB
Text
NAME
|
|
gcloud ml vision - use Google Cloud Vision to analyze images
|
|
|
|
SYNOPSIS
|
|
gcloud ml vision COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Use Google Cloud Vision to analyze images.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
detect-document
|
|
Detect dense text in an image.
|
|
|
|
detect-faces
|
|
Detect faces within an image.
|
|
|
|
detect-image-properties
|
|
Detect general attributes of an image.
|
|
|
|
detect-labels
|
|
Detect broad sets of categories within an image.
|
|
|
|
detect-landmarks
|
|
Detect popular natural and man-made structures within an image.
|
|
|
|
detect-logos
|
|
Detect popular product logos within an image.
|
|
|
|
detect-objects
|
|
Detect and extract multiple objects in an image with object
|
|
localization.
|
|
|
|
detect-safe-search
|
|
Detect explicit content in an image.
|
|
|
|
detect-text
|
|
Detect and extract text within an image.
|
|
|
|
detect-text-pdf
|
|
Detect and transcribe text from PDF files stored in Google Cloud
|
|
Storage.
|
|
|
|
detect-text-tiff
|
|
Detect and transcribe text from TIFF files stored in Google Cloud
|
|
Storage.
|
|
|
|
detect-web
|
|
Detect entities in an image from similar images on the web.
|
|
|
|
suggest-crop
|
|
Suggest a bounding box in an image.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha ml vision
|
|
|
|
$ gcloud beta ml vision
|
|
|