티스토리 뷰

MS Flow와 구글 번역 API를 이용하여 이메일 번역기를 만들어 보았습니다.

 

1. MS Flow : https://flow.microsoft.com 

 

자동화된 워크플로 및 작업 자동화 | Microsoft Flow

362% 향상된 ROI 70% 절감된 개발 비용 15% 향상된 비즈니스 프로세스 효율성

flow.microsoft.com

Outlook.com 에서 영어가 아닌 이메일 번역 템플릿을 활용

 - 영어, 일어, 스페인어 포함 외국어 메일은 한글로 번역

 - 한글 메일은 영어로 번역

 - MS 번역기 >> 구글 번역기(사용자 지정 커넥터)로 변경

[시나리오]

 1) 메일 수신

 2) 언어 인식 (Google detect language는 유료, MS detect lanauage 무료)

 3) 인식 언어 한글(ko) 판단

 4) 한글이 아니면 한늘로 번역 / 한글이면 영어로 번역

2. Google Translate API

 - Google Cloud Platform https://console.cloud.google.com

 

Google Cloud Platform

 

console.cloud.google.com

 - 리소스 관리 페이지 에서 새 프로젝트 만들기 https://console.cloud.google.com/cloud-resource-manager

 

Google Cloud Platform

하나의 계정으로 모든 Google 서비스를 Google Cloud Platform을 사용하려면 로그인하세요.

accounts.google.com

- API 및 서비스 (https://console.developers.google.com/apis/dashboard) 에서  Cloud Translation API  사용 설정

 

Google Cloud Platform

하나의 계정으로 모든 Google 서비스를 Google Cloud Platform을 사용하려면 로그인하세요.

accounts.google.com

- APIs Explorer https://developers.google.com/apis-explorer/?hl=ko#p/translate/v2/

 

Google APIs Explorer

 

developers.google.com

* language.translations.translate POST 방식 JSON 파일 생성

POST https://translation.googleapis.com/language/translate/v2?fields=translations&key={YOUR_API_KEY}

{

"format": "text",

"q": [

"오늘 날씨는 어떤가요?"

],

"source": "ko",

"target": "en"

}

댓글
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함