| name | translator |
| description | Use when using AI Services Translator. |
Zoom AI Services Translator
Use this skill for Zoom AI Services Translator workflows over plain text or stored text files. If the user needs transcript generation or summarization first, chain Scribe and Summarizer before translation.
Workflow
- Confirm the input text source, source language if known, target locale, latency needs, and whether fast mode or batch mode fits.
- Choose fast mode for bounded inline text or batch mode for text files stored in S3.
- Set up Build-platform credentials and JWT handling separately from application translation logic.
- Keep each request or job to one target language; submit separate requests for multiple target languages.
- Implement response parsing around
result.translations, then add polling, webhook callbacks, persistence, and retry handling for batch jobs.
- Debug by checking credential audience, source/target language support, English-pivot expectations, input format, backend timeout, and webhook delivery.
References