POST api_v1/BrainCenterWorkers/WhollyRecognize

Распознание пакета с последующей верификацией.

Request Information

Body Parameters

RecognizePackageModel
NameDescriptionTypeAdditional information
RecognitionPackageID

globally unique identifier

None.

QuickRecognize

boolean

None.

Request Formats

application/xml, text/xml

Sample:
<Request>
  <RecognitionPackageID>c9a5eb42-0163-4dcb-9e9c-7068dfc6e122</RecognitionPackageID>
  <QuickRecognize>true</QuickRecognize>
</Request>

application/json, text/json

Sample:
{
  "RecognitionPackageID": "c9a5eb42-0163-4dcb-9e9c-7068dfc6e122",
  "QuickRecognize": true
}

Response Information

output может быть предоставлен в одном из следующих форматов:

  • json – задает вывод в формате JavaScript Object Notation (JSON)
  • xml – задает вывод в формате XML

Resource Description

EmptyResultDTO

None.

Response Formats

application/xml, text/xml

Sample:
<Result />

application/json, text/json

Sample:
{}