public class SearchResult extends Object implements com.aspose.ms.System.Collections.Generic.IGenericEnumerable<BaseSignature>
Result of searching for signatures in specified document.
| Constructor and Description |
|---|
SearchResult()
Instantiates new SearchResult object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(BaseSignature data)
Adds new element to the Signatures list.
|
List<BaseSignature> |
getSignatures()
List of detected signatures
BaseSignature. |
public void add(BaseSignature data)
Adds new element to the Signatures list.
data - Signature object BaseSignature.public List<BaseSignature> getSignatures()
List of detected signatures BaseSignature.
Copyright © 2018. All rights reserved.