Enum DocumentScan.DocumentSource

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CAMERA

      Capture the document with the device camera.

      FILE_UPLOAD

      Browse for a file (PDF, JPG or PNG) via the system file picker. For document types that don't accept PDFs (e.g. DocumentType.MEDICAL_DOC) it is dropped at runtime only when at least one other source remains; a set of exactly {FILE_UPLOAD} on such a type is rejected with a configuration error before the flow launches.

      IMAGE_UPLOAD

      Pick an image from the device photo gallery.