export const meta = { title: `Text to speech`, description: `Learn more about how to integrate text-to-speech capabilities into your application using Amplify.` }; import textSpeechJs from '/src/fragments/lib/predictions/js/text-speech.mdx'; import textSpeechIOS from '/src/fragments/lib/predictions/ios/text-speech.mdx'; import textSpeechAndroid from '/src/fragments/lib/predictions/android/text-speech.mdx';