public class ExtractDocMultiResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
ExtractDocMultiResponse() |
ExtractDocMultiResponse(ExtractDocMultiResponse 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 Image rotation angle (angle system).
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
GroupInfo[] |
getStructuralList()
Get Configures the structured text info.
|
Long |
getTokenNum()
Get Number of sample identification fields.
|
WordItem[] |
getWordList()
Get Restore text information.
|
void |
setAngle(Float Angle)
Set Image rotation angle (angle system).
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setStructuralList(GroupInfo[] StructuralList)
Set Configures the structured text info.
|
void |
setTokenNum(Long TokenNum)
Set Number of sample identification fields.
|
void |
setWordList(WordItem[] WordList)
Set Restore text information.
|
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 ExtractDocMultiResponse()
public ExtractDocMultiResponse(ExtractDocMultiResponse source)
public Float getAngle()
public void setAngle(Float Angle)
Angle
- Image rotation angle (angle system). the text's horizontal direction is 0. clockwise is positive; counterclockwise is negative.public GroupInfo[] getStructuralList()
public void setStructuralList(GroupInfo[] StructuralList)
StructuralList
- Configures the structured text info.public WordItem[] getWordList()
public void setWordList(WordItem[] WordList)
WordList
- Restore text information.public Long getTokenNum()
public void setTokenNum(Long TokenNum)
TokenNum
- Number of sample identification fields.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.