public class AiRecognitionTaskFaceResultOutput extends AbstractModel
Constructor and Description |
---|
AiRecognitionTaskFaceResultOutput() |
AiRecognitionTaskFaceResultOutput(AiRecognitionTaskFaceResultOutput 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 |
---|---|
AiRecognitionTaskFaceResultItem[] |
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(AiRecognitionTaskFaceResultItem[] 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 AiRecognitionTaskFaceResultOutput()
public AiRecognitionTaskFaceResultOutput(AiRecognitionTaskFaceResultOutput source)
public AiRecognitionTaskFaceResultItem[] getResultSet()
public void setResultSet(AiRecognitionTaskFaceResultItem[] 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 © 2022. All rights reserved.