Class Value
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ocr.v20181119.models.Value
-
public class Value 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 String
getAutoContent()
Get 自动识别的字段内容Polygon
getCoord()
Get 四点坐标 注意:此字段可能返回 null,表示取不到有效值。void
setAutoContent(String AutoContent)
Set 自动识别的字段内容void
setCoord(Polygon Coord)
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
-
Value
public Value()
-
Value
public Value(Value 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
-
getAutoContent
public String getAutoContent()
Get 自动识别的字段内容- Returns:
- AutoContent 自动识别的字段内容
-
setAutoContent
public void setAutoContent(String AutoContent)
Set 自动识别的字段内容- Parameters:
AutoContent
- 自动识别的字段内容
-
getCoord
public Polygon getCoord()
Get 四点坐标 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Coord 四点坐标 注意:此字段可能返回 null,表示取不到有效值。
-
setCoord
public void setCoord(Polygon Coord)
Set 四点坐标 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Coord
- 四点坐标 注意:此字段可能返回 null,表示取不到有效值。
-
-