Skip to content

SWHackton-Debug/UnionHackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnionHackathon

118.67.129.142:3000

/translate

method:POST
사진에서 추출한 사물의 이름을 번역해서 돌려줍니다.

request

body{  
	source: 원본 언어(en)  
	target: 목표언어(kr)  
	text: 번역할 문장  
}  

response

{  
	"message": {  
		"@type": "response",  
		"@service": "naverservice.nmt.proxy",  
		"@version": "1.0.0",  
		"result": {  
			"srcLangType": "ko",  
			"tarLangType": "en",  
			"translatedText": "ten thousand",  
			"engineType": "PRETRANS",  
			"pivot": null  
		}  
	}  
}  

기획서

https://docs.google.com/spreadsheets/d/1sICoVdmEY2WhP9xWdsvtx5sf0-MiFbCQPmU-wQLQM2Q/edit#gid=280849983

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •