public static class RecognizeCharacterResponseBody.RecognizeCharacterResponseBodyDataResultsTextRectangles
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
RecognizeCharacterResponseBodyDataResultsTextRectangles() |
@NameInMap(value="Angle") public Integer angle
@NameInMap(value="Height") public Integer height
@NameInMap(value="Left") public Integer left
@NameInMap(value="Top") public Integer top
@NameInMap(value="Width") public Integer width
public RecognizeCharacterResponseBodyDataResultsTextRectangles()
public static RecognizeCharacterResponseBody.RecognizeCharacterResponseBodyDataResultsTextRectangles build(Map<String,?> map) throws Exception
Exceptionpublic RecognizeCharacterResponseBody.RecognizeCharacterResponseBodyDataResultsTextRectangles setAngle(Integer angle)
public Integer getAngle()
public RecognizeCharacterResponseBody.RecognizeCharacterResponseBodyDataResultsTextRectangles setHeight(Integer height)
public Integer getHeight()
public RecognizeCharacterResponseBody.RecognizeCharacterResponseBodyDataResultsTextRectangles setLeft(Integer left)
public Integer getLeft()
public RecognizeCharacterResponseBody.RecognizeCharacterResponseBodyDataResultsTextRectangles setTop(Integer top)
public Integer getTop()
public RecognizeCharacterResponseBody.RecognizeCharacterResponseBodyDataResultsTextRectangles setWidth(Integer width)
public Integer getWidth()
Copyright © 2023. All rights reserved.