Phoneme Recognition: start task
POST/api/technology/phoneme-recognition
Start Phoneme Recognition task from a media file.
Phoneme Recognition features
- Multi-channel media files are supported
- Language must be specified in RFC 5646 format.
- Processing can be limited to a specific time segment with query parameters.
- The result contains a list of channels. For each channel, there is a list of recognized phonemes and their timestamps, ordered by timestamps.
Request
Responses
- 202
- 400
- 403
- 404
- 405
- 413
- 422
- 500
- 507
Phoneme Recognition task was accepted. Follow the Locationheader to poll for the task state.
Response Headers
X-Location
⚠️ Deprecated - use Location header instead.
Example:
/api/technology/phoneme-recognition/123e4567-e89b-12d3-a456-426614174000Location
A URL the client should poll for task state and result.
Example:
/api/technology/phoneme-recognition/123e4567-e89b-12d3-a456-426614174000Request payload data was invalid and could not be parsed.
Request is forbidden.
The requested model is not available among deployed models.
Invalid HTTP method.
The request entity (payload) size exceeds the allowed limit.
Error during validation of request payload data occurred.
Unhandled application error occurred.
The storage is full and cannot accept any data.