Class ProcessImageRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vod.v20180717.models.ProcessImageRequest
-
public class ProcessImageRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ProcessImageRequest()
ProcessImageRequest(ProcessImageRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageContentReviewInput
getContentReviewInput()
Get 图片内容智能识别参数,当 Operation 为 ContentReview 时该字段有效。String
getFileId()
Get 媒体文件 ID,即该文件在云点播上的全局唯一标识符。本接口要求媒体文件必须是图片格式。String
getOperation()
Get 操作类型。现在仅支持填 ContentReview,表示内容智能识别。Long
getSubAppId()
Get 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。void
setContentReviewInput(ImageContentReviewInput ContentReviewInput)
Set 图片内容智能识别参数,当 Operation 为 ContentReview 时该字段有效。void
setFileId(String FileId)
Set 媒体文件 ID,即该文件在云点播上的全局唯一标识符。本接口要求媒体文件必须是图片格式。void
setOperation(String Operation)
Set 操作类型。现在仅支持填 ContentReview,表示内容智能识别。void
setSubAppId(Long SubAppId)
Set 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ProcessImageRequest
public ProcessImageRequest()
-
ProcessImageRequest
public ProcessImageRequest(ProcessImageRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getFileId
public String getFileId()
Get 媒体文件 ID,即该文件在云点播上的全局唯一标识符。本接口要求媒体文件必须是图片格式。- Returns:
- FileId 媒体文件 ID,即该文件在云点播上的全局唯一标识符。本接口要求媒体文件必须是图片格式。
-
setFileId
public void setFileId(String FileId)
Set 媒体文件 ID,即该文件在云点播上的全局唯一标识符。本接口要求媒体文件必须是图片格式。- Parameters:
FileId
- 媒体文件 ID,即该文件在云点播上的全局唯一标识符。本接口要求媒体文件必须是图片格式。
-
getOperation
public String getOperation()
Get 操作类型。现在仅支持填 ContentReview,表示内容智能识别。- Returns:
- Operation 操作类型。现在仅支持填 ContentReview,表示内容智能识别。
-
setOperation
public void setOperation(String Operation)
Set 操作类型。现在仅支持填 ContentReview,表示内容智能识别。- Parameters:
Operation
- 操作类型。现在仅支持填 ContentReview,表示内容智能识别。
-
getContentReviewInput
public ImageContentReviewInput getContentReviewInput()
Get 图片内容智能识别参数,当 Operation 为 ContentReview 时该字段有效。- Returns:
- ContentReviewInput 图片内容智能识别参数,当 Operation 为 ContentReview 时该字段有效。
-
setContentReviewInput
public void setContentReviewInput(ImageContentReviewInput ContentReviewInput)
Set 图片内容智能识别参数,当 Operation 为 ContentReview 时该字段有效。- Parameters:
ContentReviewInput
- 图片内容智能识别参数,当 Operation 为 ContentReview 时该字段有效。
-
getSubAppId
public Long getSubAppId()
Get 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。- Returns:
- SubAppId 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
-
setSubAppId
public void setSubAppId(Long SubAppId)
Set 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。- Parameters:
SubAppId
- 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
-
-