Google Text Analytics

(Available from version 7.2 onwards.)

Google Text Analytics Library uses Google’s Natural Language service to process input text and provide Sentiment Analysis, Entity Recognition, Entity Sentiment Analysis, Text Translation, and Content Classification functions.

Use the functions listed below to submit requests to Google Text Analytics. To use a function, you must first create an instance of the appropriate variable type to which to assign the function's response. For example, you must create an instance of a Google Entity Response variable to capture the response to a Google Entity Recognition function. For information on those variable types, see here.

Prerequisites

To use Google Text Analytics, ensure that you have all of the following:

  • An active Google Cloud account. To create an account, see here.

  • An active Internet connection on your machine. The machine on which the automation will be run will also need an active Internet connection.

  • An API key and endpoint for the Google Text Analytics service. (These must be stored in a variable of type Google client credential, see here.)

Functions