Class CellContent
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ocr.v20181119.models.CellContent
-
public class CellContent extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CellContent()
CellContent(CellContent 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 Long
getParagNo()
Get 段落编号 注意:此字段可能返回 null,表示取不到有效值。Long
getWordSize()
Get 字体大小 注意:此字段可能返回 null,表示取不到有效值。void
setParagNo(Long ParagNo)
Set 段落编号 注意:此字段可能返回 null,表示取不到有效值。void
setWordSize(Long WordSize)
Set 字体大小 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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
-
CellContent
public CellContent()
-
CellContent
public CellContent(CellContent 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
-
getParagNo
public Long getParagNo()
Get 段落编号 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ParagNo 段落编号 注意:此字段可能返回 null,表示取不到有效值。
-
setParagNo
public void setParagNo(Long ParagNo)
Set 段落编号 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ParagNo
- 段落编号 注意:此字段可能返回 null,表示取不到有效值。
-
getWordSize
public Long getWordSize()
Get 字体大小 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- WordSize 字体大小 注意:此字段可能返回 null,表示取不到有效值。
-
setWordSize
public void setWordSize(Long WordSize)
Set 字体大小 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
WordSize
- 字体大小 注意:此字段可能返回 null,表示取不到有效值。
-
-