public class VideoFaceFusionOutput extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
VideoFaceFusionOutput()  | 
VideoFaceFusionOutput(VideoFaceFusionOutput 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 | 
getDurationInSec()
Get Video duration, in seconds 
 | 
Long | 
getFPS()
Get Frames per second 
 | 
Long | 
getFrame()
Get Number of frames 
 | 
Long | 
getHeight()
Get Video height 
 | 
String | 
getVideoMD5()
Get MD5 value of the video output after video face fusion, which is used for verification 
 | 
String | 
getVideoUrl()
Get URL of the video output after video face fusion 
 | 
Long | 
getWidth()
Get Video width 
 | 
void | 
setDurationInSec(Float DurationInSec)
Set Video duration, in seconds 
 | 
void | 
setFPS(Long FPS)
Set Frames per second 
 | 
void | 
setFrame(Long Frame)
Set Number of frames 
 | 
void | 
setHeight(Long Height)
Set Video height 
 | 
void | 
setVideoMD5(String VideoMD5)
Set MD5 value of the video output after video face fusion, which is used for verification 
 | 
void | 
setVideoUrl(String VideoUrl)
Set URL of the video output after video face fusion 
 | 
void | 
setWidth(Long Width)
Set Video width 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic VideoFaceFusionOutput()
public VideoFaceFusionOutput(VideoFaceFusionOutput source)
public String getVideoUrl()
public void setVideoUrl(String VideoUrl)
VideoUrl - URL of the video output after video face fusionpublic String getVideoMD5()
public void setVideoMD5(String VideoMD5)
VideoMD5 - MD5 value of the video output after video face fusion, which is used for verificationpublic Long getWidth()
public void setWidth(Long Width)
Width - Video widthpublic Long getHeight()
public void setHeight(Long Height)
Height - Video heightpublic Long getFPS()
public void setFPS(Long FPS)
FPS - Frames per secondpublic Float getDurationInSec()
public void setDurationInSec(Float DurationInSec)
DurationInSec - Video duration, in secondspublic Long getFrame()
public void setFrame(Long Frame)
Frame - Number of framesCopyright © 2025. All rights reserved.