Class OcrResp

java.lang.Object
com.mikuac.shiro.dto.action.response.OcrResp

public class OcrResp extends Object

OcrResp class.

  • Constructor Details

    • OcrResp

      public OcrResp()
  • Method Details

    • getTexts

      public List<com.mikuac.shiro.dto.action.response.OcrResp.TextDetection> getTexts()
    • getLanguage

      public String getLanguage()
    • setTexts

      public void setTexts(List<com.mikuac.shiro.dto.action.response.OcrResp.TextDetection> texts)
    • setLanguage

      public void setLanguage(String language)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object