Class BusinessCardInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ocr.v20181119.models.BusinessCardInfo
-
public class BusinessCardInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BusinessCardInfo()BusinessCardInfo(BusinessCardInfo 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemCoordgetItemCoord()Get 文本行在旋转纠正之后的图像中的像素坐标,表示为(左上角x, 左上角y,宽width,高height)StringgetName()Get 识别出的字段名称(关键字,可能重复,比如多个手机),能识别的字段名为: 姓名、英文姓名、英文地址、公司、英文公司、职位、英文职位、部门、英文部门、手机、电话、传真、社交帐号、QQ、MSN、微信、微博、邮箱、邮编、网址、公司账号、其他。StringgetValue()Get 识别出的字段名称对应的值,也就是字段name对应的字符串结果。voidsetItemCoord(ItemCoord ItemCoord)Set 文本行在旋转纠正之后的图像中的像素坐标,表示为(左上角x, 左上角y,宽width,高height)voidsetName(String Name)Set 识别出的字段名称(关键字,可能重复,比如多个手机),能识别的字段名为: 姓名、英文姓名、英文地址、公司、英文公司、职位、英文职位、部门、英文部门、手机、电话、传真、社交帐号、QQ、MSN、微信、微博、邮箱、邮编、网址、公司账号、其他。voidsetValue(String Value)Set 识别出的字段名称对应的值,也就是字段name对应的字符串结果。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
-
BusinessCardInfo
public BusinessCardInfo()
-
BusinessCardInfo
public BusinessCardInfo(BusinessCardInfo 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
-
getName
public String getName()
Get 识别出的字段名称(关键字,可能重复,比如多个手机),能识别的字段名为: 姓名、英文姓名、英文地址、公司、英文公司、职位、英文职位、部门、英文部门、手机、电话、传真、社交帐号、QQ、MSN、微信、微博、邮箱、邮编、网址、公司账号、其他。- Returns:
- Name 识别出的字段名称(关键字,可能重复,比如多个手机),能识别的字段名为: 姓名、英文姓名、英文地址、公司、英文公司、职位、英文职位、部门、英文部门、手机、电话、传真、社交帐号、QQ、MSN、微信、微博、邮箱、邮编、网址、公司账号、其他。
-
setName
public void setName(String Name)
Set 识别出的字段名称(关键字,可能重复,比如多个手机),能识别的字段名为: 姓名、英文姓名、英文地址、公司、英文公司、职位、英文职位、部门、英文部门、手机、电话、传真、社交帐号、QQ、MSN、微信、微博、邮箱、邮编、网址、公司账号、其他。- Parameters:
Name- 识别出的字段名称(关键字,可能重复,比如多个手机),能识别的字段名为: 姓名、英文姓名、英文地址、公司、英文公司、职位、英文职位、部门、英文部门、手机、电话、传真、社交帐号、QQ、MSN、微信、微博、邮箱、邮编、网址、公司账号、其他。
-
getValue
public String getValue()
Get 识别出的字段名称对应的值,也就是字段name对应的字符串结果。- Returns:
- Value 识别出的字段名称对应的值,也就是字段name对应的字符串结果。
-
setValue
public void setValue(String Value)
Set 识别出的字段名称对应的值,也就是字段name对应的字符串结果。- Parameters:
Value- 识别出的字段名称对应的值,也就是字段name对应的字符串结果。
-
getItemCoord
public ItemCoord getItemCoord()
Get 文本行在旋转纠正之后的图像中的像素坐标,表示为(左上角x, 左上角y,宽width,高height)- Returns:
- ItemCoord 文本行在旋转纠正之后的图像中的像素坐标,表示为(左上角x, 左上角y,宽width,高height)
-
setItemCoord
public void setItemCoord(ItemCoord ItemCoord)
Set 文本行在旋转纠正之后的图像中的像素坐标,表示为(左上角x, 左上角y,宽width,高height)- Parameters:
ItemCoord- 文本行在旋转纠正之后的图像中的像素坐标,表示为(左上角x, 左上角y,宽width,高height)
-
-