SearchResult data structure returned by Search API method as output result
SearchResult example { "fileInfo": { "filePath": "/words/docx/one-page.docx", "password" : "1234567890" }, "size" : 12345, "Signatures": [ { "BarcodeType": "Code128", "text": "123456789012", "format": "Portable Network Graphic", "SignatureType": "Barcode", "pageNumber": 1, "SignatureId": "114bc076-f734-4edf-9ce4-2277725a6ea5", "isSignature": true, "createdOn": "2020-07-22T07:45:01.6812929+00:00", "modifiedOn": "2020-07-22T07:45:01.6812929+00:00", "top": 100, "left": 100, "width": 300, "height": 100 } ] } SignResult fields Name Description FilePath Name of the verified document Size Size of the verified document IsSuccess Result of verification process Signatures Array of found Signatures that match for passed Search Options....Signature Product Solution GroupDocs...Documentation / GroupDocs.Signature Cloud / Developer Guide /...