Package com.mindee.v2.parsing.inference
Class InferenceFile
- java.lang.Object
-
- com.mindee.v2.parsing.inference.InferenceFile
-
public class InferenceFile extends Object
File info for V2 API.
-
-
Constructor Summary
Constructors Constructor Description InferenceFile()InferenceFile(String name, String alias, int pageCount, String mimeType)Creates a newInferenceFileinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetAlias()Optional file alias.StringgetMimeType()Mime type, as read by the server.StringgetName()File name.intgetPageCount()Page Count.inthashCode()StringtoString()
-
-
-
Constructor Detail
-
InferenceFile
public InferenceFile(String name, String alias, int pageCount, String mimeType)
Creates a newInferenceFileinstance.- Parameters:
name- File name.alias- Optional file alias.pageCount- Page Count.mimeType- Mime type, as read by the server.
-
InferenceFile
public InferenceFile()
-
-