Are we charged for failed speech synthesis tasks?

0

According to the documentation, a StartSpeechSynthesisTask can fail for a variety of reasons, e.g. InvalidS3KeyException or ServiceFailureException. Would we be charged in those cases? Or would we only be charged if StartSpeechSynthesisTask succeeds?

Vy
asked 4 months ago124 views
1 Answer
1

Hello,

NO ,you will only be charged for a StartSpeechSynthesisTask if it succeeds. If the task fails due to errors like InvalidS3KeyException or ServiceFailureException, you will not be charged for that attempt. The Speech Synthesis task needs to be completed successfully in order to generate billable output. Failed or errored tasks do not result in charges. As with all AWS services, you only pay for successful requests and for the resources actually used.

Let me know if you have any other questions!

Thanks

Abhinav

answered 4 months ago
  • Hi, thank you for your answer! Could you link to the documentation?

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