Class WordItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ocr.v20181119.models.WordItem
-
public class WordItem 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 Polygon
getCoord()
Get 四点坐标String
getDetectedText()
Get 文本块内容void
setCoord(Polygon Coord)
Set 四点坐标void
setDetectedText(String DetectedText)
Set 文本块内容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
-
WordItem
public WordItem()
-
WordItem
public WordItem(WordItem 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
-
getDetectedText
public String getDetectedText()
Get 文本块内容- Returns:
- DetectedText 文本块内容
-
setDetectedText
public void setDetectedText(String DetectedText)
Set 文本块内容- Parameters:
DetectedText
- 文本块内容
-
getCoord
public Polygon getCoord()
Get 四点坐标- Returns:
- Coord 四点坐标
-
setCoord
public void setCoord(Polygon Coord)
Set 四点坐标- Parameters:
Coord
- 四点坐标
-
-