https://translate.google.com/?hl=ko
Google 번역
translate.google.com
https://androidhuman.tistory.com/327
Google Translate API를 이용한 간단 번역기 만들기
이번 강좌에서는 구글번역(Google Translate) API를 이용하여 간단한 번역기를 만드는 것에 대해 알아보도록 하겠습니다. Google Translate API를 사용하기 위해서는 우선 외부 라이브러리를 추가해주어야 합니다...
androidhuman.tistory.com
https://code.google.com/archive/p/google-api-translate-java/downloads
Google Code Archive - Long-term storage for Google Code Project Hosting.
code.google.com
https://cloud.google.com/translate/?hl=ko-KRhttp
Cloud Translation | Google Cloud
Google Cloud Translation을 사용하면 콘텐츠 요구에 따라 선행 학습형 ML 또는 커스텀 ML 모델을 사용해 여러 언어를 동적으로 번역할 수 있습니다.
cloud.google.com
https://cloud.google.com/translate/docs/
Cloud Translation 문서 | Google Cloud
Google 번역과 프로그래매틱 방식으로 통합할 수 있습니다.
cloud.google.com
https://firebase.google.com/docs/ml-kit/android/translate-text?hl=ko
Android에서 ML Kit를 사용하여 텍스트 번역 | Firebase
ML Kit를 사용하여 언어 간에 텍스트를 번역할 수 있습니다. ML Kit는 현재 59개 언어 간의 번역을 지원합니다. 이 API의 사용 예는 GitHub의 ML Kit 빠른 시작 샘플을 참조하세요. 시작하기 전에 아직 추가하지 않았다면 Android 프로젝트에 Firebase를 추가합니다. 프로젝트 수준 build.gradle 파일의 buildscript 및 allprojects 섹션에 Google의 Maven 저장소가 포함되어야 합니다. 모듈(앱 수
firebase.google.com
https://m.blog.naver.com/todangs/220502299275
구글 번역 API (Google Translate API) 안드로이드 적용
구글 번역 API 는 유료 서비스 이다.글자수당으로 계산되고 기본 책정 가격이 1,000,000자 (백만자) 당 ...
blog.naver.com
https://jungwoon.github.io/google%20cloud/2018/01/03/Translation-Api/
Google Cloud의 Traslation API 사용해보기 - Jungwoon Blog
Google Cloud의 Traslation API 사용해보기 개인적으로 구글에서 가장 많이 쓰는 서비스중에 하나인 구글 번역기 API를 이용하는 방법에 대해서 공부해보려고 합니다. 자세한 부분은 공식 문서를 확인해주세요 지원 언어 (2018.01.03 기준) 언어 코드 갈라시아어 gl 구자라트어 gu 그리스어 el 네덜란드어 nl 네팔어 ne 노르웨이어 no 덴마크어 da 독일어 de 라오어 lo 라트비아어 lv 라틴어 la 러시아어 ru 루마니아어 r
jungwoon.github.io
https://yeolco.tistory.com/164
google translate api v3 사용법
GCP(google cloud platform) 생성 및 설정은 생략한다. https://cloud.google.com/gcp/getting-started/?hl=ko 여기를 참고할것! 모든 코드 및 내용은 https://cloud.google.com/translate/docs/quickstart-client..
yeolco.tistory.com
How to use Google Translate API in Android Studio projects?
Cloud Translate API is one of the most useful API which Google offers to developers. Implementation of Cloud Translate API to your project…
medium.com
https://feralcat.xyz/2019/04/03/using-the-google-translate-api-in-your-android-app/
Using the Google Translate API in your Android App | Feral Cat
So, I thought I'd write a quick article on using the Google Translate API in your Android app since most of the articles I found didn't help.
feralcat.xyz
Is it possible to access to google translate api for free?
Google only gives access to their translate API with payment but I want free access. Is it possible to use Google's translate API for free? What are the alternatives?
stackoverflow.com
https://www.codementor.io/@000581/use-the-google-translate-api-for-free-rmxch1s67
Use the Google Translate API for Free | Codementor
The official Google Translate API is available for businesses only but you can use Google Apps Script to create your own Google Language Translation API without having to pay the enterprise license...
www.codementor.io
https://www.labnol.org/code/19909-google-translate-api
How to Use the Google Translate API for Free - Digital Inspiration
The official Google Translate API is available for businesses only but you can use Google Apps Script to create your own Google Language Translation API without having to pay the enterprise license fee. The text can be translated from one language to anoth
www.labnol.org
https://www.c-sharpcorner.com/UploadFile/e14021/language-translator-in-android/
Language Translator and Text-To-Speech in Android
This article explains how to make your own language translator.
www.c-sharpcorner.com
'Android' 카테고리의 다른 글
HttpURLConnection 파일 다운로드 (0) | 2020.04.19 |
---|---|
Android Studio 외부 라이브러리 추가 (0) | 2020.04.19 |
Google Cloud Platform (0) | 2020.04.19 |
WebView (0) | 2020.04.04 |
테마 Dialog (0) | 2020.03.19 |