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 智能物体识别结果集。
注意 :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 ResultSetFileUrl 对应的文件中获取。
|
String |
getResultSetFileUrl()
Get 智能物体识别结果集文件 URL。文件的内容为 JSON,数据结构与 ResultSet 字段一致。 (文件不会永久存储,到达ResultSetFileUrlExpireTime 时间点后文件将被删除)。
|
String |
getResultSetFileUrlExpireTime()
Get 智能物体识别结果集文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
void |
setResultSet(AiRecognitionTaskObjectResultItem[] ResultSet)
Set 智能物体识别结果集。
注意 :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 ResultSetFileUrl 对应的文件中获取。
|
void |
setResultSetFileUrl(String ResultSetFileUrl)
Set 智能物体识别结果集文件 URL。文件的内容为 JSON,数据结构与 ResultSet 字段一致。 (文件不会永久存储,到达ResultSetFileUrlExpireTime 时间点后文件将被删除)。
|
void |
setResultSetFileUrlExpireTime(String ResultSetFileUrlExpireTime)
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, toJsonString
public AiRecognitionTaskObjectResultOutput()
public AiRecognitionTaskObjectResultOutput(AiRecognitionTaskObjectResultOutput source)
public AiRecognitionTaskObjectResultItem[] getResultSet()
public void setResultSet(AiRecognitionTaskObjectResultItem[] ResultSet)
ResultSet
- 智能物体识别结果集。
注意 :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 ResultSetFileUrl 对应的文件中获取。public String getResultSetFileUrl()
public void setResultSetFileUrl(String ResultSetFileUrl)
ResultSetFileUrl
- 智能物体识别结果集文件 URL。文件的内容为 JSON,数据结构与 ResultSet 字段一致。 (文件不会永久存储,到达ResultSetFileUrlExpireTime 时间点后文件将被删除)。public String getResultSetFileUrlExpireTime()
public void setResultSetFileUrlExpireTime(String ResultSetFileUrlExpireTime)
ResultSetFileUrlExpireTime
- 智能物体识别结果集文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。Copyright © 2023. All rights reserved.