public class OCRDetect extends AbstractModel
Constructor and Description |
---|
OCRDetect() |
OCRDetect(OCRDetect 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 |
---|---|
OCRItem[] |
getItem()
Get 识别到的详细信息
|
String |
getTextInfo()
Get 识别到的文本信息
|
void |
setItem(OCRItem[] Item)
Set 识别到的详细信息
|
void |
setTextInfo(String TextInfo)
Set 识别到的文本信息
|
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 OCRDetect()
public OCRDetect(OCRDetect source)
public OCRItem[] getItem()
public void setItem(OCRItem[] Item)
Item
- 识别到的详细信息public String getTextInfo()
public void setTextInfo(String TextInfo)
TextInfo
- 识别到的文本信息Copyright © 2021. All rights reserved.