Package com.mindee.product.custom
Class CustomV1Document
- java.lang.Object
-
- com.mindee.parsing.common.Prediction
-
- com.mindee.product.custom.CustomV1Document
-
public class CustomV1Document extends Prediction
Document data for custom documents, API version 1.x.
-
-
Constructor Summary
Constructors Constructor Description CustomV1Document(Map<String,ClassificationField> classificationFields, Map<String,ListField> fields)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)Map<String,ClassificationField>getClassificationFields()Classification fields.Map<String,ListField>getFields()Fields that are not classifications.inthashCode()booleanisEmpty()Returnstrueif there are no predictions values.StringtoString()
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
Returnstrueif there are no predictions values.- Specified by:
isEmptyin classPrediction
-
getClassificationFields
public Map<String,ClassificationField> getClassificationFields()
Classification fields.
-
canEqual
protected boolean canEqual(Object other)
-
-