aliyun-net-sdk-imm/Imm/Model/V20170906/ListImagesResponse.cs (1,451 lines of code) (raw):
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
using System.Collections.Generic;
using Aliyun.Acs.Core;
namespace Aliyun.Acs.imm.Model.V20170906
{
public class ListImagesResponse : AcsResponse
{
private string setId;
private string nextMarker;
private string requestId;
private List<ListImages_ImagesItem> images;
public string SetId
{
get
{
return setId;
}
set
{
setId = value;
}
}
public string NextMarker
{
get
{
return nextMarker;
}
set
{
nextMarker = value;
}
}
public string RequestId
{
get
{
return requestId;
}
set
{
requestId = value;
}
}
public List<ListImages_ImagesItem> Images
{
get
{
return images;
}
set
{
images = value;
}
}
public class ListImages_ImagesItem
{
private string facesModifyTime;
private string oCRModifyTime;
private string oCRStatus;
private string sourcePosition;
private string exif;
private string imageUri;
private int? imageWidth;
private string imageFormat;
private string sourceType;
private string modifyTime;
private int? fileSize;
private string sourceUri;
private string createTime;
private string facesStatus;
private string remarksA;
private int? imageHeight;
private string remarksB;
private string imageTime;
private string orientation;
private string location;
private string oCRFailReason;
private string facesFailReason;
private string tagsFailReason;
private string tagsModifyTime;
private string tagsStatus;
private string remarksC;
private string remarksD;
private string externalId;
private string addressModifyTime;
private string addressStatus;
private string addressFailReason;
private string remarksArrayA;
private string remarksArrayB;
private string imageQualityStatus;
private string imageQualityFailReason;
private string imageQualityModifyTime;
private string croppingSuggestionStatus;
private string croppingSuggestionFailReason;
private string croppingSuggestionModifyTime;
private List<ListImages_CroppingSuggestionItem> croppingSuggestion;
private List<ListImages_FacesItem> faces;
private List<ListImages_TagsItem> tags;
private List<ListImages_OCRItem> oCR;
private ListImages_ImageQuality imageQuality;
private ListImages_Address address;
public string FacesModifyTime
{
get
{
return facesModifyTime;
}
set
{
facesModifyTime = value;
}
}
public string OCRModifyTime
{
get
{
return oCRModifyTime;
}
set
{
oCRModifyTime = value;
}
}
public string OCRStatus
{
get
{
return oCRStatus;
}
set
{
oCRStatus = value;
}
}
public string SourcePosition
{
get
{
return sourcePosition;
}
set
{
sourcePosition = value;
}
}
public string Exif
{
get
{
return exif;
}
set
{
exif = value;
}
}
public string ImageUri
{
get
{
return imageUri;
}
set
{
imageUri = value;
}
}
public int? ImageWidth
{
get
{
return imageWidth;
}
set
{
imageWidth = value;
}
}
public string ImageFormat
{
get
{
return imageFormat;
}
set
{
imageFormat = value;
}
}
public string SourceType
{
get
{
return sourceType;
}
set
{
sourceType = value;
}
}
public string ModifyTime
{
get
{
return modifyTime;
}
set
{
modifyTime = value;
}
}
public int? FileSize
{
get
{
return fileSize;
}
set
{
fileSize = value;
}
}
public string SourceUri
{
get
{
return sourceUri;
}
set
{
sourceUri = value;
}
}
public string CreateTime
{
get
{
return createTime;
}
set
{
createTime = value;
}
}
public string FacesStatus
{
get
{
return facesStatus;
}
set
{
facesStatus = value;
}
}
public string RemarksA
{
get
{
return remarksA;
}
set
{
remarksA = value;
}
}
public int? ImageHeight
{
get
{
return imageHeight;
}
set
{
imageHeight = value;
}
}
public string RemarksB
{
get
{
return remarksB;
}
set
{
remarksB = value;
}
}
public string ImageTime
{
get
{
return imageTime;
}
set
{
imageTime = value;
}
}
public string Orientation
{
get
{
return orientation;
}
set
{
orientation = value;
}
}
public string Location
{
get
{
return location;
}
set
{
location = value;
}
}
public string OCRFailReason
{
get
{
return oCRFailReason;
}
set
{
oCRFailReason = value;
}
}
public string FacesFailReason
{
get
{
return facesFailReason;
}
set
{
facesFailReason = value;
}
}
public string TagsFailReason
{
get
{
return tagsFailReason;
}
set
{
tagsFailReason = value;
}
}
public string TagsModifyTime
{
get
{
return tagsModifyTime;
}
set
{
tagsModifyTime = value;
}
}
public string TagsStatus
{
get
{
return tagsStatus;
}
set
{
tagsStatus = value;
}
}
public string RemarksC
{
get
{
return remarksC;
}
set
{
remarksC = value;
}
}
public string RemarksD
{
get
{
return remarksD;
}
set
{
remarksD = value;
}
}
public string ExternalId
{
get
{
return externalId;
}
set
{
externalId = value;
}
}
public string AddressModifyTime
{
get
{
return addressModifyTime;
}
set
{
addressModifyTime = value;
}
}
public string AddressStatus
{
get
{
return addressStatus;
}
set
{
addressStatus = value;
}
}
public string AddressFailReason
{
get
{
return addressFailReason;
}
set
{
addressFailReason = value;
}
}
public string RemarksArrayA
{
get
{
return remarksArrayA;
}
set
{
remarksArrayA = value;
}
}
public string RemarksArrayB
{
get
{
return remarksArrayB;
}
set
{
remarksArrayB = value;
}
}
public string ImageQualityStatus
{
get
{
return imageQualityStatus;
}
set
{
imageQualityStatus = value;
}
}
public string ImageQualityFailReason
{
get
{
return imageQualityFailReason;
}
set
{
imageQualityFailReason = value;
}
}
public string ImageQualityModifyTime
{
get
{
return imageQualityModifyTime;
}
set
{
imageQualityModifyTime = value;
}
}
public string CroppingSuggestionStatus
{
get
{
return croppingSuggestionStatus;
}
set
{
croppingSuggestionStatus = value;
}
}
public string CroppingSuggestionFailReason
{
get
{
return croppingSuggestionFailReason;
}
set
{
croppingSuggestionFailReason = value;
}
}
public string CroppingSuggestionModifyTime
{
get
{
return croppingSuggestionModifyTime;
}
set
{
croppingSuggestionModifyTime = value;
}
}
public List<ListImages_CroppingSuggestionItem> CroppingSuggestion
{
get
{
return croppingSuggestion;
}
set
{
croppingSuggestion = value;
}
}
public List<ListImages_FacesItem> Faces
{
get
{
return faces;
}
set
{
faces = value;
}
}
public List<ListImages_TagsItem> Tags
{
get
{
return tags;
}
set
{
tags = value;
}
}
public List<ListImages_OCRItem> OCR
{
get
{
return oCR;
}
set
{
oCR = value;
}
}
public ListImages_ImageQuality ImageQuality
{
get
{
return imageQuality;
}
set
{
imageQuality = value;
}
}
public ListImages_Address Address
{
get
{
return address;
}
set
{
address = value;
}
}
public class ListImages_CroppingSuggestionItem
{
private string aspectRatio;
private float? score;
private ListImages_CroppingBoundary croppingBoundary;
public string AspectRatio
{
get
{
return aspectRatio;
}
set
{
aspectRatio = value;
}
}
public float? Score
{
get
{
return score;
}
set
{
score = value;
}
}
public ListImages_CroppingBoundary CroppingBoundary
{
get
{
return croppingBoundary;
}
set
{
croppingBoundary = value;
}
}
public class ListImages_CroppingBoundary
{
private int? width;
private int? height;
private int? left;
private int? top;
public int? Width
{
get
{
return width;
}
set
{
width = value;
}
}
public int? Height
{
get
{
return height;
}
set
{
height = value;
}
}
public int? Left
{
get
{
return left;
}
set
{
left = value;
}
}
public int? Top
{
get
{
return top;
}
set
{
top = value;
}
}
}
}
public class ListImages_FacesItem
{
private int? age;
private float? genderConfidence;
private float? attractive;
private string gender;
private float? faceConfidence;
private string emotion;
private string faceId;
private float? emotionConfidence;
private string groupId;
private float? faceQuality;
private ListImages_EmotionDetails emotionDetails;
private ListImages_FaceAttributes faceAttributes;
public int? Age
{
get
{
return age;
}
set
{
age = value;
}
}
public float? GenderConfidence
{
get
{
return genderConfidence;
}
set
{
genderConfidence = value;
}
}
public float? Attractive
{
get
{
return attractive;
}
set
{
attractive = value;
}
}
public string Gender
{
get
{
return gender;
}
set
{
gender = value;
}
}
public float? FaceConfidence
{
get
{
return faceConfidence;
}
set
{
faceConfidence = value;
}
}
public string Emotion
{
get
{
return emotion;
}
set
{
emotion = value;
}
}
public string FaceId
{
get
{
return faceId;
}
set
{
faceId = value;
}
}
public float? EmotionConfidence
{
get
{
return emotionConfidence;
}
set
{
emotionConfidence = value;
}
}
public string GroupId
{
get
{
return groupId;
}
set
{
groupId = value;
}
}
public float? FaceQuality
{
get
{
return faceQuality;
}
set
{
faceQuality = value;
}
}
public ListImages_EmotionDetails EmotionDetails
{
get
{
return emotionDetails;
}
set
{
emotionDetails = value;
}
}
public ListImages_FaceAttributes FaceAttributes
{
get
{
return faceAttributes;
}
set
{
faceAttributes = value;
}
}
public class ListImages_EmotionDetails
{
private float? sAD;
private float? cALM;
private float? aNGRY;
private float? hAPPY;
private float? sCARED;
private float? dISGUSTED;
private float? sURPRISED;
public float? SAD
{
get
{
return sAD;
}
set
{
sAD = value;
}
}
public float? CALM
{
get
{
return cALM;
}
set
{
cALM = value;
}
}
public float? ANGRY
{
get
{
return aNGRY;
}
set
{
aNGRY = value;
}
}
public float? HAPPY
{
get
{
return hAPPY;
}
set
{
hAPPY = value;
}
}
public float? SCARED
{
get
{
return sCARED;
}
set
{
sCARED = value;
}
}
public float? DISGUSTED
{
get
{
return dISGUSTED;
}
set
{
dISGUSTED = value;
}
}
public float? SURPRISED
{
get
{
return sURPRISED;
}
set
{
sURPRISED = value;
}
}
}
public class ListImages_FaceAttributes
{
private float? glassesConfidence;
private string glasses;
private string beard;
private float? maskConfidence;
private float? beardConfidence;
private string mask;
private ListImages_FaceBoundary faceBoundary;
private ListImages_HeadPose headPose;
public float? GlassesConfidence
{
get
{
return glassesConfidence;
}
set
{
glassesConfidence = value;
}
}
public string Glasses
{
get
{
return glasses;
}
set
{
glasses = value;
}
}
public string Beard
{
get
{
return beard;
}
set
{
beard = value;
}
}
public float? MaskConfidence
{
get
{
return maskConfidence;
}
set
{
maskConfidence = value;
}
}
public float? BeardConfidence
{
get
{
return beardConfidence;
}
set
{
beardConfidence = value;
}
}
public string Mask
{
get
{
return mask;
}
set
{
mask = value;
}
}
public ListImages_FaceBoundary FaceBoundary
{
get
{
return faceBoundary;
}
set
{
faceBoundary = value;
}
}
public ListImages_HeadPose HeadPose
{
get
{
return headPose;
}
set
{
headPose = value;
}
}
public class ListImages_FaceBoundary
{
private int? top;
private int? height;
private int? width;
private int? left;
public int? Top
{
get
{
return top;
}
set
{
top = value;
}
}
public int? Height
{
get
{
return height;
}
set
{
height = value;
}
}
public int? Width
{
get
{
return width;
}
set
{
width = value;
}
}
public int? Left
{
get
{
return left;
}
set
{
left = value;
}
}
}
public class ListImages_HeadPose
{
private float? pitch;
private float? roll;
private float? yaw;
public float? Pitch
{
get
{
return pitch;
}
set
{
pitch = value;
}
}
public float? Roll
{
get
{
return roll;
}
set
{
roll = value;
}
}
public float? Yaw
{
get
{
return yaw;
}
set
{
yaw = value;
}
}
}
}
}
public class ListImages_TagsItem
{
private float? tagConfidence;
private int? tagLevel;
private string tagName;
private string parentTagName;
public float? TagConfidence
{
get
{
return tagConfidence;
}
set
{
tagConfidence = value;
}
}
public int? TagLevel
{
get
{
return tagLevel;
}
set
{
tagLevel = value;
}
}
public string TagName
{
get
{
return tagName;
}
set
{
tagName = value;
}
}
public string ParentTagName
{
get
{
return parentTagName;
}
set
{
parentTagName = value;
}
}
}
public class ListImages_OCRItem
{
private string oCRContents;
private float? oCRConfidence;
private ListImages_OCRBoundary oCRBoundary;
public string OCRContents
{
get
{
return oCRContents;
}
set
{
oCRContents = value;
}
}
public float? OCRConfidence
{
get
{
return oCRConfidence;
}
set
{
oCRConfidence = value;
}
}
public ListImages_OCRBoundary OCRBoundary
{
get
{
return oCRBoundary;
}
set
{
oCRBoundary = value;
}
}
public class ListImages_OCRBoundary
{
private int? left;
private int? top;
private int? width;
private int? height;
public int? Left
{
get
{
return left;
}
set
{
left = value;
}
}
public int? Top
{
get
{
return top;
}
set
{
top = value;
}
}
public int? Width
{
get
{
return width;
}
set
{
width = value;
}
}
public int? Height
{
get
{
return height;
}
set
{
height = value;
}
}
}
}
public class ListImages_ImageQuality
{
private float? overallScore;
private float? clarityScore;
private float? clarity;
private float? exposureScore;
private float? exposure;
private float? contrastScore;
private float? contrast;
private float? colorScore;
private float? color;
private float? compositionScore;
public float? OverallScore
{
get
{
return overallScore;
}
set
{
overallScore = value;
}
}
public float? ClarityScore
{
get
{
return clarityScore;
}
set
{
clarityScore = value;
}
}
public float? Clarity
{
get
{
return clarity;
}
set
{
clarity = value;
}
}
public float? ExposureScore
{
get
{
return exposureScore;
}
set
{
exposureScore = value;
}
}
public float? Exposure
{
get
{
return exposure;
}
set
{
exposure = value;
}
}
public float? ContrastScore
{
get
{
return contrastScore;
}
set
{
contrastScore = value;
}
}
public float? Contrast
{
get
{
return contrast;
}
set
{
contrast = value;
}
}
public float? ColorScore
{
get
{
return colorScore;
}
set
{
colorScore = value;
}
}
public float? Color
{
get
{
return color;
}
set
{
color = value;
}
}
public float? CompositionScore
{
get
{
return compositionScore;
}
set
{
compositionScore = value;
}
}
}
public class ListImages_Address
{
private string addressLine;
private string country;
private string province;
private string city;
private string district;
private string township;
public string AddressLine
{
get
{
return addressLine;
}
set
{
addressLine = value;
}
}
public string Country
{
get
{
return country;
}
set
{
country = value;
}
}
public string Province
{
get
{
return province;
}
set
{
province = value;
}
}
public string City
{
get
{
return city;
}
set
{
city = value;
}
}
public string District
{
get
{
return district;
}
set
{
district = value;
}
}
public string Township
{
get
{
return township;
}
set
{
township = value;
}
}
}
}
}
}