Class JsonMedicalCertificateUserGuidanceStrings

    • Constructor Detail

      • JsonMedicalCertificateUserGuidanceStrings

        JsonMedicalCertificateUserGuidanceStrings(String startScanning, String scanning, String energySaving, String capturing, String processing, String paused)
    • 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.

      • getPaused

         final String getPaused()

        Text that is shown when the detector is paused. iOS only.

      • setPaused

         final Unit setPaused(String paused)

        Text that is shown when the detector is paused. iOS only.