Package-level declarations

Types

Link copied to clipboard
public abstract class DocumentManager<DR extends DocumentRepository<E>, E extends ExtractionsContainer>

The DocumentManager is a high level API on top of the Gini API, which is used via the DocumentRepository. It provides high level methods to handle document related tasks easily.

Link copied to clipboard
public class DocumentMetadata
Use this class to pass additional information for a document when uploading it to the Gini API.
Link copied to clipboard
public abstract class DocumentRemoteSource

Internal use only.

Link copied to clipboard
public abstract class DocumentRepository<E extends ExtractionsContainer>

Internal use only.

Link copied to clipboard
public interface DocumentService

Internal use only.

Link copied to clipboard
public interface GiniApiType

Internal use only.

Link copied to clipboard
public class MediaTypes
Link copied to clipboard
public class Resource<T extends Object>

Represents a requested API resource. Resources can be requested successfully, with an error or they can be cancelled.

Link copied to clipboard
public class Utils
Internal use only.