public class AiAnalysisTaskHighlightOutput extends AbstractModel
header, skipSign| Constructor and Description |
|---|
AiAnalysisTaskHighlightOutput() |
AiAnalysisTaskHighlightOutput(AiAnalysisTaskHighlightOutput 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 |
|---|---|
MediaAiAnalysisHighlightItem[] |
getHighlightSet()
Get List of intelligently generated highlights
Note: This list displays the first 100 results at most.
|
String |
getHighlightSetFileUrl()
Get URL to the file for intelligently generated highlights.
|
String |
getHighlightSetFileUrlExpireTime()
Get Expiration time of the URL to the file for intelligently generated highlights, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format)
|
void |
setHighlightSet(MediaAiAnalysisHighlightItem[] HighlightSet)
Set List of intelligently generated highlights
Note: This list displays the first 100 results at most.
|
void |
setHighlightSetFileUrl(String HighlightSetFileUrl)
Set URL to the file for intelligently generated highlights.
|
void |
setHighlightSetFileUrlExpireTime(String HighlightSetFileUrlExpireTime)
Set Expiration time of the URL to the file for intelligently generated highlights, 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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AiAnalysisTaskHighlightOutput()
public AiAnalysisTaskHighlightOutput(AiAnalysisTaskHighlightOutput source)
public MediaAiAnalysisHighlightItem[] getHighlightSet()
public void setHighlightSet(MediaAiAnalysisHighlightItem[] HighlightSet)
HighlightSet - List of intelligently generated highlights
Note: This list displays the first 100 results at most. You can get all the results from the file at the URL specified by `HighlightSetFileUrl`.public String getHighlightSetFileUrl()
public void setHighlightSetFileUrl(String HighlightSetFileUrl)
HighlightSetFileUrl - URL to the file for intelligently generated highlights. The file is in JSON format and has the same data structure as `HighlightSet`. Instead of being saved permanently, the file is deleted upon the expiration time specified by `HighlightSetFileUrlExpireTime`.public String getHighlightSetFileUrlExpireTime()
public void setHighlightSetFileUrlExpireTime(String HighlightSetFileUrlExpireTime)
HighlightSetFileUrlExpireTime - Expiration time of the URL to the file for intelligently generated highlights, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format)Copyright © 2024. All rights reserved.