using System;
using System.Xml.Serialization;
namespace Aop.Api.Domain
{
///
/// AlipayIserviceCognitiveOcrTablesQueryModel Data Structure.
///
[Serializable]
public class AlipayIserviceCognitiveOcrTablesQueryModel : AopObject
{
///
/// 图片base64后内容,大小控制在1M以内
///
[XmlElement("image_content")]
public string ImageContent { get; set; }
}
}