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

com.volcengine.model.imagex.v2.GetImageTemplateResResultOutputExtra 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;

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

    /**
     * 

是否压缩颜色空间,取值为"true" / "false"

*/ @com.alibaba.fastjson.annotation.JSONField(name = "png.use_quant") private String pngUseQuant; /** *

是否采用jpeg渐进编码格式,取值为"true" / "false"

*/ @com.alibaba.fastjson.annotation.JSONField(name = "jpeg.progressive") private String jpegProgressive; /** *

heic格式是否开启ROI编码"true"/"false"

*/ @com.alibaba.fastjson.annotation.JSONField(name = "heic.roi") private String heicRoi; /** *

heic位深,"8"/"10"

*/ @com.alibaba.fastjson.annotation.JSONField(name = "heic.encode.depth") private String heicEncodeDepth; /** *

heic缩略图比例

*/ @com.alibaba.fastjson.annotation.JSONField(name = "heic.thumb.ratio") private String heicThumbRatio; /** *

是否带透明通道编码,"false"/"true"

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy