Prerequisites
Ensure the Audio Analytics container is deployed and running. See Running the Audio Analytics container for setup instructions.Available models
Query the models endpoint to get the list of available translation models:
Use the
name value from the response in your translation requests.
Endpoints
Translate text
text(required): Array of strings to translatemodel(required): Translation model namesource_language(required): Source language code matching the selected model (e.g.enforopus-en-es)target_language(required): Target language code
Batch translation
Translate multiple strings in a single request by passing an array of texts:Python example
Next steps
Speech recognition
Transcribe audio to text on-device
Text-to-speech
Synthesize speech from text on-device

