public class AiOcrTableContext extends AlipayObject
Constructor and Description |
---|
AiOcrTableContext() |
Modifier and Type | Method and Description |
---|---|
Long |
getEx()
Gets ex.
|
Long |
getEy()
Gets ey.
|
Long |
getHeight()
Gets height.
|
Long |
getSx()
Gets sx.
|
Long |
getSy()
Gets sy.
|
List<String> |
getText()
Gets text.
|
String |
getType()
Gets type.
|
Long |
getWidth()
Gets width.
|
void |
setEx(Long ex)
Sets ex.
|
void |
setEy(Long ey)
Sets ey.
|
void |
setHeight(Long height)
Sets height.
|
void |
setSx(Long sx)
Sets sx.
|
void |
setSy(Long sy)
Sets sy.
|
void |
setText(List<String> text)
Sets text.
|
void |
setType(String type)
Sets type.
|
void |
setWidth(Long width)
Sets width.
|
public Long getEx()
public void setEx(Long ex)
ex
- the expublic Long getEy()
public void setEy(Long ey)
ey
- the eypublic Long getHeight()
public void setHeight(Long height)
height
- the heightpublic Long getSx()
public void setSx(Long sx)
sx
- the sxpublic Long getSy()
public void setSy(Long sy)
sy
- the sypublic String getType()
public void setType(String type)
type
- the typepublic Long getWidth()
public void setWidth(Long width)
width
- the widthCopyright © 2018. All rights reserved.