public class AiRecognitionTaskSegmentResultOutput extends AbstractModel
Constructor and Description |
---|
AiRecognitionTaskSegmentResultOutput() |
AiRecognitionTaskSegmentResultOutput(AiRecognitionTaskSegmentResultOutput 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 |
---|---|
AiRecognitionTaskSegmentSegmentItem[] |
getSegmentSet()
Get List of split video segments
Note: this list displays up to the first 100 results.
|
String |
getSegmentSetFileUrl()
Get URL to the file of the list for split video segments.
|
String |
getSegmentSetFileUrlExpireTime()
Get Expiration time of the URL to the file of the list for split video segments, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732)
|
void |
setSegmentSet(AiRecognitionTaskSegmentSegmentItem[] SegmentSet)
Set List of split video segments
Note: this list displays up to the first 100 results.
|
void |
setSegmentSetFileUrl(String SegmentSetFileUrl)
Set URL to the file of the list for split video segments.
|
void |
setSegmentSetFileUrlExpireTime(String SegmentSetFileUrlExpireTime)
Set Expiration time of the URL to the file of the list for split video segments, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732)
|
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 AiRecognitionTaskSegmentResultOutput()
public AiRecognitionTaskSegmentResultOutput(AiRecognitionTaskSegmentResultOutput source)
public AiRecognitionTaskSegmentSegmentItem[] getSegmentSet()
public void setSegmentSet(AiRecognitionTaskSegmentSegmentItem[] SegmentSet)
SegmentSet
- List of split video segments
Note: this list displays up to the first 100 results. You can get all the results from the file whose URL is `SegmentSetFileUrl`.public String getSegmentSetFileUrl()
public void setSegmentSetFileUrl(String SegmentSetFileUrl)
SegmentSetFileUrl
- URL to the file of the list for split video segments. The file format is JSON, and the data structure is the same as `SegmentSet`. The file will be deleted upon the expiration time `SegmentSetFileUrlExpireTime`, instead of being stored permanently.public String getSegmentSetFileUrlExpireTime()
public void setSegmentSetFileUrlExpireTime(String SegmentSetFileUrlExpireTime)
SegmentSetFileUrlExpireTime
- Expiration time of the URL to the file of the list for split video segments, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732)Copyright © 2023. All rights reserved.