getAllExtractions

Task<ExtractionsContainergetAllExtractions(@NonNull() Document document)

Get the extractions for the given document.

Return

A Task which will resolve to an ExtractionsContainer object.

Parameters

document

The Document instance for whose document the extractions are returned.