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": "9208cfeb-4637-4805-9bfc-380f5b91fda8",
"cameraId": "a88e90f6-03ed-4122-82fc-9266df2bd853",
"nameVideo": "sample string 3",
"googleId": "sample string 4",
"googlePath": "sample string 5",
"lengthFile": "sample string 6",
"dateInput": "2025-12-04T11:26:59.398609-06: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": "efe02542-845b-420e-8008-4a036df5888a",
"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. |