aws-amplify / aws-sdk-android

AWS SDK for Android. For more information, see our web site:
https://docs.amplify.aws
Other
1.02k stars 548 forks source link

aws-translate - Need TranslateText function text field accept array #3585

Open Imesh7 opened 1 month ago

Imesh7 commented 1 month ago

Which AWS Services is the feature request for? aws-translate

Is your feature request related to a problem? Please describe. https://docs.aws.amazon.com/translate/latest/APIReference/API_TranslateText.html

For aws text translation , only accept string

Describe the solution you'd like Text parameter accept array need to translate batch

Describe alternatives you've considered google & azure has this feature

Additional context Add any other context or screenshots about the feature request here.

image

tylerjroach commented 1 month ago

Hi @Imesh7, many portions of the AWS Android SDK are Codegen APIs for AWS Apis. For the libraries, we only support what AWS API makes available to us. From the link provided, it appears this feature request may be best directed towards the AWS Translate team. I'll try and locate the team to reach out to for this request.