public class AdvertiseTextDetection extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AdvertiseTextDetection() | 
| AdvertiseTextDetection(AdvertiseTextDetection 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 | 
|---|---|
| String | getAdvancedInfo()Get 此字段为扩展字段。
GeneralBasicOcr接口返回段落信息Parag,包含ParagNo。 | 
| Long | getConfidence()Get 置信度 0 ~100 | 
| String | getDetectedText()Get 识别出的文本行内容 | 
| Coord[] | getPolygon()Get 文本行坐标,以四个顶点坐标表示 | 
| void | setAdvancedInfo(String AdvancedInfo)Set 此字段为扩展字段。
GeneralBasicOcr接口返回段落信息Parag,包含ParagNo。 | 
| void | setConfidence(Long Confidence)Set 置信度 0 ~100 | 
| void | setDetectedText(String DetectedText)Set 识别出的文本行内容 | 
| void | setPolygon(Coord[] Polygon)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, toJsonStringpublic AdvertiseTextDetection()
public AdvertiseTextDetection(AdvertiseTextDetection source)
public String getDetectedText()
public void setDetectedText(String DetectedText)
DetectedText - 识别出的文本行内容public Long getConfidence()
public void setConfidence(Long Confidence)
Confidence - 置信度 0 ~100public Coord[] getPolygon()
public void setPolygon(Coord[] Polygon)
Polygon - 文本行坐标,以四个顶点坐标表示public String getAdvancedInfo()
public void setAdvancedInfo(String AdvancedInfo)
AdvancedInfo - 此字段为扩展字段。
GeneralBasicOcr接口返回段落信息Parag,包含ParagNo。Copyright © 2025. All rights reserved.