public class TextDetectionResult extends AbstractModel
Constructor and Description |
---|
TextDetectionResult() |
TextDetectionResult(TextDetectionResult 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[] |
getPolygon()
Get The coordinates, represented in the coordinates of the four points.
|
String |
getValue()
Get The recognized text line content.
|
void |
setPolygon(Coord[] Polygon)
Set The coordinates, represented in the coordinates of the four points.
|
void |
setValue(String Value)
Set The recognized text line 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 TextDetectionResult()
public TextDetectionResult(TextDetectionResult source)
public String getValue()
public void setValue(String Value)
Value
- The recognized text line content.public Coord[] getPolygon()
public void setPolygon(Coord[] Polygon)
Polygon
- The coordinates, represented in the coordinates of the four points.Copyright © 2023. All rights reserved.