public interface ITencentCloudIdCardOcrService
| 限定符和类型 | 方法和说明 |
|---|---|
default com.tencentcloudapi.ocr.v20181119.models.IDCardOCRResponse |
doIdCardOcr(byte[] idCardImageBytes,
CardSide cardSide)
重载方法:执行身份证识别
|
default com.tencentcloudapi.ocr.v20181119.models.IDCardOCRResponse |
doIdCardOcr(byte[] idCardImageBytes,
CardSide cardSide,
TencentCloudIdCardOcrConfig config)
重载方法:执行身份证识别
|
default com.tencentcloudapi.ocr.v20181119.models.IDCardOCRResponse |
doIdCardOcr(com.tencentcloudapi.ocr.v20181119.models.IDCardOCRRequest request)
重载方法:执行身份证识别
|
com.tencentcloudapi.ocr.v20181119.models.IDCardOCRResponse |
doIdCardOcr(com.tencentcloudapi.ocr.v20181119.models.IDCardOCRRequest request,
TencentCloudIdCardOcrConfig config)
执行身份证识别
|
default com.tencentcloudapi.ocr.v20181119.models.IDCardOCRResponse |
doIdCardOcr(InputStream idCardImageInputStream,
CardSide cardSide)
重载方法:执行身份证识别
|
default com.tencentcloudapi.ocr.v20181119.models.IDCardOCRResponse |
doIdCardOcr(InputStream idCardImageInputStream,
CardSide cardSide,
TencentCloudIdCardOcrConfig config)
重载方法:执行身份证识别
|
TencentCloudIdCardOcrConfig |
getGlobalConfig()
获取全局配置
|
com.tencentcloudapi.ocr.v20181119.models.IDCardOCRResponse doIdCardOcr(com.tencentcloudapi.ocr.v20181119.models.IDCardOCRRequest request,
@Nullable
TencentCloudIdCardOcrConfig config)
throws com.tencentcloudapi.common.exception.TencentCloudSDKException
default com.tencentcloudapi.ocr.v20181119.models.IDCardOCRResponse doIdCardOcr(com.tencentcloudapi.ocr.v20181119.models.IDCardOCRRequest request)
throws com.tencentcloudapi.common.exception.TencentCloudSDKException
request - 请求com.tencentcloudapi.common.exception.TencentCloudSDKException - 调用腾讯云出现异常default com.tencentcloudapi.ocr.v20181119.models.IDCardOCRResponse doIdCardOcr(InputStream idCardImageInputStream, CardSide cardSide, @Nullable TencentCloudIdCardOcrConfig config) throws com.tencentcloudapi.common.exception.TencentCloudSDKException
idCardImageInputStream - 身份证图片输入流cardSide - 身份证正反面枚举config - 当前请求的个性配置com.tencentcloudapi.common.exception.TencentCloudSDKException - 调用腾讯云出现异常default com.tencentcloudapi.ocr.v20181119.models.IDCardOCRResponse doIdCardOcr(InputStream idCardImageInputStream, CardSide cardSide) throws com.tencentcloudapi.common.exception.TencentCloudSDKException
idCardImageInputStream - 身份证图片输入流cardSide - 身份证正反面枚举com.tencentcloudapi.common.exception.TencentCloudSDKException - 调用腾讯云出现异常default com.tencentcloudapi.ocr.v20181119.models.IDCardOCRResponse doIdCardOcr(byte[] idCardImageBytes,
CardSide cardSide,
@Nullable
TencentCloudIdCardOcrConfig config)
throws com.tencentcloudapi.common.exception.TencentCloudSDKException
idCardImageBytes - 身份证图片byte数组cardSide - 身份证正反面枚举config - 当前请求的个性配置com.tencentcloudapi.common.exception.TencentCloudSDKException - 调用腾讯云出现异常default com.tencentcloudapi.ocr.v20181119.models.IDCardOCRResponse doIdCardOcr(byte[] idCardImageBytes,
CardSide cardSide)
throws com.tencentcloudapi.common.exception.TencentCloudSDKException
idCardImageBytes - 身份证图片byte数组cardSide - 身份证正反面枚举com.tencentcloudapi.common.exception.TencentCloudSDKException - 调用腾讯云出现异常@NonNull TencentCloudIdCardOcrConfig getGlobalConfig()
Copyright © 2021 EasyJ寮�婧愮ぞ鍖�. All rights reserved.