Package com.mindee.parsing.v2
Class InferenceFile
- java.lang.Object
-
- com.mindee.parsing.v2.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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getAlias()
Optional file alias.String
getMimeType()
Mime type, as read by the server.String
getName()
File name.int
getPageCount()
Page Count.int
hashCode()
String
toString()
-