Package net.gini.android.core.api

Types

Link copied to clipboard
public class ApiCommunicator
The ApiCommunicator is responsible for communication with the Gini API.
Link copied to clipboard
public class DocumentManager<A extends ApiCommunicator, DTM extends DocumentTaskManager<A, E>, E extends ExtractionsContainer>

The DocumentManager is a high level API on top of the Gini API, which is used via the ApiCommunicator. 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 DocumentTaskManager<T extends ApiCommunicator, E extends ExtractionsContainer>
The DocumentTaskManager is a high level API on top of the Gini API, which is used via the ApiCommunicator.
Link copied to clipboard
public interface GiniApiType

Created by Alpár Szotyori on 24.01.22.

Link copied to clipboard
public class MediaTypes
Link copied to clipboard
public final class RequestQueueBuilder
Helper class for creating com.android.volley.RequestQueue instances.
Link copied to clipboard
public class RequestTaskCompletionSource<T> implements Response.Listener<T>, Response.ErrorListener
Handy class to wrap Bolt's tasks around a volley request.
Link copied to clipboard
public class Utils