Package: googleLanguageR 0.3.1
googleLanguageR: Call Google's 'Natural Language' API, 'Cloud Translation' API, 'Cloud Speech' API and 'Cloud Text-to-Speech' API
Call 'Google Cloud' machine learning APIs for text and speech tasks. Call the 'Cloud Translation' API <https://cloud.google.com/translate> for detection and translation of text, the 'Natural Language' API <https://cloud.google.com/natural-language> to analyse text for sentiment, entities or syntax, the 'Cloud Speech' API <https://cloud.google.com/speech-to-text> to transcribe sound files to text and the 'Cloud Text-to-Speech' API <https://cloud.google.com/text-to-speech> to turn text into sound files.
Authors:
googleLanguageR_0.3.1.tar.gz
googleLanguageR_0.3.1.zip(r-4.6)googleLanguageR_0.3.1.zip(r-4.5)googleLanguageR_0.3.1.zip(r-4.4)
googleLanguageR_0.3.1.tgz(r-4.5-any)googleLanguageR_0.3.1.tgz(r-4.4-any)
googleLanguageR_0.3.1.tar.gz(r-4.6-any)googleLanguageR_0.3.1.tar.gz(r-4.5-any)
googleLanguageR_0.3.1.tgz(r-4.5-emscripten)
googleLanguageR.pdf |googleLanguageR.html✨
googleLanguageR/json (API)
NEWS
# Install 'googleLanguageR' in R: |
install.packages('googleLanguageR', repos = c('https://packages.ropensci.org', 'https://cloud.r-project.org')) |
Reviews:rOpenSci Software Review #127
Bug tracker:https://github.com/ropensci/googlelanguager/issues
Pkgdown site:https://docs.ropensci.org
cloud-speech-apicloud-translation-apigoogle-api-clientgoogle-cloudgoogle-cloud-speechgoogle-nlpgoogleauthrnatural-language-processingpeer-reviewedsentiment-analysisspeech-apitranslation-api
Last updated from:d8357f2a5b (on master). Checks:10 OK. Indexed: yes.
Target | Result | Total time | Artifact |
---|---|---|---|
linux-devel-x86_64 | OK | 151 | |
pkgdown docs | OK | 166 | |
source / vignettes | OK | 172 | |
linux-release-x86_64 | OK | 134 | |
macos-release-arm64 | OK | 95 | |
macos-oldrel-arm64 | OK | 100 | |
windows-devel | OK | 76 | |
windows-release | OK | 99 | |
windows-oldrel | OK | 109 | |
wasm-release | OK | 114 |
Exports:gl_authgl_auto_authgl_nlpgl_speechgl_speech_opgl_talkgl_talk_languagesgl_talk_playergl_talk_shinygl_talk_shinyUIgl_translategl_translate_detectgl_translate_documentgl_translate_languages
Dependencies:askpassassertthatbase64enccachemclicurldigestfastmapfsgarglegluegoogleAuthRhttrjsonlitelifecyclemagrittrmemoisemimeopensslpillarpkgconfigpurrrR6rappdirsrlangsystibbleutf8vctrswithr
Google Cloud Speech-to-Text API
Rendered fromspeech.Rmd
usingknitr::rmarkdown
on Sep 03 2025.Last update: 2025-09-03
Started: 2017-08-10
Google Cloud Text-to-Speech API
Rendered fromtext-to-speech.Rmd
usingknitr::rmarkdown
on Sep 03 2025.Last update: 2025-09-03
Started: 2018-04-05
Google Cloud Translation API
Rendered fromtranslation.Rmd
usingknitr::rmarkdown
on Sep 03 2025.Last update: 2025-09-03
Started: 2017-08-10
Google Natural Language API
Rendered fromnlp.Rmd
usingknitr::rmarkdown
on Sep 03 2025.Last update: 2025-09-03
Started: 2017-08-10
Introduction to googleLanguageR
Rendered fromsetup.Rmd
usingknitr::rmarkdown
on Sep 03 2025.Last update: 2025-09-03
Started: 2017-08-10
Readme and manuals
Help Manual
Help page | Topics |
---|---|
googleLanguageR | googleLanguageR-package googleLanguageR |
Authenticate with Google Language API services | gl_auth gl_auto_auth |
Perform Natural Language Analysis | gl_nlp |
Call Google Speech API | gl_speech |
Get a speech operation | gl_speech_op |
Perform text to speech | gl_talk |
Get a list of voices available for text to speech | gl_talk_languages |
Play audio in a browser | gl_talk_player |
Speak in Shiny module (server) | gl_talk_shiny |
Speak in Shiny module (ui) | gl_talk_shinyUI |
Translate the language of text within a request | gl_translate |
Detect the language of text within a request | gl_translate_detect |
Translate a document via the Google Translate API | gl_translate_document |
Lists languages from Google Translate API | gl_translate_languages |