Class JsonCheckUserGuidanceStrings

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getStartScanning() Text that is shown on camera open.
      final Unit setStartScanning(String startScanning) Text that is shown on camera open.
      final String getScanning() Text text that is shown when the camera is seeking for the document on the visible area, shown after the first result from the detector.
      final Unit setScanning(String scanning) Text text that is shown when the camera is seeking for the document on the visible area, shown after the first result from the detector.
      final String getEnergySaving() Text text that is shown when energy saving is active.
      final Unit setEnergySaving(String energySaving) Text text that is shown when energy saving is active.
      final String getCapturing() Text that is shown when the camera snaps the image.
      final Unit setCapturing(String capturing) Text that is shown when the camera snaps the image.
      final String getProcessing() Text that is shown when the detector tries to detect the document from the snapped image.
      final Unit setProcessing(String processing) Text that is shown when the detector tries to detect the document from the snapped image.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsonCheckUserGuidanceStrings

        JsonCheckUserGuidanceStrings(String startScanning, String scanning, String energySaving, String capturing, String processing)
    • Method Detail

      • getScanning

         final String getScanning()

        Text text that is shown when the camera is seeking for the document on the visible area, shown after the first result from the detector.

      • setScanning

         final Unit setScanning(String scanning)

        Text text that is shown when the camera is seeking for the document on the visible area, shown after the first result from the detector.

      • getCapturing

         final String getCapturing()

        Text that is shown when the camera snaps the image.

      • getProcessing

         final String getProcessing()

        Text that is shown when the detector tries to detect the document from the snapped image.

      • setProcessing

         final Unit setProcessing(String processing)

        Text that is shown when the detector tries to detect the document from the snapped image.