public class AiRecognitionTaskObjectResultOutput extends AbstractModel
Constructor and Description |
---|
AiRecognitionTaskObjectResultOutput() |
AiRecognitionTaskObjectResultOutput(AiRecognitionTaskObjectResultOutput 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 |
---|---|
AiRecognitionTaskObjectResultItem[] |
getResultSet()
Get Intelligent object recognition result set
Note: this list displays up to the first 100 results.
|
String |
getResultSetFileUrl()
Get URL to the file of the object recognition result set.
|
String |
getResultSetFileUrlExpireTime()
Get Expiration time of the URL to the object recognition result set, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732)
|
void |
setResultSet(AiRecognitionTaskObjectResultItem[] ResultSet)
Set Intelligent object recognition result set
Note: this list displays up to the first 100 results.
|
void |
setResultSetFileUrl(String ResultSetFileUrl)
Set URL to the file of the object recognition result set.
|
void |
setResultSetFileUrlExpireTime(String ResultSetFileUrlExpireTime)
Set Expiration time of the URL to the object recognition result set, 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 AiRecognitionTaskObjectResultOutput()
public AiRecognitionTaskObjectResultOutput(AiRecognitionTaskObjectResultOutput source)
public AiRecognitionTaskObjectResultItem[] getResultSet()
public void setResultSet(AiRecognitionTaskObjectResultItem[] ResultSet)
ResultSet
- Intelligent object recognition result set
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 getResultSetFileUrl()
public void setResultSetFileUrl(String ResultSetFileUrl)
ResultSetFileUrl
- URL to the file of the object recognition result set. 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 getResultSetFileUrlExpireTime()
public void setResultSetFileUrlExpireTime(String ResultSetFileUrlExpireTime)
ResultSetFileUrlExpireTime
- Expiration time of the URL to the object recognition result set, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732)Copyright © 2023. All rights reserved.