SearchResult
Leave feedback
On this page
SearchResult data structure returned by Search API method as output result
{
"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
}
]
}
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. |
Based of found signature type of one the following data structures will be created
BarcodeSignature
DigitalSignature
ImageSignature
QRCodeSignature
TextSignature
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.