v2
latestSwagger 2.02026-07-13152047.5 KBtext-dependent
Create Profile
Create a new speaker profile with specified locale. One subscription can create 10,000 speaker profiles at most.
post/text-dependent/profiles
Request body
Example request
{
"locale": "en-US"
}Response
Speaker profile created successfully. GUID is returned to reference the created profile.
Example response
{
"profileId": "49a36324-fc4b-4387-aa06-090cfbf0064f",
"locale": "en-US",
"enrollmentStatus": "Enrolling",
"createdDateTime": "2015-04-23T18:25:43.41Z",
"lastUpdatedDateTime": "2015-04-23T19:34:51.52Z",
"enrollmentsCount": 1,
"enrollmentsLength": 1.83,
"enrollmentsSpeechLength": 1.35,
"remainingEnrollmentsCount": 2,
"modelVersion": "2019-12-05"
}