five

Google Cloud Vision

收藏
RapidAPI2026-03-28 更新2026-03-29 收录
下载链接:
https://rapidapi.com/nexaquency/api/google-cloud-vision4
下载链接
链接失效反馈
官方服务:
资源简介:
Google Cloud Vision API — Powerful image analysis powered by Google's machine learning. Detect objects, read text (OCR), identify faces, landmarks, logos, and more. The same technology behind Google Photos and Google Lens. ## Why Use This API? - **Label Detection** — Identify objects, scenes, and activities in images - **OCR (Text Detection)** — Extract text from images in 100+ languages - **Face Detection** — Detect faces with emotion and landmark analysis - **Landmark Detection** — Identi...
创建时间:
2026-03-28
原始信息汇总

Google Cloud Vision 数据集概述

基本信息

  • 数据集名称:Google Cloud Vision
  • 提供平台:RapidAPI
  • API版本:v1 (current)
  • API创建者:frequency404
  • 订阅者数量:1
  • 类别:Visual Recognition

功能概述

Google Cloud Vision API 是一个由谷歌机器学习驱动的强大图像分析工具。其核心技术应用于 Google Photos 和 Google Lens。

核心功能

  • 标签检测:识别图像中的物体、场景和活动。
  • OCR(文本检测):从图像中提取文本,支持100多种语言。
  • 人脸检测:检测人脸,并提供情绪与特征点分析。
  • 地标检测:识别全球著名地标。
  • 徽标检测:识别品牌徽标。
  • 安全搜索:内容审核(成人内容、暴力内容等)。
  • 对象定位:检测并定位多个对象,提供边界框。
  • 网络检测:在整个网络中查找相似图像。

订阅计划与定价

  • BASIC:$0.00 / 月
  • PRO:$10.00 / 月
  • ULTRA:$100.00 / 月
  • MEGA:$1,000.00 / 月

接口端点

  • 端点vision/analyzeImage
  • 请求方法:POST
  • 基础URL:https://google-cloud-vision.p.rapidapi.com/vision/analyze

快速开始示例

Python 示例

python import requests url = "https://google-cloud-vision.p.rapidapi.com/vision/analyze" headers = { "x-rapidapi-key": "YOUR_RAPIDAPI_KEY", "x-rapidapi-host": "google-cloud-vision.p.rapidapi.com", "Content-Type": "application/json" } payload = { "image_url": "https://example.com/photo.jpg", "features": ["LABEL_DETECTION", "TEXT_DETECTION", "FACE_DETECTION"], "max_results": 10 } response = requests.post(url, json=payload, headers=headers) data = response.json()

处理返回数据...

cURL 示例

bash curl -X POST "https://google-cloud-vision.p.rapidapi.com/vision/analyze" -H "x-rapidapi-key: YOUR_RAPIDAPI_KEY" -H "Content-Type: application/json" -d {"image_url": "https://example.com/photo.jpg", "features": ["LABEL_DETECTION"]}

5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作