All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.model.imagex.v2.GetImageQualityResResultNrScores Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.model.imagex.v2;


import com.alibaba.fastjson.JSON;

/**
 * GetImageQualityResResultNrScores
 */
@lombok.Data
public final class GetImageQualityResResultNrScores  {

    /**
     * 

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "vqscore") private Double vqscore; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "blockiness") private Double blockiness; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "aesthetic") private Double aesthetic; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "hue") private Double hue; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "saturation") private Double saturation; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "overexposure") private Double overexposure; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "texture") private Double texture; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "colorfulness") private Double colorfulness; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "brightness") private Double brightness; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "contrast") private Double contrast; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "advcolor") private Double advcolor; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "noise") private Double noise; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "blur") private Double blur; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "cg") private Double cg; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "cmartifact") private Double cmartifact; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "green") private Double green; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy