com.baidubce.services.ocr.model
Class Location

java.lang.Object
  extended by com.baidubce.services.ocr.model.Location

public class Location
extends Object

Created by lvsiyuan on 16/11/22.


Constructor Summary
Location()
           
 
Method Summary
 Integer getHeight()
           
 Integer getLeft()
           
 Integer getTop()
           
 Integer getWidth()
           
 void setHeight(Integer height)
           
 void setLeft(Integer left)
           
 void setTop(Integer top)
           
 void setWidth(Integer width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Location

public Location()
Method Detail

getLeft

public Integer getLeft()

setLeft

public void setLeft(Integer left)

getTop

public Integer getTop()

setTop

public void setTop(Integer top)

getWidth

public Integer getWidth()

setWidth

public void setWidth(Integer width)

getHeight

public Integer getHeight()

setHeight

public void setHeight(Integer height)


Copyright © 2018. All rights reserved.