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

com.volcengine.model.live.v20230101.CreateSnapshotPresetV2BodySnapshotPresetConfigJpegParam Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.model.live.v20230101;


import com.alibaba.fastjson.JSON;

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

    /**
     * 

当前格式的截图是否开启,取值及含义如下所示。

* * * *

- `false`:(默认值)不开启;

* *

- `true`:开启。

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

截图存储到 TOS 时的配置。

* *

:::tip

* *

TOSParam 和 ImageXParam 配置且配置其中一个。

* *

:::

*/ @com.alibaba.fastjson.annotation.JSONField(name = "TOSParam") private CreateSnapshotPresetV2BodySnapshotPresetConfigJpegParamTOSParam tOSParam; /** *

截图存储到 veImageX 时的配置。

* *

:::tip

* *

TOSParam 和 ImageXParam 配置且配置其中一个。

* *

:::

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy