From fe09e84564110e0259c5b9774d3bd9c3a3967bf6 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 4 Jul 2024 07:04:11 +0000 Subject: [PATCH] update pages --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index dcc1bf3..fd72f80 100644 --- a/index.html +++ b/index.html @@ -2311,7 +2311,7 @@ Result
required
integer (CheckResult)
Enum: 0 1 2

0 - result is negative; 1 - result is positive; 2 - сheck was not performed

required
Array of Security Feature Check (object) or Ident Check (object) or Fibers Check (object) or OCR Security Text Check (object) or Photo Ident Check (object)
{
  • "Type": 1,
  • "Result": 0,
  • "List": [
    • {
      • "Type": 0,
      • "ElementResult": 0,
      • "ElementDiagnose": 0,
      • "ElementType": 0,
      • "ElementRect": {
        • "left": 0,
        • "top": 0,
        • "right": 0,
        • "bottom": 0
        },
      • "Visibility": 0,
      • "CriticalFlag": 0,
      • "AreaList": {
        • "Count": 0,
        • "List": [
          • {
            }
          ],
        • "Points": [
          • {
            }
          ]
        },
      • "Reserved2": 0
      }
    ]
}