Class SealInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ocr.v20181119.models.SealInfo
-
public class SealInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RectgetLocation()Get 印章坐标String[]getOtherTexts()Get 印章其它文本内容StringgetSealBody()Get 印章主体内容StringgetSealShape()Get 印章类型,表示为: 圆形印章:0 椭圆形印章:1 方形印章:2 菱形印章:3 三角形印章:4voidsetLocation(Rect Location)Set 印章坐标voidsetOtherTexts(String[] OtherTexts)Set 印章其它文本内容voidsetSealBody(String SealBody)Set 印章主体内容voidsetSealShape(String SealShape)Set 印章类型,表示为: 圆形印章:0 椭圆形印章:1 方形印章:2 菱形印章:3 三角形印章:4voidtoMap(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
-
SealInfo
public SealInfo()
-
SealInfo
public SealInfo(SealInfo 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
-
getSealBody
public String getSealBody()
Get 印章主体内容- Returns:
- SealBody 印章主体内容
-
setSealBody
public void setSealBody(String SealBody)
Set 印章主体内容- Parameters:
SealBody- 印章主体内容
-
getLocation
public Rect getLocation()
Get 印章坐标- Returns:
- Location 印章坐标
-
setLocation
public void setLocation(Rect Location)
Set 印章坐标- Parameters:
Location- 印章坐标
-
getOtherTexts
public String[] getOtherTexts()
Get 印章其它文本内容- Returns:
- OtherTexts 印章其它文本内容
-
setOtherTexts
public void setOtherTexts(String[] OtherTexts)
Set 印章其它文本内容- Parameters:
OtherTexts- 印章其它文本内容
-
getSealShape
public String getSealShape()
Get 印章类型,表示为: 圆形印章:0 椭圆形印章:1 方形印章:2 菱形印章:3 三角形印章:4- Returns:
- SealShape 印章类型,表示为: 圆形印章:0 椭圆形印章:1 方形印章:2 菱形印章:3 三角形印章:4
-
setSealShape
public void setSealShape(String SealShape)
Set 印章类型,表示为: 圆形印章:0 椭圆形印章:1 方形印章:2 菱形印章:3 三角形印章:4- Parameters:
SealShape- 印章类型,表示为: 圆形印章:0 椭圆形印章:1 方形印章:2 菱形印章:3 三角形印章:4
-
-