Package 

Class VitalSnapResult


  • 
    public class VitalSnapResult
    
                        

    A class representing the result of an image OCR. Includes convenience method to convert to string for display to the user in real time.

    • Method Summary

      Modifier and Type Method Description
      String toString() Returns a string with each OCR field separate by a #.
      • Methods inherited from class java.lang.Object

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

      • toString

         String toString()

        Returns a string with each OCR field separate by a #. Can be used for display to the user, or logging.