POST api/pcount/MachineProcessing/UpdateFacesContracts
Request Information
URI Parameters
None.
Body Parameters
VideoCapturaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CameraId | globally unique identifier |
None. |
|
| NameVideo | string |
None. |
|
| GoogleId | string |
None. |
|
| GooglePath | string |
None. |
|
| LengthFile | string |
None. |
|
| DateInput | date |
None. |
|
| DirectoryFiltro | string |
None. |
|
| DirectoryImages | string |
None. |
|
| DirectoryImagesAnalyze | string |
None. |
|
| DirectoryContagem | string |
None. |
|
| DirectoryTrainedFaces | string |
None. |
|
| DirectoryGooglePathMoveVideo | string |
None. |
|
| DeteccaoFacial | Collection of DeteccaoFacialDto |
None. |
|
| ReconhecimentoFacial | Collection of DeteccaoFacialDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "a3b8b731-0dd8-4ccc-b2e7-6171e3243133",
"cameraId": "e8e238b4-6d38-4ac3-ad09-9c76e28ac26c",
"nameVideo": "sample string 3",
"googleId": "sample string 4",
"googlePath": "sample string 5",
"lengthFile": "sample string 6",
"dateInput": "2026-05-05T18:53:39.3984876-05:00",
"directoryFiltro": "sample string 8",
"directoryImages": "sample string 9",
"directoryImagesAnalyze": "sample string 10",
"directoryContagem": "sample string 11",
"directoryTrainedFaces": "sample string 12",
"directoryGooglePathMoveVideo": "sample string 13",
"deteccaoFacial": [
{
"$id": "2",
"id": "2cca9c63-5f57-4526-84cc-f546d0b0aa65",
"googleId": "sample string 2",
"nameImg": "sample string 3",
"minhasDeteccoes": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
},
{
"$ref": "2"
}
],
"reconhecimentoFacial": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |