SearchResult class

SearchResult class

Result of searching for signatures in specified document.

The SearchResult type exposes the following members:

Properties

Property Description
processing_time Returns the execution time of the search process in milliseconds.
total_signatures Returns the total processed signatures by the search process
source_document_size Returns source document size
destin_document_size Returns destination document size. For Search method it always returns 0.
succeeded List of found signatures BaseSignature. This list will be always equal to SearchResult.signatures property.
failed List of signatures BaseSignature that failed Search process by search criteria.
Supported only for failed Archive documents on Search method.
signatures List of found signatures BaseSignature.

See Also