using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
///
/// AntOcrDriverlicenseIdentifyResponse.
///
public class AntOcrDriverlicenseIdentifyResponse : AopResponse
{
///
/// 识别结果
///
[XmlElement("result")]
public string Result { get; set; }
}
}