Class ImageOcr
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ivld.v20210903.models.ImageOcr
-
public class ImageOcr 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 RectfgetAppearRect()Get 可视文本在图片中的位置信息 注意:此字段可能返回 null,表示取不到有效值。StringgetContent()Get 图片中可视文本识别结果 注意:此字段可能返回 null,表示取不到有效值。voidsetAppearRect(Rectf AppearRect)Set 可视文本在图片中的位置信息 注意:此字段可能返回 null,表示取不到有效值。voidsetContent(String Content)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
-
ImageOcr
public ImageOcr()
-
ImageOcr
public ImageOcr(ImageOcr 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
-
getContent
public String getContent()
Get 图片中可视文本识别结果 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Content 图片中可视文本识别结果 注意:此字段可能返回 null,表示取不到有效值。
-
setContent
public void setContent(String Content)
Set 图片中可视文本识别结果 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Content- 图片中可视文本识别结果 注意:此字段可能返回 null,表示取不到有效值。
-
getAppearRect
public Rectf getAppearRect()
Get 可视文本在图片中的位置信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AppearRect 可视文本在图片中的位置信息 注意:此字段可能返回 null,表示取不到有效值。
-
setAppearRect
public void setAppearRect(Rectf AppearRect)
Set 可视文本在图片中的位置信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AppearRect- 可视文本在图片中的位置信息 注意:此字段可能返回 null,表示取不到有效值。
-
-