public class AiAnalysisTaskCoverOutput extends AbstractModel
Constructor and Description |
---|
AiAnalysisTaskCoverOutput() |
AiAnalysisTaskCoverOutput(AiAnalysisTaskCoverOutput 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 |
---|---|
MediaAiAnalysisCoverItem[] |
getCoverSet()
Get List of intelligently generated thumbnails
Note: This list displays the first 100 results at most.
|
String |
getCoverSetFileUrl()
Get URL to the file for intelligently generated thumbnails.
|
String |
getCoverSetFileUrlExpireTime()
Get Expiration time of the URL to the file for intelligently generated thumbnails, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format)
|
void |
setCoverSet(MediaAiAnalysisCoverItem[] CoverSet)
Set List of intelligently generated thumbnails
Note: This list displays the first 100 results at most.
|
void |
setCoverSetFileUrl(String CoverSetFileUrl)
Set URL to the file for intelligently generated thumbnails.
|
void |
setCoverSetFileUrlExpireTime(String CoverSetFileUrlExpireTime)
Set Expiration time of the URL to the file for intelligently generated thumbnails, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public AiAnalysisTaskCoverOutput()
public AiAnalysisTaskCoverOutput(AiAnalysisTaskCoverOutput source)
public MediaAiAnalysisCoverItem[] getCoverSet()
public void setCoverSet(MediaAiAnalysisCoverItem[] CoverSet)
CoverSet
- List of intelligently generated thumbnails
Note: This list displays the first 100 results at most. You can get all the results from the file at the URL specified by `CoverSetFileUrl`.public String getCoverSetFileUrl()
public void setCoverSetFileUrl(String CoverSetFileUrl)
CoverSetFileUrl
- URL to the file for intelligently generated thumbnails. The file is in JSON format and has the same data structure as `CoverSet`. Instead of being saved permanently, the file is deleted upon the expiration time specified by `CoverSetFileUrlExpireTime`.public String getCoverSetFileUrlExpireTime()
public void setCoverSetFileUrlExpireTime(String CoverSetFileUrlExpireTime)
CoverSetFileUrlExpireTime
- Expiration time of the URL to the file for intelligently generated thumbnails, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format)Copyright © 2023. All rights reserved.