public class RecognizeTableAccurateOCRResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RecognizeTableAccurateOCRResponse() | 
| RecognizeTableAccurateOCRResponse(RecognizeTableAccurateOCRResponse source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Float | getAngle()Get Image rotation angle in degrees. | 
| String | getData()Get Base64-encoded Excel data. | 
| Long | getPdfPageSize()Get The total number of pages in the PDF file. | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| TableInfo[] | getTableDetections()Get The recognized text information. | 
| void | setAngle(Float Angle)Set Image rotation angle in degrees. | 
| void | setData(String Data)Set Base64-encoded Excel data. | 
| void | setPdfPageSize(Long PdfPageSize)Set The total number of pages in the PDF file. | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setTableDetections(TableInfo[] TableDetections)Set The recognized text information. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RecognizeTableAccurateOCRResponse()
public RecognizeTableAccurateOCRResponse(RecognizeTableAccurateOCRResponse source)
public TableInfo[] getTableDetections()
public void setTableDetections(TableInfo[] TableDetections)
TableDetections - The recognized text information. Please click the link on the left for details.
Note: This field may return null, indicating that no valid values can be obtained.public String getData()
public void setData(String Data)
Data - Base64-encoded Excel data.public Long getPdfPageSize()
public void setPdfPageSize(Long PdfPageSize)
PdfPageSize - The total number of pages in the PDF file.
Note: This field may return null, indicating that no valid values can be obtained.public Float getAngle()
public void setAngle(Float Angle)
Angle - Image rotation angle in degrees. 0°: The horizontal direction of the text on the image; a negative value: rotate counterclockwise. Value range: -360° to 0°.
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2024. All rights reserved.