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