NewGaoKaoApi/PaymentSDK/AliPay/Response/AftAifinFireeyeOcrImageQuer...

19 lines
457 B
C#
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

using System;
using System.Xml.Serialization;
using Aop.Api.Domain;
namespace Aop.Api.Response
{
/// <summary>
/// AftAifinFireeyeOcrImageQueryResponse.
/// </summary>
public class AftAifinFireeyeOcrImageQueryResponse : AopResponse
{
/// <summary>
/// 识别结果字段这个是一个JSON字符串
/// </summary>
[XmlElement("content")]
public OcrIdentifyResult Content { get; set; }
}
}