Package | Description |
---|---|
com.tencentcloudapi.iai.v20180301.models |
Modifier and Type | Method and Description |
---|---|
FaceRect |
FaceDetailInfo.getFaceRect()
Get 检测出的人脸框位置。
|
FaceRect |
Result.getFaceRect()
Get 检测出的人脸框位置
|
FaceRect |
ResultsReturnsByGroup.getFaceRect()
Get 检测出的人脸框位置。
|
FaceRect |
CreatePersonResponse.getFaceRect()
Get 检测出的人脸框的位置。
注意:此字段可能返回 null,表示取不到有效值。
|
FaceRect[] |
CreateFaceResponse.getSucFaceRects()
Get 加入成功的人脸框位置。顺序和入参中 Images 或 Urls 的顺序一致。
|
Modifier and Type | Method and Description |
---|---|
void |
FaceDetailInfo.setFaceRect(FaceRect FaceRect)
Set 检测出的人脸框位置。
|
void |
Result.setFaceRect(FaceRect FaceRect)
Set 检测出的人脸框位置
|
void |
ResultsReturnsByGroup.setFaceRect(FaceRect FaceRect)
Set 检测出的人脸框位置。
|
void |
CreatePersonResponse.setFaceRect(FaceRect FaceRect)
Set 检测出的人脸框的位置。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
CreateFaceResponse.setSucFaceRects(FaceRect[] SucFaceRects)
Set 加入成功的人脸框位置。顺序和入参中 Images 或 Urls 的顺序一致。
|
Copyright © 2020. All rights reserved.