public interface WxMpOcrService
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
WxMpOcrService.ImageType |
| 限定符和类型 | 方法和说明 |
|---|---|
WxMpOcrIdCardResult |
idCard(WxMpOcrService.ImageType imgType,
File imgFile)
身份证OCR识别接口.
|
WxMpOcrIdCardResult |
idCard(WxMpOcrService.ImageType imgType,
String imgUrl)
身份证OCR识别接口.
|
WxMpOcrIdCardResult idCard(WxMpOcrService.ImageType imgType, String imgUrl) throws WxErrorException
imgType - 图片类型imgUrl - 图片url地址WxErrorException - .WxMpOcrIdCardResult idCard(WxMpOcrService.ImageType imgType, File imgFile) throws WxErrorException
imgType - 图片类型imgFile - 图片文件对象WxErrorException - .Copyright © 2019. All rights reserved.