export const meta = { title: `Transcribe audio to text`, description: `Learn more about how to transcribe audio to text (also known as speech-to-text) for your application using Amplify` }; import transcribeJs from '/src/fragments/lib/predictions/js/transcribe.mdx'; import transcribeIOS from '/src/fragments/lib/predictions/ios/transcribe.mdx';