tencentcloud-sdk-nodejs-aiart 4.0.1034 → 4.0.1035
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -660,7 +660,7 @@ export interface SubmitGlamPicJobRequest {
|
|
|
660
660
|
* 美照生成风格。
|
|
661
661
|
仅对单人美照生效,单人可支持选择不同风格。需按照美照生成数量,在数组中逐一填入每张美照的风格名称。如果不传,默认取不重复的随机风格顺序。
|
|
662
662
|
多人美照只支持 balanced 一种风格,该参数不生效。
|
|
663
|
-
可选风格:<ul><li>real:面部相似度更高。</li><li>balanced:平衡面部真实感和美观度。</li><li>
|
|
663
|
+
可选风格:<ul><li>real:面部相似度更高。</li><li>balanced:平衡面部真实感和美观度。</li><li>textured:脸部皮肤更具真实感。</li><li>beautiful:脸部美观度更高。</li></ul>
|
|
664
664
|
*/
|
|
665
665
|
Style?: Array<string>
|
|
666
666
|
/**
|
|
@@ -620,7 +620,7 @@ export interface SubmitGlamPicJobRequest {
|
|
|
620
620
|
* 美照生成风格。
|
|
621
621
|
仅对单人美照生效,单人可支持选择不同风格。需按照美照生成数量,在数组中逐一填入每张美照的风格名称。如果不传,默认取不重复的随机风格顺序。
|
|
622
622
|
多人美照只支持 balanced 一种风格,该参数不生效。
|
|
623
|
-
可选风格:<ul><li>real:面部相似度更高。</li><li>balanced:平衡面部真实感和美观度。</li><li>
|
|
623
|
+
可选风格:<ul><li>real:面部相似度更高。</li><li>balanced:平衡面部真实感和美观度。</li><li>textured:脸部皮肤更具真实感。</li><li>beautiful:脸部美观度更高。</li></ul>
|
|
624
624
|
*/
|
|
625
625
|
Style?: Array<string>;
|
|
626
626
|
/**
|