Class ClassifyDetectInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ocr.v20181119.models.ClassifyDetectInfo
-
public class ClassifyDetectInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ClassifyDetectInfo()
ClassifyDetectInfo(ClassifyDetectInfo 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 String
getName()
Get 分类名称,包括:身份证、护照、名片、银行卡、行驶证、驾驶证、港澳台通行证、户口本、港澳台来往内地通行证、港澳台居住证、不动产证、营业执照Rect
getRect()
Get 位置坐标String
getType()
Get 分类类型 注意:此字段可能返回 null,表示取不到有效值。void
setName(String Name)
Set 分类名称,包括:身份证、护照、名片、银行卡、行驶证、驾驶证、港澳台通行证、户口本、港澳台来往内地通行证、港澳台居住证、不动产证、营业执照void
setRect(Rect Rect)
Set 位置坐标void
setType(String Type)
Set 分类类型 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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
-
ClassifyDetectInfo
public ClassifyDetectInfo()
-
ClassifyDetectInfo
public ClassifyDetectInfo(ClassifyDetectInfo 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 分类名称,包括:身份证、护照、名片、银行卡、行驶证、驾驶证、港澳台通行证、户口本、港澳台来往内地通行证、港澳台居住证、不动产证、营业执照- Returns:
- Name 分类名称,包括:身份证、护照、名片、银行卡、行驶证、驾驶证、港澳台通行证、户口本、港澳台来往内地通行证、港澳台居住证、不动产证、营业执照
-
setName
public void setName(String Name)
Set 分类名称,包括:身份证、护照、名片、银行卡、行驶证、驾驶证、港澳台通行证、户口本、港澳台来往内地通行证、港澳台居住证、不动产证、营业执照- Parameters:
Name
- 分类名称,包括:身份证、护照、名片、银行卡、行驶证、驾驶证、港澳台通行证、户口本、港澳台来往内地通行证、港澳台居住证、不动产证、营业执照
-
getType
public String getType()
Get 分类类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Type 分类类型 注意:此字段可能返回 null,表示取不到有效值。
-
setType
public void setType(String Type)
Set 分类类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Type
- 分类类型 注意:此字段可能返回 null,表示取不到有效值。
-
getRect
public Rect getRect()
Get 位置坐标- Returns:
- Rect 位置坐标
-
setRect
public void setRect(Rect Rect)
Set 位置坐标- Parameters:
Rect
- 位置坐标
-
-