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 boolean
canEqual(Object other)
boolean
equals(Object o)
Map<String,ClassificationField>
getClassificationFields()
Classification fields.Map<String,ListField>
getFields()
Fields that are not classifications.int
hashCode()
boolean
isEmpty()
Returnstrue
if there are no predictions values.String
toString()
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
Returnstrue
if there are no predictions values.- Specified by:
isEmpty
in classPrediction
-
getClassificationFields
public Map<String,ClassificationField> getClassificationFields()
Classification fields.
-
canEqual
protected boolean canEqual(Object other)
-
-