public class WordItem extends AbstractModel
Constructor and Description |
---|
WordItem() |
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.
|
Modifier and Type | Method and Description |
---|---|
Polygon |
getCoord()
Get The coordinates of the four vertices.
|
String |
getDetectedText()
Get The text content.
|
void |
setCoord(Polygon Coord)
Set The coordinates of the four vertices.
|
void |
setDetectedText(String DetectedText)
Set The text content.
|
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 WordItem()
public WordItem(WordItem source)
public String getDetectedText()
public void setDetectedText(String DetectedText)
DetectedText
- The text content.public Polygon getCoord()
public void setCoord(Polygon Coord)
Coord
- The coordinates of the four vertices.Copyright © 2023. All rights reserved.