public class DetectedWordCoordPoint extends AbstractModel
Constructor and Description |
---|
DetectedWordCoordPoint() |
DetectedWordCoordPoint(DetectedWordCoordPoint 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 |
---|---|
Coord[] |
getWordCoordinate()
Get Coordinates of a word’s four corners in a clockwise order on the input image, starting from the upper-left corner
|
void |
setWordCoordinate(Coord[] WordCoordinate)
Set Coordinates of a word’s four corners in a clockwise order on the input image, starting from the upper-left corner
|
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 DetectedWordCoordPoint()
public DetectedWordCoordPoint(DetectedWordCoordPoint source)
public Coord[] getWordCoordinate()
public void setWordCoordinate(Coord[] WordCoordinate)
WordCoordinate
- Coordinates of a word’s four corners in a clockwise order on the input image, starting from the upper-left cornerCopyright © 2023. All rights reserved.