POST api_v1/BrainCenterWorkers/WhollyRecognize
Распознание пакета с последующей верификацией.
Request Information
Body Parameters
RecognizePackageModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RecognitionPackageID | globally unique identifier |
None. |
|
| QuickRecognize | boolean |
None. |
Request Formats
application/xml, text/xml
Sample:
<Request> <RecognitionPackageID>8390cd30-7557-49cd-860c-47a74618b583</RecognitionPackageID> <QuickRecognize>true</QuickRecognize> </Request>
application/json, text/json
Sample:
{
"RecognitionPackageID": "8390cd30-7557-49cd-860c-47a74618b583",
"QuickRecognize": true
}
Response Information
output может быть предоставлен в одном из следующих форматов:
- json – задает вывод в формате JavaScript Object Notation (JSON)
- xml – задает вывод в формате XML
Resource Description
EmptyResultDTONone.
Response Formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}