public class AiAnalysisTaskClassificationOutput extends AbstractModel
skipSign
Constructor and Description |
---|
AiAnalysisTaskClassificationOutput() |
AiAnalysisTaskClassificationOutput(AiAnalysisTaskClassificationOutput 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 |
---|---|
MediaAiAnalysisClassificationItem[] |
getClassificationSet()
Get List of intelligently generated video categories
Note: This list displays the first 100 results at most.
|
String |
getClassificationSetFileUrl()
Get URL to the file for intelligently generated video categories.
|
String |
getClassificationSetFileUrlExpireTime()
Get Expiration time of the URL to the file for intelligently generated video categories, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format)
|
void |
setClassificationSet(MediaAiAnalysisClassificationItem[] ClassificationSet)
Set List of intelligently generated video categories
Note: This list displays the first 100 results at most.
|
void |
setClassificationSetFileUrl(String ClassificationSetFileUrl)
Set URL to the file for intelligently generated video categories.
|
void |
setClassificationSetFileUrlExpireTime(String ClassificationSetFileUrlExpireTime)
Set Expiration time of the URL to the file for intelligently generated video categories, 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, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AiAnalysisTaskClassificationOutput()
public AiAnalysisTaskClassificationOutput(AiAnalysisTaskClassificationOutput source)
public MediaAiAnalysisClassificationItem[] getClassificationSet()
public void setClassificationSet(MediaAiAnalysisClassificationItem[] ClassificationSet)
ClassificationSet
- List of intelligently generated video categories
Note: This list displays the first 100 results at most. You can get all the results from the file at the URL specified by `ClassificationSetFileUrl`.public String getClassificationSetFileUrl()
public void setClassificationSetFileUrl(String ClassificationSetFileUrl)
ClassificationSetFileUrl
- URL to the file for intelligently generated video categories. The file is in JSON format and has the same data structure as `ClassificationSet`. Instead of being saved permanently, the file is deleted upon the expiration time specified by `ClassificationSetFileUrlExpireTime`.public String getClassificationSetFileUrlExpireTime()
public void setClassificationSetFileUrlExpireTime(String ClassificationSetFileUrlExpireTime)
ClassificationSetFileUrlExpireTime
- Expiration time of the URL to the file for intelligently generated video categories, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format)Copyright © 2023. All rights reserved.