joining email talk to text with AWS

0

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

已提问 2 年前247 查看次数
1 回答
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
已回答 2 年前
AWS
支持工程师
已审核 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则