Class RecognizeTableAccurateOCRResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ocr.v20181119.models.RecognizeTableAccurateOCRResponse
-
public class RecognizeTableAccurateOCRResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetAngle()Get 图片旋转角度(角度制),文本的水平方向为0°,统一以逆时针方向旋转,逆时针为负,角度范围为-360°至0°。 注意:此字段可能返回 null,表示取不到有效值。StringgetData()Get Base64 编码后的 Excel 数据。LonggetPdfPageSize()Get 图片为PDF时,返回PDF的总页数,默认为0 注意:此字段可能返回 null,表示取不到有效值。StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。TableInfo[]getTableDetections()Get 检测到的文本信息,具体内容请点击左侧链接。 注意:此字段可能返回 null,表示取不到有效值。voidsetAngle(Float Angle)Set 图片旋转角度(角度制),文本的水平方向为0°,统一以逆时针方向旋转,逆时针为负,角度范围为-360°至0°。 注意:此字段可能返回 null,表示取不到有效值。voidsetData(String Data)Set Base64 编码后的 Excel 数据。voidsetPdfPageSize(Long PdfPageSize)Set 图片为PDF时,返回PDF的总页数,默认为0 注意:此字段可能返回 null,表示取不到有效值。voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetTableDetections(TableInfo[] TableDetections)Set 检测到的文本信息,具体内容请点击左侧链接。 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RecognizeTableAccurateOCRResponse
public RecognizeTableAccurateOCRResponse()
-
RecognizeTableAccurateOCRResponse
public 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.
-
-
Method Detail
-
getTableDetections
public TableInfo[] getTableDetections()
Get 检测到的文本信息,具体内容请点击左侧链接。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TableDetections 检测到的文本信息,具体内容请点击左侧链接。 注意:此字段可能返回 null,表示取不到有效值。
-
setTableDetections
public void setTableDetections(TableInfo[] TableDetections)
Set 检测到的文本信息,具体内容请点击左侧链接。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TableDetections- 检测到的文本信息,具体内容请点击左侧链接。 注意:此字段可能返回 null,表示取不到有效值。
-
getData
public String getData()
Get Base64 编码后的 Excel 数据。- Returns:
- Data Base64 编码后的 Excel 数据。
-
setData
public void setData(String Data)
Set Base64 编码后的 Excel 数据。- Parameters:
Data- Base64 编码后的 Excel 数据。
-
getPdfPageSize
public Long getPdfPageSize()
Get 图片为PDF时,返回PDF的总页数,默认为0 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PdfPageSize 图片为PDF时,返回PDF的总页数,默认为0 注意:此字段可能返回 null,表示取不到有效值。
-
setPdfPageSize
public void setPdfPageSize(Long PdfPageSize)
Set 图片为PDF时,返回PDF的总页数,默认为0 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PdfPageSize- 图片为PDF时,返回PDF的总页数,默认为0 注意:此字段可能返回 null,表示取不到有效值。
-
getAngle
public Float getAngle()
Get 图片旋转角度(角度制),文本的水平方向为0°,统一以逆时针方向旋转,逆时针为负,角度范围为-360°至0°。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Angle 图片旋转角度(角度制),文本的水平方向为0°,统一以逆时针方向旋转,逆时针为负,角度范围为-360°至0°。 注意:此字段可能返回 null,表示取不到有效值。
-
setAngle
public void setAngle(Float Angle)
Set 图片旋转角度(角度制),文本的水平方向为0°,统一以逆时针方向旋转,逆时针为负,角度范围为-360°至0°。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Angle- 图片旋转角度(角度制),文本的水平方向为0°,统一以逆时针方向旋转,逆时针为负,角度范围为-360°至0°。 注意:此字段可能返回 null,表示取不到有效值。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-