public class SealOCRResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
SealOCRResponse() |
SealOCRResponse(SealOCRResponse 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 |
---|---|
Rect |
getLocation()
Get Seal coordinates
|
String[] |
getOtherTexts()
Get Other text content
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getSealBody()
Get Seal content
|
SealInfo[] |
getSealInfos()
Get All seal information
|
String |
getSealShape()
Get Seal shape.
|
void |
setLocation(Rect Location)
Set Seal coordinates
|
void |
setOtherTexts(String[] OtherTexts)
Set Other text content
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setSealBody(String SealBody)
Set Seal content
|
void |
setSealInfos(SealInfo[] SealInfos)
Set All seal information
|
void |
setSealShape(String SealShape)
Set Seal shape.
|
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, toJsonString
public SealOCRResponse()
public SealOCRResponse(SealOCRResponse source)
public String getSealBody()
public void setSealBody(String SealBody)
SealBody
- Seal contentpublic Rect getLocation()
public void setLocation(Rect Location)
Location
- Seal coordinatespublic String[] getOtherTexts()
public void setOtherTexts(String[] OtherTexts)
OtherTexts
- Other text contentpublic SealInfo[] getSealInfos()
public void setSealInfos(SealInfo[] SealInfos)
SealInfos
- All seal informationpublic String getSealShape()
public void setSealShape(String SealShape)
SealShape
- Seal shape. Valid values:
0: Round
1: Oval
2: Rectangle
3: Diamond
4: Trianglepublic 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.