私はAzureのBing Speech APIに問題があります。テキストの長さが1000文字を超えていて、音声が生成されない場合、テキストを生成する別の方法はありますか? SSML入力がサポートされているものよりも大きい場合に返されます -413エラーbing speech
HTTP/413 RequestEntityTooLargeは:ここでは
java.io.IOException: Server returned HTTP response code: 413 for URL: https://speech.platform.bing.com/synthesize at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) at com.microsoft.cognitiveservices.ttssample.TTSService.Synthesize(TTSService.java:84) at com.microsoft.cognitiveservices.ttssample.TTSSample.main(TTSSample.java:86)