com.volcengine.model.imagex.v2.GetImageOCRV2BodyExtra Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
package com.volcengine.model.imagex.v2;
import com.alibaba.fastjson.JSON;
/**
* GetImageOCRV2BodyExtra
*/
@lombok.Data
public final class GetImageOCRV2BodyExtra {
/**
* 默认为False,不开启Extra
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Enable")
private Boolean enable;
/**
* 算子名称
*/
@com.alibaba.fastjson.annotation.JSONField(name = "MMServiceName")
private String mMServiceName;
/**
* 算子版本
*/
@com.alibaba.fastjson.annotation.JSONField(name = "MMServiceVersion")
private String mMServiceVersion;
/**
* 算子的输入参数
*/
@com.alibaba.fastjson.annotation.JSONField(name = "MMServiceInput")
private String mMServiceInput;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy