GCPAWS Vision
The **GCPAWS Vision API** offers a comprehensive suite of features for analyzing images using pre-trained machine learning models. It provides the best of both **Google VCloud ision APIs** and **AWS Rekognition APIs** all under a simplified, consumable interface at a reduced cost. These features allow developers to extract valuable information from images and integrate visual intelligence into…
GCPAWS Vision endpoints
| Method | Endpoint | Description |
|---|---|---|
| gcp | ||
| POST |
face-detection /gcp/vision/FACE_DETECTION |
face-detection |
| POST |
label-detection /gcp/vision/LABEL_DETECTION |
label-detection |
| POST |
text-detection /gcp/vision/TEXT_DETECTION |
- Optical character recognition (OCR) for an image; text recognition and conversion to machine-coded text. Identifies and extracts UTF-8 text in an image. - Images: Optimized for… |
| POST |
safe-search-detection /gcp/vision/SAFE_SEARCH_DETECTION |
safe-search-detection |
| POST |
web-detection /gcp/vision/WEB_DETECTION |
web-detection |
| POST |
logo-detection /gcp/vision/LOGO_DETECTION |
logo-detection |
| POST |
landmark-detection /gcp/vision/LANDMARK_DETECTION |
landmark-detection |
| POST |
image-properties /gcp/vision/IMAGE_PROPERTIES |
- Returns dominant colors in an image. - Each color is represented in the RGBA color space, has a confidence score, and displays the fraction of pixels occupied by the color [0,… |
| POST |
object-localization /gcp/vision/OBJECT_LOCALIZATION |
- Provides general label and bounding box annotations for multiple objects recognized in a single image. - For each object detected the following elements are returned: a textual… |
| POST |
crop-hints /gcp/vision/CROP_HINTS |
- Provides a bounding polygon for the cropped image, a confidence score, and an importance fraction of this salient region with respect to the original image for each request. -… |
| aws | ||
| POST |
face-detect /aws/rekognition/face-detect |
Detects faces within an image that is provided as input. Detects up to 100 faces in the image. For each face detected, the operation returns face details including bounding box… |
| POST |
face-match /aws/rekognition/face-match |
Compare 2 face images and get a similarity score |
| POST |
celebrity-search /aws/rekognition/celebrity-search |
Automatically recognize tens of thousands of well-known personalities in images and videos using machine learning. |
| POST |
content-moderation /aws/rekognition/content-moderation |
Detects unsafe content in a specified JPEG or PNG format image. Use DetectModerationLabels to moderate images depending on your requirements. For example, you might want to… |
| POST |
content-moderation-upload /aws/rekognition/content-moderation/upload |
Detects unsafe content in a specified JPEG or PNG format image. Use DetectModerationLabels to moderate images depending on your requirements. For example, you might want to… |
GCPAWS Vision pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $3.99 / month | 1000 / hour |
|
| ULTRA Recommended | $12.99 / month | — |
|
| MEGA | $29.99 / month | 1000 / minute |
|