VerifyResult
Leave feedback
On this page
VerifyResult data structure returned by Verify API method as output result
{
"FileInfo": {
"FilePath": "/words/docx/one-page.docx",
"Password" : "1234567890"
},
"Size" : 12345,
"IsSuccess": "true"
}
Name | Description |
---|---|
FilePath | Name of the verified document |
Size | Size of the verified document |
IsSuccess | Result of verification process |
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.