public class AiOcrTableContext extends AlipayObject
| 构造器和说明 |
|---|
AiOcrTableContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getEx() |
Long |
getEy() |
Long |
getHeight() |
Long |
getSx() |
Long |
getSy() |
List<String> |
getText() |
String |
getType() |
Long |
getWidth() |
void |
setEx(Long ex) |
void |
setEy(Long ey) |
void |
setHeight(Long height) |
void |
setSx(Long sx) |
void |
setSy(Long sy) |
void |
setText(List<String> text) |
void |
setType(String type) |
void |
setWidth(Long width) |
public Long getEx()
public void setEx(Long ex)
public Long getEy()
public void setEy(Long ey)
public Long getHeight()
public void setHeight(Long height)
public Long getSx()
public void setSx(Long sx)
public Long getSy()
public void setSy(Long sy)
public String getType()
public void setType(String type)
public Long getWidth()
public void setWidth(Long width)
Copyright © 2020. All rights reserved.