public static class RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesBlockInfoBlockDetailsBlockRect
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
centerX
example:
100
|
Integer |
centerY
example:
200
|
Integer |
height
example:
10
|
Integer |
width
example:
50
|
| 构造器和说明 |
|---|
RecognizeAllTextResponseBodyDataSubImagesBlockInfoBlockDetailsBlockRect() |
@NameInMap(value="CenterX") public Integer centerX
100
@NameInMap(value="CenterY") public Integer centerY
200
@NameInMap(value="Height") public Integer height
10
@NameInMap(value="Width") public Integer width
50
public RecognizeAllTextResponseBodyDataSubImagesBlockInfoBlockDetailsBlockRect()
public static RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesBlockInfoBlockDetailsBlockRect build(Map<String,?> map) throws Exception
Exceptionpublic RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesBlockInfoBlockDetailsBlockRect setCenterX(Integer centerX)
public Integer getCenterX()
public RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesBlockInfoBlockDetailsBlockRect setCenterY(Integer centerY)
public Integer getCenterY()
public RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesBlockInfoBlockDetailsBlockRect setHeight(Integer height)
public Integer getHeight()
public RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesBlockInfoBlockDetailsBlockRect setWidth(Integer width)
public Integer getWidth()
Copyright © 2024. All rights reserved.