public interface DocumentParsingResult<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getDocument() |
T |
getInvalidDocument() |
String |
getMessage() |
List<T> |
getParsedDocuments() |
boolean |
isError() |
boolean |
isInvalid() |
boolean |
isOkay() |
Copyright © 2015. All rights reserved.