腾讯云智能数智人分页查询小样本形象列表接口_AI解决方案_同尘科技
通过分页参数查询小样本形象列表
调用协议
HTTPS + JSONPOST /v2/ivh/crmserver/customerassetservice/describesmallsampleimageHeader Content-Type: application/json;charset=utf-8
请求参数
参数 | 类型 | 必须 | 说明 |
PageIndex | int | 是 | 当前页 |
PageSize | int | 是 | 页面大小(最大不超过100) |
AnchorCodes | Array of string | 否 | AnchorCode筛选条件 |
返回参数
参数 | 类型 | 必须 | 说明 |
Virtualmans | Array of [SmallSampleImage] | 是 | 客户权限下对应的数智人资源 |
Total | int | 是 | 总数 |
SmallSampleImage
参数 | 类型 | 必须 | 说明 |
VirtualmanKey | string | 是 | 数智人virtualmanKey,形象唯一标识。 |
AnchorName | string | 是 | 主播名称 |
AnchorCode | string | 是 | 主播code |
ClothesName | string | 是 | 数智人服装 |
PoseName | string | 是 | 数智人姿态 |
Resolution | string | 是 | 数智人分辨率 |
HeaderImage | string | 是 | 数智人头像图片url |
PoseImage | string | 是 | 数智人姿态图片url |
ClothesImage | string | 是 | 数智人服装图片url |
SupportDriverTypes | Array of [string] | 是 | 数智人支持的驱动类型1. Text: 文本驱动2. OriginalVoice: 原声音频驱动3. ModulatedVoice: 变声音频驱动 |
ExpireDate | string | 是 | 有效期 |
VideoDuration | int | 是 | 数智人累计调用时长,单位为毫秒 |
VideoNum | int | 是 | 数智人累计视频个数 |
OriginZoom | float | 是 | 数智人初始缩放系数 |
OriginZoomStr | string型浮点数 | 是 | 数智人初始缩放系数,值精确到小数点后3位 |
ReferenceVideoSegmentUrl | string | 是 | 小样本选用视频片段url |
示例
输入参数:
{ "Header": {}, "Payload": { "pageIndex": 1, "PageSize": 10 }}
输出响应:
{ "Header": { "Code": 0, "Message": "", "RequestID": "123" }, "Payload": { "Virtualmans": [ { "VirtualmanKey": "6d266ff720f04df39b8e0a17553382d1", "AnchorName": "无忌老师", "AnchorCode": "wuji_teacher_v3", "ClothesName": "polo衫", "PoseName": "站姿", "Resolution": "1920x1080", "HeaderImage": "url", "PoseImage": "url", "ClothesImage": "url", "SupportDriverTypes": [ "Text", "OriginalVoice" ], "ExpireDate": "2023-04-01 00:00:00", "VideoDuration": 50000, "VideoNum": 3, "OriginZoom": 0.50 } ], "Total": 22 }}
对解决方案有疑惑?想了解解决方案收费? 联系解决方案专家
腾讯云限时活动1折起,即将结束: 马上收藏
同尘科技为腾讯云授权服务中心,购买腾讯云享受折上折,更有现金返利:同意关联,立享优惠
阿里云解决方案也看看?: 点击对比阿里云的解决方案
暂无评论,你要说点什么吗?