public class DocumentProcessingResult
Result of the document draft processing
public DocumentProcessingResult(@NotNull
io.scanbot.sdk.entity.Document document,
@NotNull
java.util.List<io.scanbot.sdk.persistence.Page> pages,
@NotNull
java.io.File documentFile)
Result of the document draft processing
document - Document which was processed. It is possible that properties of the documentwere updated during processing (file size, thumbnail path, etc.), so this object representsstate right after processing.pages - pages of the processed documentdocumentFile - resulting file of the document@NotNull public io.scanbot.sdk.entity.Document getDocument()
Document
which was processed. It is possible that properties of the documentwere updated during processing (file size, thumbnail path, etc.), so this object representsstate right after processing.
@NotNull public java.util.List<io.scanbot.sdk.persistence.Page> getPages()
pages of the processed document
@NotNull public java.io.File getDocumentFile()
resulting file of the document
@NotNull public io.scanbot.sdk.entity.Document component1()
Document
which was processed. It is possible that properties of the documentwere updated during processing (file size, thumbnail path, etc.), so this object representsstate right after processing.
@NotNull public java.util.List<io.scanbot.sdk.persistence.Page> component2()
pages of the processed document
@NotNull public java.io.File component3()
resulting file of the document
@NotNull public DocumentProcessingResult copy(@NotNull io.scanbot.sdk.entity.Document document, @NotNull java.util.List<io.scanbot.sdk.persistence.Page> pages, @NotNull java.io.File documentFile)
Result of the document draft processing
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)