(새 문서: ==개요== <syntaxhighlight lang='bash'> export GOOGLE_APPLICATION_CREDENTIALS="/home/user/Downloads/my-key.json" cat <<EOF > request.json { "q": "The Great Pyramid of Giza (also...) |
|||
(같은 사용자의 중간 판 4개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
==개요== | ==개요== | ||
;구글 번역 API | |||
<syntaxhighlight lang='bash'> | <syntaxhighlight lang='bash'> | ||
export GOOGLE_APPLICATION_CREDENTIALS="/home/user/Downloads/my-key.json" | export GOOGLE_APPLICATION_CREDENTIALS="/home/user/Downloads/my-key.json" | ||
curl -X POST https://translation.googleapis.com/language/translate/v2 \ | |||
curl -X POST \ | |||
-H "Authorization: Bearer "$(gcloud auth application-default print-access-token) \ | -H "Authorization: Bearer "$(gcloud auth application-default print-access-token) \ | ||
-H "Content-Type: application/json; charset=utf-8" \ | -H "Content-Type: application/json; charset=utf-8" \ | ||
-d | -d '{"source": "en", "target": "ko", "format": "text", "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."}' | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<syntaxhighlight lang='console'> | <syntaxhighlight lang='console'> | ||
32번째 줄: | 23번째 줄: | ||
==같이 보기== | ==같이 보기== | ||
* [[번역 API]] | |||
* [[네이버 번역 API]] | * [[네이버 번역 API]] | ||
* [[카카오 번역 API]] | * [[카카오 번역 API]] | ||
39번째 줄: | 31번째 줄: | ||
[[분류: 구글]] | [[분류: 구글]] | ||
[[분류: API]] | [[분류: 번역 API]] |
2021년 3월 17일 (수) 00:05 기준 최신판
1 개요[ | ]
- 구글 번역 API
Bash
Copy
export GOOGLE_APPLICATION_CREDENTIALS="/home/user/Downloads/my-key.json"
curl -X POST https://translation.googleapis.com/language/translate/v2 \
-H "Authorization: Bearer "$(gcloud auth application-default print-access-token) \
-H "Content-Type: application/json; charset=utf-8" \
-d '{"source": "en", "target": "ko", "format": "text", "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."}'
Console
Copy
testuser@localhost:~$ sh test.sh
{
"data": {
"translations": [
{
"translatedText": "기자의 피라미드 (Khufu의 피라미드 또는 Cheops의 피라미드라고도 함)는 기자 피라미드 단지에있는 세 피라미드 중 가장 오래되고 가장 큰 피라미드입니다."
}
]
}
}
2 같이 보기[ | ]
3 참고[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.
- 분류 댓글:
- 구글 (4)
구글 앱스 ―Pinkcrimson
미국 구글 접속방법 ― 역무원확인되지 않은 앱 ― Blingface확인되지 않은 앱 ― Jmnote