Package io.scanbot.sdk.docprocessing
Class DocumentProcessingResult
-
- All Implemented Interfaces:
public final class DocumentProcessingResultResult of the document draft processing
-
-
Constructor Summary
Constructors Constructor Description DocumentProcessingResult(Document document, List<Page> pages, File documentFile)
-
Method Summary
Modifier and Type Method Description final DocumentgetDocument()Document which was processed. final List<Page>getPages()pages of the processed document final FilegetDocumentFile()resulting file of the document -
-
Method Detail
-
getDocument
final Document getDocument()
Document which was processed. It is possible that properties of the document were updated during processing (file size, thumbnail path, etc.), so this object represents state right after processing.
-
getDocumentFile
final File getDocumentFile()
resulting file of the document
-
-
-
-