Class OCRDetect
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cms.v20190321.models.OCRDetect
-
public class OCRDetect extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OCRItem[]getItem()Get 识别到的详细信息 注意:此字段可能返回 null,表示取不到有效值。StringgetTextInfo()Get 识别到的文本信息 注意:此字段可能返回 null,表示取不到有效值。voidsetItem(OCRItem[] Item)Set 识别到的详细信息 注意:此字段可能返回 null,表示取不到有效值。voidsetTextInfo(String TextInfo)Set 识别到的文本信息 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
OCRDetect
public OCRDetect()
-
OCRDetect
public 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.
-
-
Method Detail
-
getItem
public OCRItem[] getItem()
Get 识别到的详细信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Item 识别到的详细信息 注意:此字段可能返回 null,表示取不到有效值。
-
setItem
public void setItem(OCRItem[] Item)
Set 识别到的详细信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Item- 识别到的详细信息 注意:此字段可能返回 null,表示取不到有效值。
-
getTextInfo
public String getTextInfo()
Get 识别到的文本信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TextInfo 识别到的文本信息 注意:此字段可能返回 null,表示取不到有效值。
-
setTextInfo
public void setTextInfo(String TextInfo)
Set 识别到的文本信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TextInfo- 识别到的文本信息 注意:此字段可能返回 null,表示取不到有效值。
-
-