public class RecognizeTableAccurateOCRResponse extends AbstractModel
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 图片旋转角度(角度制),文本的水平方向为0°,统一以逆时针方向旋转,逆时针为负,角度范围为-360°至0°。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getData()
Get Base64 编码后的 Excel 数据。
|
Long |
getPdfPageSize()
Get 图片为PDF时,返回PDF的总页数,默认为0
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
TableInfo[] |
getTableDetections()
Get 检测到的文本信息,具体内容请点击左侧链接。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAngle(Float Angle)
Set 图片旋转角度(角度制),文本的水平方向为0°,统一以逆时针方向旋转,逆时针为负,角度范围为-360°至0°。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setData(String Data)
Set Base64 编码后的 Excel 数据。
|
void |
setPdfPageSize(Long PdfPageSize)
Set 图片为PDF时,返回PDF的总页数,默认为0
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setTableDetections(TableInfo[] TableDetections)
Set 检测到的文本信息,具体内容请点击左侧链接。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public RecognizeTableAccurateOCRResponse()
public RecognizeTableAccurateOCRResponse(RecognizeTableAccurateOCRResponse source)
public TableInfo[] getTableDetections()
public void setTableDetections(TableInfo[] TableDetections)
TableDetections
- 检测到的文本信息,具体内容请点击左侧链接。
注意:此字段可能返回 null,表示取不到有效值。public String getData()
public void setData(String Data)
Data
- Base64 编码后的 Excel 数据。public Long getPdfPageSize()
public void setPdfPageSize(Long PdfPageSize)
PdfPageSize
- 图片为PDF时,返回PDF的总页数,默认为0
注意:此字段可能返回 null,表示取不到有效值。public Float getAngle()
public void setAngle(Float Angle)
Angle
- 图片旋转角度(角度制),文本的水平方向为0°,统一以逆时针方向旋转,逆时针为负,角度范围为-360°至0°。
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.