public static class RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesBarCodeInfoBarCodeDetails
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
barCodeAngle
example:
0
|
List<RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesBarCodeInfoBarCodeDetailsBarCodePoints> |
barCodePoints |
RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesBarCodeInfoBarCodeDetailsBarCodeRect |
barCodeRect |
Object |
data
example:
"1100011XXXXXX"
|
String |
type
example:
Code128
|
| 构造器和说明 |
|---|
RecognizeAllTextResponseBodyDataSubImagesBarCodeInfoBarCodeDetails() |
@NameInMap(value="BarCodeAngle") public Integer barCodeAngle
0
@NameInMap(value="BarCodePoints") public List<RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesBarCodeInfoBarCodeDetailsBarCodePoints> barCodePoints
@NameInMap(value="BarCodeRect") public RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesBarCodeInfoBarCodeDetailsBarCodeRect barCodeRect
@NameInMap(value="Data") public Object data
"1100011XXXXXX"
@NameInMap(value="Type") public String type
Code128
public RecognizeAllTextResponseBodyDataSubImagesBarCodeInfoBarCodeDetails()
public static RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesBarCodeInfoBarCodeDetails build(Map<String,?> map) throws Exception
Exceptionpublic RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesBarCodeInfoBarCodeDetails setBarCodeAngle(Integer barCodeAngle)
public Integer getBarCodeAngle()
public RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesBarCodeInfoBarCodeDetails setBarCodePoints(List<RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesBarCodeInfoBarCodeDetailsBarCodePoints> barCodePoints)
public List<RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesBarCodeInfoBarCodeDetailsBarCodePoints> getBarCodePoints()
public RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesBarCodeInfoBarCodeDetails setBarCodeRect(RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesBarCodeInfoBarCodeDetailsBarCodeRect barCodeRect)
public RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesBarCodeInfoBarCodeDetailsBarCodeRect getBarCodeRect()
public RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesBarCodeInfoBarCodeDetails setData(Object data)
public Object getData()
public RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesBarCodeInfoBarCodeDetails setType(String type)
public String getType()
Copyright © 2024. All rights reserved.