public class BlobStoreStrategy
Interface to locally saved binary files used by data intelligence and OCR module
@NotNull public static java.lang.String BINARIES_DIR_NAME
public static io.scanbot.sdk.persistence.BlobStoreStrategy.Companion Companion
public BlobStoreStrategy(@NotNull
android.app.Application application,
@NotNull
android.content.SharedPreferences preferences)
Interface to locally saved binary files used by data intelligence and OCR module
@NotNull public java.io.File getBinariesDirectory()
IOException - if directory is unavailable@NotNull public java.io.File getOcrDataDirectory()
IOException - if directory is unavailable@NotNull
public java.io.File getLocalFileFor(@NotNull
BlobType blobType)
Returns a file where a blob of the given type should be stored in local storage