public class SmartStructuralOCRV2Response extends AbstractModel
Constructor and Description |
---|
SmartStructuralOCRV2Response() |
SmartStructuralOCRV2Response(SmartStructuralOCRV2Response 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 The rotation angle (degrees) of the text on the image.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
GroupInfo[] |
getStructuralList()
Get The structural information (key-value).
|
WordItem[] |
getWordList()
Get The recognized text information.
|
void |
setAngle(Float Angle)
Set The rotation angle (degrees) of the text on the image.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setStructuralList(GroupInfo[] StructuralList)
Set The structural information (key-value).
|
void |
setWordList(WordItem[] WordList)
Set The recognized text information.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SmartStructuralOCRV2Response()
public SmartStructuralOCRV2Response(SmartStructuralOCRV2Response source)
public Float getAngle()
public void setAngle(Float Angle)
Angle
- The rotation angle (degrees) of the text on the image. 0: The text is horizontal. Positive value: The text is rotated clockwise. Negative value: The text is rotated counterclockwise.public GroupInfo[] getStructuralList()
public void setStructuralList(GroupInfo[] StructuralList)
StructuralList
- The structural information (key-value).public WordItem[] getWordList()
public void setWordList(WordItem[] WordList)
WordList
- The recognized text information.public 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 © 2023. All rights reserved.