Class CaptureResult

java.lang.Object
io.digified.digified_library.capture.CaptureResult

public class CaptureResult extends Object
  • Constructor Details

    • CaptureResult

      public CaptureResult(int captureType, ArrayList<android.graphics.Bitmap> capturedFramesArrayList)
      Constructor for the captured result object
      Parameters:
      captureType - capture type from DigifiedConstants.CaptureType // * @param bestCapturedFrame the best captured frame
      capturedFramesArrayList - all captured frames
  • Method Details

    • getCaptureType

      public int getCaptureType()
      Getter method for captureType
      Returns:
      the capture type of this CaptureResult
    • getCapturedBitmap

      public android.graphics.Bitmap getCapturedBitmap()
      Getter method for the last image in capturedFramesArrayList
      Returns:
      captured Bitmap of this CaptureResult
    • getCapturedFramesArrayList

      public ArrayList<android.graphics.Bitmap> getCapturedFramesArrayList()
      Getter method for capturedFramesArrayList
      Returns:
      an ArrayList of all captured frames