public final class FeatureExtractionResult extends Object
| Constructor and Description |
|---|
FeatureExtractionResult()
Constructs new object
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNewError(FeatureObjectType type,
String errorID)
Add new error to feature type
|
void |
addNewFeatureTree(FeatureObjectType type,
FeatureTreeNode root)
Add new feature tree for a type
|
boolean |
equals(Object o) |
List<String> |
getErrorsForType(FeatureObjectType type)
Gets list of feature trees for the type
|
List<FeatureTreeNode> |
getFeatureTreesForType(FeatureObjectType type)
Gets list of feature trees for the type
|
int |
hashCode() |
public void addNewFeatureTree(FeatureObjectType type, FeatureTreeNode root)
type - type of feature objectroot - root element of a feature treepublic List<FeatureTreeNode> getFeatureTreesForType(FeatureObjectType type)
type - type of the feature objectpublic void addNewError(FeatureObjectType type, String errorID)
type - type of feature objecterrorID - errorIDpublic List<String> getErrorsForType(FeatureObjectType type)
type - type of the feature objectCopyright © 2015–2021 The veraPDF Consortium. All rights reserved.