Text Independent - Delete Profile

Odstranit profil
Odstraní existující profil.

DELETE {endpoint}/speaker-recognition/verification/text-independent/profiles/{profileId}?api-version=2021-09-05

Parametry identifikátoru URI

Name V Vyžadováno Typ Description
endpoint
path True

string

Podporované koncové body služeb Cognitive Services (protokol a název hostitele, například: https://westus.api.cognitive.microsoft.com).

profileId
path True

string

uuid

Jedinečný identifikátor id profilu (GUID).

api-version
query True

string

Určuje verzi operace, která se má použít pro tento požadavek.

Hlavička požadavku

Name Vyžadováno Typ Description
Ocp-Apim-Subscription-Key True

string

Odpovědi

Name Typ Description
204 No Content

OK

Other Status Codes

SpeakerErrorInfo

Selhání

Headers

x-ms-error-code: string

Zabezpečení

Ocp-Apim-Subscription-Key

Type: apiKey
In: header

Příklady

Successful Query

Sample Request

DELETE https://westus.api.cognitive.microsoft.com/speaker-recognition/verification/text-independent/profiles/49a36324-fc4b-4387-aa06-090cfbf0064f?api-version=2021-09-05

Sample Response

Content-Type: application/json
Content-Type: application/json
x-ms-error-code: Error Code
{
  "error": {
    "code": "Error Code",
    "message": "Erro Messae"
  }
}

Definice

Name Description
Error
SpeakerErrorInfo

Chybová zpráva mluvčího

Error

Name Typ Description
code

string

message

string

SpeakerErrorInfo

Chybová zpráva mluvčího

Name Typ Description
error

Error