测试Google Cloud Translation API v2
- 事先申请api key,免费额度足够用了(每月50w字符)
- curl测试
curl -s -X POST -H "Content-Type: application/json" \ \
--data "{
'q': 'The Great Pyramid of Giza (also known as the Pyramid of Khufu or the
Pyramid of Cheops) is the oldest and largest of the three pyramids in
the Giza pyramid complex.',
'source': 'en',
'target': 'es',
'format': 'text'
}" "https://translation.googleapis.com/language/translate/v2?key=XXXXXXXXXXXXXXXXXXXXXXXXXX"
reference
Updated: 2022-12-10 17:49
Created: 2022-07-03 10:33