Aliyun.Acs.Live.Transform.V20161101.ImagePornDetectionResponseUnmarshaller.Unmarshall C# (CSharp) Метод

Unmarshall() публичный статический Метод

public static Unmarshall ( UnmarshallerContext context ) : ImagePornDetectionResponse
context UnmarshallerContext
Результат ImagePornDetectionResponse
        public static ImagePornDetectionResponse Unmarshall(UnmarshallerContext context)
        {
            ImagePornDetectionResponse imagePornDetectionResponse = new ImagePornDetectionResponse();

            imagePornDetectionResponse.HttpResponse = context.HttpResponse;
            imagePornDetectionResponse.RequestId = context.StringValue("ImagePornDetection.RequestId");
            imagePornDetectionResponse.Label = context.StringValue("ImagePornDetection.Label");
            imagePornDetectionResponse.Rate = context.FloatValue("ImagePornDetection.Rate");

            return imagePornDetectionResponse;
        }
ImagePornDetectionResponseUnmarshaller