using System;
using System.IO;
using System.Collections.Generic;
using COSXML.Model.Tag;
using COSXML.Transfer;
namespace COSXML.Model.CI
{
///
///
///
public sealed class SubmitTextCensorJobsResult : CosDataResult
{
///
/// 文本审核结果
///
///
public TextCensorJobsResponse textCensorJobsResponse {
get {return _data; }
}
}
}