Uses of Class
com.tencentcloudapi.faceid.v20180301.models.DetectInfoIdCardData
-
Packages that use DetectInfoIdCardData Package Description com.tencentcloudapi.faceid.v20180301.models -
-
Uses of DetectInfoIdCardData in com.tencentcloudapi.faceid.v20180301.models
Methods in com.tencentcloudapi.faceid.v20180301.models that return DetectInfoIdCardData Modifier and Type Method Description DetectInfoIdCardDataGetDetectInfoEnhancedResponse. getIdCardData()Get 身份证照片信息。 注意:此字段可能返回 null,表示取不到有效值。DetectInfoIdCardDataGetEidResultResponse. getIdCardData()Get 身份证照片信息。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.faceid.v20180301.models with parameters of type DetectInfoIdCardData Modifier and Type Method Description voidGetDetectInfoEnhancedResponse. setIdCardData(DetectInfoIdCardData IdCardData)Set 身份证照片信息。 注意:此字段可能返回 null,表示取不到有效值。voidGetEidResultResponse. setIdCardData(DetectInfoIdCardData IdCardData)Set 身份证照片信息。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.faceid.v20180301.models with parameters of type DetectInfoIdCardData Constructor Description DetectInfoIdCardData(DetectInfoIdCardData 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.
-