Class SaveTakenPictureUseCase
-
- All Implemented Interfaces:
public final class SaveTakenPictureUseCase
Saves taken camera pictures in the in-memory repository
-
-
Constructor Summary
Constructors Constructor Description SaveTakenPictureUseCase(DraftPageFileStorage draftPageFileStorage)
-
Method Summary
Modifier and Type Method Description final <Error class: unknown class><Page>
saveTakenPicture(ByteArray image, CaptureInfo captureInfo, Float imageScale, List<AspectRatio> requiredAspectRatios, RectF rectOfInterest, PageStorageProcessor.Configuration.Size documentImageSizeLimit)
Stores taken picture in DraftPageStorage throws IOException that need to be handled with catch {} in flow api -
-
Constructor Detail
-
SaveTakenPictureUseCase
SaveTakenPictureUseCase(DraftPageFileStorage draftPageFileStorage)
-
-
Method Detail
-
saveTakenPicture
final <Error class: unknown class><Page> saveTakenPicture(ByteArray image, CaptureInfo captureInfo, Float imageScale, List<AspectRatio> requiredAspectRatios, RectF rectOfInterest, PageStorageProcessor.Configuration.Size documentImageSizeLimit)
Stores taken picture in DraftPageStorage throws IOException that need to be handled with catch {} in flow api
-
-
-
-