copy from FlexJobApi.Core/Models/CommonServer/OcrUtils/Commands/GetIdentityOcrCommand.cs
copy to FlexJobApi.Core/Models/CommonServer/OcrUtils/Commands/GetIdentityFrontOcrCommand.cs
File was copied from FlexJobApi.Core/Models/CommonServer/OcrUtils/Commands/GetIdentityOcrCommand.cs |
| | |
| | | namespace FlexJobApi.Core |
| | | { |
| | | /// <summary> |
| | | /// 文字识别身份证 |
| | | /// 文字识别身份证正面 |
| | | /// </summary> |
| | | [Resource([EnumResourceController.CommonServerOcrUtils], Method = EnumResourceMethod.Post)] |
| | | public class GetIdentityOcrCommand : IRequest<GetIdentityOcrCommandResult> |
| | | public class GetIdentityFrontOcrCommand : IRequest<GetIdentityFrontOcrCommandResult> |
| | | { |
| | | /// <summary> |
| | | /// 通道 |
| | |
| | | /// <summary> |
| | | /// 文字识别身份证 |
| | | /// </summary> |
| | | public class GetIdentityOcrCommandResult |
| | | public class GetIdentityFrontOcrCommandResult |
| | | { |
| | | /// <summary> |
| | | /// 地址 |
| | |
| | | /// <summary> |
| | | /// 模型 |
| | | /// </summary> |
| | | public BaiduOcrBusinessLicenseResultModel Model { get; set; } |
| | | public BaiduOcrIdentityFrontResultModel Model { get; set; } |
| | | } |
| | | } |