joining email talk to text with AWS

0

How do I begin doing my email (Gmail) talk to text?

asked 2 years ago243 views
1 Answer
0

Hi Dallas,

AWS tools that you can look into for implementing text-to-speech for content within your Gmail emails are Amazon WorkMail, Amazon Lambda, and Amazon Polly.

Amazon WorkMail is an email service that allows handling and receiving of mail from other applications (Gmail in this case) and you to work with them in the AWS workspace. This will allow other AWS services to interact with the contents of your email to implement text-to-speech via Amazon Lambda and Amazon Polly.

Amazon Lambda functions allow you to create functions that trigger on certain events (such as receiving an email). For your purposes, you can have a Lambda function trigger upon a new email being received in Amazon WorkMail and use it to convert text to speech using Amazon Polly.

Amazon Polly is a service that allows text to be transformed into lifelike speech and can be used to implement the text-to-speech requirements of your request.

I've provided a link to the documentation on the services I described above so you have more information on them:

Amazon WorkMail: https://docs.aws.amazon.com/workmail

Amazon Lambda: https://docs.aws.amazon.com/lambda

Amazon Polly: https://docs.aws.amazon.com/polly

Please let us know if this helps! Otherwise, please describe in more detail what you are looking to achieve in implementing text-to-speech in Gmail and AWS and we will do our best to assist you.

Kevin_Z
answered 2 years ago
AWS
SUPPORT ENGINEER
reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions