public class OcrLocation
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
height
example:
|
String |
left
example:
|
String |
top
example:
|
String |
width
example:
|
| Constructor and Description |
|---|
OcrLocation() |
| Modifier and Type | Method and Description |
|---|---|
static OcrLocation |
build(Map<String,?> map) |
String |
getHeight() |
String |
getLeft() |
String |
getTop() |
String |
getWidth() |
OcrLocation |
setHeight(String height) |
OcrLocation |
setLeft(String left) |
OcrLocation |
setTop(String top) |
OcrLocation |
setWidth(String width) |
@NameInMap(value="top") public String top
0
@NameInMap(value="left") public String left
0
@NameInMap(value="width") public String width
100
@NameInMap(value="height") public String height
100
public static OcrLocation build(Map<String,?> map) throws Exception
Exceptionpublic OcrLocation setTop(String top)
public String getTop()
public OcrLocation setLeft(String left)
public String getLeft()
public OcrLocation setWidth(String width)
public String getWidth()
public OcrLocation setHeight(String height)
public String getHeight()
Copyright © 2025. All rights reserved.