public static class RecognizeTableResponse.RecognizeTableResponseDataTablesTableRowsTableColumns
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
endColumn |
Integer |
endRow |
Integer |
height |
Integer |
startColumn |
Integer |
startRow |
Integer |
width |
| 构造器和说明 |
|---|
RecognizeTableResponseDataTablesTableRowsTableColumns() |
@NameInMap(value="StartColumn") @Validation(required=true) public Integer startColumn
@NameInMap(value="StartRow") @Validation(required=true) public Integer startRow
@NameInMap(value="EndColumn") @Validation(required=true) public Integer endColumn
@NameInMap(value="EndRow") @Validation(required=true) public Integer endRow
@NameInMap(value="Height") @Validation(required=true) public Integer height
@NameInMap(value="Width") @Validation(required=true) public Integer width
public RecognizeTableResponseDataTablesTableRowsTableColumns()
public static RecognizeTableResponse.RecognizeTableResponseDataTablesTableRowsTableColumns build(Map<String,?> map) throws Exception
ExceptionCopyright © 2020. All rights reserved.