Google Cloud Natural
自然语言理解技术,包括情感、实体和句法分析
- 认证方式
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- 分类
- 文本分析
简介
Google Cloud Natural Language 提供 NLU——基于密钥(请求需要真实 GCP 密钥;伪造密钥返回 404,已实测)。
快速开始
需要有效 GCP API 密钥:
curl -X POST "https://language.googleapis.com/v1/documents:analyzeSentiment?key=YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"document":{"type":"PLAIN_TEXT","content":"I love this!"}}'
认证方式
- Google Cloud 项目 + API 密钥(或服务账号)。
- 伪造密钥 → 404(已实测)。
速率限制与注意事项
- Google Cloud 定价(看文档)。
- 情感、实体、语法。
常见问题
Google Cloud Natural 免费吗? Google Cloud 免费层;之后按用量计费。
为什么 404? 伪造密钥返回 404(已实测)——请使用真实 GCP 密钥。
认证风格是什么? GCP API 密钥 / 服务账号。
文本分析 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| apilayer languagelayer Language Detection JSON API supporting 173 languages | OAuth | Yes | Unknown | ↗ |
| Audexum Text-to-speech REST API with 43 voices and 33 languages | API Key | Yes | Yes | ↗ |
| Aylien Text Analysis A collection of information retrieval and natural language APIs | API Key | Yes | Unknown | ↗ |
| Cloudmersive Natural Language Processing Natural language processing and text analysis | API Key | Yes | Yes | ↗ |
| Code Detection Detect, label, format and enrich the code in your app or in your data pipeline | OAuth | Yes | Unknown | ↗ |