Polly键入字符限制问题如何解决?

0

AWS的polly是否有键入字符限制?有的话如何提升限额

profile picture
EXPERT
asked 2 months ago16 views
1 Answer
0

SynthesizeSpeech 操作以近乎实时的方式生成音频,大多数情况下延迟较短。这个API操作只能合成 3000 个字符。如果通过调用异步处理API StartSpeechSynthesisTask, 输入文本可以长度长达 100000 个计费字符。可以请参考处理大量文本的方式:https://docs.aws.amazon.com/zh_cn/polly/latest/dg/asynchronous.html

profile picture
EXPERT
answered 2 months 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