Uses of Class
com.mindee.parsing.common.Document
-
Packages that use Document Package Description com.mindee.parsing.common -
-
Uses of Document in com.mindee.parsing.common
Methods in com.mindee.parsing.common that return Document Modifier and Type Method Description Document<T>
PredictResponse. getDocument()
Set the prediction model used to parse the document.Document<T>
AsyncPredictResponse. getDocumentObj()
Get the document object if it is present.Methods in com.mindee.parsing.common that return types with arguments of type Document Modifier and Type Method Description Optional<Document<T>>
AsyncPredictResponse. getDocument()
Get the document optional.Methods in com.mindee.parsing.common with parameters of type Document Modifier and Type Method Description void
AsyncPredictResponse. setDocument(Document<T> document)
Set the prediction model used to parse the document.void
PredictResponse. setDocument(Document<T> document)
Set the prediction model used to parse the document.
-