Package 

Enum Source

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum Source
    extends Enum<Source>
                        

    Available sources for the document scanner.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      GALLERY_MULTIPLE

      Open an image picker in multi selection mode and scan documents from the selected images.

      GALLERY

      Open an image picker in single selection mode and scan a document from the selected image.

      IMAGE

      Scan a document from the provided image.

      CAMERA

      Scan a document by using the devices camera.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait