v2
latestSwagger 2.02026-07-13323879.9 KBPersonalVoice
Gets the personal voice identified by the given ID.
get/personalvoices/{id}
Path parameters
idstring required
The ID of the resource.
Query parameters
api-versionstring required
The API version to use for this operation.
Response
Success
Example response
{
"audios": {
"containerUrl": "https://contoso.blob.core.windows.net/voicecontainer?mySasToken",
"prefix": "jessica",
"extensions": [
".wav"
]
}
}