Package | Description |
---|---|
com.tencentcloudapi.facefusion.v20220927.models |
Modifier and Type | Method and Description |
---|---|
MergeInfo[] |
FuseFaceRequest.getMergeInfos()
Get 用户人脸图片、素材模板图的人脸位置信息。不能超过6个。
|
MergeInfo[] |
FuseFaceUltraRequest.getMergeInfos()
Get 用户人脸图片、素材模板图的人脸位置信息。主要用于素材模版中人脸以及用作融合的用户人脸相关信息,两种人脸都需要提供人脸图片,可选择提供人脸框位置,具体见MergeInfo说明
目前最多支持融合模板图片中的6张人脸。
|
Modifier and Type | Method and Description |
---|---|
void |
FuseFaceRequest.setMergeInfos(MergeInfo[] MergeInfos)
Set 用户人脸图片、素材模板图的人脸位置信息。不能超过6个。
|
void |
FuseFaceUltraRequest.setMergeInfos(MergeInfo[] MergeInfos)
Set 用户人脸图片、素材模板图的人脸位置信息。主要用于素材模版中人脸以及用作融合的用户人脸相关信息,两种人脸都需要提供人脸图片,可选择提供人脸框位置,具体见MergeInfo说明
目前最多支持融合模板图片中的6张人脸。
|
Constructor and Description |
---|
MergeInfo(MergeInfo 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.