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;
        }
Esempio n. 2
0
        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);
        }