public class CloudStorageAIServiceTaskVideoMetaInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
CloudStorageAIServiceTaskVideoMetaInfo() |
CloudStorageAIServiceTaskVideoMetaInfo(CloudStorageAIServiceTaskVideoMetaInfo 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 |
---|---|
Long |
getDurationMilliSeconds()
Get 视频时长(单位:毫秒)
|
String |
getThumbnailFileName()
Get 视频对应的缩略图的文件名称(含扩展名)
|
void |
setDurationMilliSeconds(Long DurationMilliSeconds)
Set 视频时长(单位:毫秒)
|
void |
setThumbnailFileName(String ThumbnailFileName)
Set 视频对应的缩略图的文件名称(含扩展名)
|
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, toJsonString
public CloudStorageAIServiceTaskVideoMetaInfo()
public CloudStorageAIServiceTaskVideoMetaInfo(CloudStorageAIServiceTaskVideoMetaInfo source)
public String getThumbnailFileName()
public void setThumbnailFileName(String ThumbnailFileName)
ThumbnailFileName
- 视频对应的缩略图的文件名称(含扩展名)public Long getDurationMilliSeconds()
public void setDurationMilliSeconds(Long DurationMilliSeconds)
DurationMilliSeconds
- 视频时长(单位:毫秒)Copyright © 2025. All rights reserved.