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 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()
-