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