java.lang.Object
com.regula.documentreader.api.results.Bounds

public class Bounds extends Object
  • Field Details

    • x

      public int x
    • y

      public int y
    • width

      public int width
    • height

      public int height
  • Constructor Details

    • Bounds

      public Bounds()
  • Method Details

    • toJson

      public String toJson()
      Method convert object to string in json format
      Returns:
      string in json format
    • fromJson

      public static Bounds fromJson(String json)