Model
Get a list of supported recipes for model building. Different recipes have different capabilities such as support for multi-style voice models.
get/modelrecipes
Query parameters
api-versionstring required
The API version to use for this operation.
Response
Success
Example response
[
{
"datasetLocales": [
"en-US"
],
"modelLocales": [
"en-US"
]
}
]Changes
Changed in 1 of the 6 revisions of this API.1
- ●
the optional response header
x-ms-error-coderemoved for the statusdefaultoptional-response-header-removed
- ●