public class AiAnalysisTaskTagOutput extends AbstractModel
| Constructor and Description |
|---|
AiAnalysisTaskTagOutput() |
AiAnalysisTaskTagOutput(AiAnalysisTaskTagOutput 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 |
|---|---|
MediaAiAnalysisTagItem[] |
getTagSet()
Get 视频智能标签列表。
注意 :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 TagSetFileUrl 对应的文件中获取。
|
String |
getTagSetFileUrl()
Get 视频智能标签列表文件 URL。文件的内容为 JSON,数据结构与 TagSet 字段一致。 (文件不会永久存储,到达 TagSetFileUrlExpireTime 时间点后文件将被删除)。
|
String |
getTagSetFileUrlExpireTime()
Get 视频智能标签列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
void |
setTagSet(MediaAiAnalysisTagItem[] TagSet)
Set 视频智能标签列表。
注意 :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 TagSetFileUrl 对应的文件中获取。
|
void |
setTagSetFileUrl(String TagSetFileUrl)
Set 视频智能标签列表文件 URL。文件的内容为 JSON,数据结构与 TagSet 字段一致。 (文件不会永久存储,到达 TagSetFileUrlExpireTime 时间点后文件将被删除)。
|
void |
setTagSetFileUrlExpireTime(String TagSetFileUrlExpireTime)
Set 视频智能标签列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
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, toJsonStringpublic AiAnalysisTaskTagOutput()
public AiAnalysisTaskTagOutput(AiAnalysisTaskTagOutput source)
public MediaAiAnalysisTagItem[] getTagSet()
public void setTagSet(MediaAiAnalysisTagItem[] TagSet)
TagSet - 视频智能标签列表。
注意 :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 TagSetFileUrl 对应的文件中获取。public String getTagSetFileUrl()
public void setTagSetFileUrl(String TagSetFileUrl)
TagSetFileUrl - 视频智能标签列表文件 URL。文件的内容为 JSON,数据结构与 TagSet 字段一致。 (文件不会永久存储,到达 TagSetFileUrlExpireTime 时间点后文件将被删除)。public String getTagSetFileUrlExpireTime()
public void setTagSetFileUrlExpireTime(String TagSetFileUrlExpireTime)
TagSetFileUrlExpireTime - 视频智能标签列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。Copyright © 2021. All rights reserved.