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