Conversion of text translated by Google Translator to speech by Amazon Polly

Summary

This article describes a business use case where the text translated by Google Translator will be converted to speech by Amazon Polly.

Prerequisites

  • User should have a working webMethods.io Integration tenant.

  • User should have a working Google and Amazon AWS account.

Steps

  1. Login to webMethods.io Integration tenant and create a FlowService.

  2. Add the Google Translator connector and select the Translate Text operation. Select Custom OAuth under Configure Accounts to add an account. Provide all the required details in the window that appears and click Add.

    Note: Refer to the following article to know more about Google OAuth 2.0 connection in webMethods.io,
    Google OAuth 2.0 Connection in webMethods.io

  3. Click Edit Mapping option in the top right corner to input the values for the selected operation. Provide the required inputs and proceed.

  4. In the next steps add if-else conditions on the basis of translatedText response.

    If Condition

  5. If translatedText is not empty then add the Amazon Polly connector and select startSpeechSynthesisTask operation. Select Create account manually under Configure Accounts to add an account. Provide all the required details in the window that appears and click Add.

  6. Click Edit Mapping option in the top right corner to input the values for the selected operation. Map the translatedText to Text field, provide the other required inputs, and proceed.
    Make sure an existing S3 bucket name is provided for OutputS3BucketName field to store the speech file in the mentioned AWS S3 bucket.

    Else Condition

  7. Else throw an error with a custom message like Text couldn’t be translated

  8. Save and run the flow from the top right corner. Download the speech file from the AWS S3 Console. It will be present in the same AWS S3 bucket provided earlier in step 6.