public class SubmitVideoFaceFusionJobResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
SubmitVideoFaceFusionJobResponse() |
SubmitVideoFaceFusionJobResponse(SubmitVideoFaceFusionJobResponse 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.
|
Modifier and Type | Method and Description |
---|---|
Float |
getEstimatedProcessTime()
Get Estimated processing time of the video face fusion task, in seconds
|
String |
getJobId()
Get Job ID of the video face fusion task
|
Long |
getJobQueueLength()
Get Estimated processing time of the video face fusion task, in seconds
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
FuseFaceReviewResult[] |
getReviewResultSet()
Get Inappropriate content recognition result.
|
void |
setEstimatedProcessTime(Float EstimatedProcessTime)
Set Estimated processing time of the video face fusion task, in seconds
|
void |
setJobId(String JobId)
Set Job ID of the video face fusion task
|
void |
setJobQueueLength(Long JobQueueLength)
Set Estimated processing time of the video face fusion task, in seconds
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setReviewResultSet(FuseFaceReviewResult[] ReviewResultSet)
Set Inappropriate content recognition result.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SubmitVideoFaceFusionJobResponse()
public SubmitVideoFaceFusionJobResponse(SubmitVideoFaceFusionJobResponse source)
public String getJobId()
public void setJobId(String JobId)
JobId
- Job ID of the video face fusion taskpublic Float getEstimatedProcessTime()
public void setEstimatedProcessTime(Float EstimatedProcessTime)
EstimatedProcessTime
- Estimated processing time of the video face fusion task, in secondspublic Long getJobQueueLength()
public void setJobQueueLength(Long JobQueueLength)
JobQueueLength
- Estimated processing time of the video face fusion task, in secondspublic FuseFaceReviewResult[] getReviewResultSet()
public void setReviewResultSet(FuseFaceReviewResult[] ReviewResultSet)
ReviewResultSet
- Inappropriate content recognition result. The element order of this array is the same as that of mergeinfo in the request, with a one-to-one relationship.
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.