Grapheme to Phoneme Conversion: start task
POST/api/technology/grapheme-to-phoneme-conversion
Start a Grapheme to Phoneme Conversion task.
Grapheme to Phoneme Conversion features
- Language must be specified in RFC 5646 format.
- The result contains a list of all words with their pronunciations.
Request
Responses
- 202
- 400
- 403
- 404
- 405
- 413
- 422
- 500
- 507
Grapheme to Phoneme Conversion task was accepted. Follow theLocation header to poll for the task state.
Response Headers
X-Location
⚠️ Deprecated - use Location header instead.
Example:
/api/technology/grapheme-to-phoneme-conversion/123e4567-e89b-12d3-a456-426614174000Location
A URL the client should poll for task state and result.
Example:
/api/technology/grapheme-to-phoneme-conversion/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.