Package | Description |
---|---|
com.tencentcloudapi.ticm.v20181127.models |
Modifier and Type | Method and Description |
---|---|
FaceResult[] |
TerrorismResult.getFaceResults()
Get Type取值为‘FACE’时,人脸识别的结果列表。基于图片中实际检测到的人脸数,返回数组最大值不超过5个。
|
FaceResult[] |
PoliticsResult.getFaceResults()
Get Type取值为‘FACE’时,人脸识别的结果列表。基于图片中实际检测到的人脸数,返回数组最大值不超过5个。
|
Modifier and Type | Method and Description |
---|---|
void |
TerrorismResult.setFaceResults(FaceResult[] FaceResults)
Set Type取值为‘FACE’时,人脸识别的结果列表。基于图片中实际检测到的人脸数,返回数组最大值不超过5个。
|
void |
PoliticsResult.setFaceResults(FaceResult[] FaceResults)
Set Type取值为‘FACE’时,人脸识别的结果列表。基于图片中实际检测到的人脸数,返回数组最大值不超过5个。
|
Constructor and Description |
---|
FaceResult(FaceResult 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.
|
Copyright © 2022. All rights reserved.