public class TextDetectionResult extends AbstractModel
header, skipSign
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 坐标,以四个顶点坐标表示
|
String |
getValue()
Get 识别出的文本行内容
|
void |
setPolygon(Coord[] Polygon)
Set 坐标,以四个顶点坐标表示
|
void |
setValue(String Value)
Set 识别出的文本行内容
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TextDetectionResult()
public TextDetectionResult(TextDetectionResult source)
public String getValue()
public void setValue(String Value)
Value
- 识别出的文本行内容public Coord[] getPolygon()
public void setPolygon(Coord[] Polygon)
Polygon
- 坐标,以四个顶点坐标表示Copyright © 2024. All rights reserved.