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

com.volcengine.model.imagex.v2.CreateImageTemplateBodyExif 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;
import java.util.List;

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

    /**
     * 

是否开启保留全部 EXIF 信息。取值如下所示:

* *

- `true`:是

* *

- `false`:否

*/ @com.alibaba.fastjson.annotation.JSONField(name = "AutoOrientOff") private Boolean autoOrientOff; /** *

保留部分 EXIF 信息的具体内容,多个之间用`,`分隔。更多信息请参考[标准 EXIF 标签](https://exiv2.org/tags.html)。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "ExifRetainNames") private List exifRetainNames; /** *

是否开启保留全部 EXIF 信息,取值如下所示:

* *

- `true`:是

* *

- `false`:否

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy