Package net.gini.android.vision.internal.cache

Types

DocumentDataMemoryCache
Link copied to clipboard
public class DocumentDataMemoryCache extends MemoryCache<GiniVisionDocument, Array<byte>>
Internal use only.
MemoryCache
Link copied to clipboard
public abstract class MemoryCache<K, V>
Internal use only.
PhotoMemoryCache
Link copied to clipboard
public class PhotoMemoryCache extends MemoryCache<ImageDocument, Photo>
Internal use only.