tccli-intl-en 3.0.1248.1__py2.py3-none-any.whl → 3.1.33.1__py2.py3-none-any.whl
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.
- tccli/__init__.py +1 -1
- tccli/argument.py +1 -1
- tccli/services/__init__.py +32 -1
- tccli/services/advisor/advisor_client.py +10 -4
- tccli/services/ai3d/__init__.py +4 -0
- tccli/services/ai3d/ai3d_client.py +266 -0
- tccli/services/ai3d/v20250513/api.json +264 -0
- tccli/services/ai3d/v20250513/examples.json +20 -0
- tccli/services/aiart/aiart_client.py +5 -2
- tccli/services/ams/ams_client.py +20 -8
- tccli/services/antiddos/antiddos_client.py +350 -140
- tccli/services/apigateway/apigateway_client.py +465 -186
- tccli/services/apm/apm_client.py +835 -68
- tccli/services/apm/v20210622/api.json +3936 -1145
- tccli/services/apm/v20210622/examples.json +133 -23
- tccli/services/asr/asr_client.py +10 -4
- tccli/services/autoscaling/autoscaling_client.py +290 -116
- tccli/services/autoscaling/v20180419/api.json +78 -28
- tccli/services/batch/batch_client.py +140 -56
- tccli/services/bi/bi_client.py +120 -48
- tccli/services/billing/billing_client.py +210 -84
- tccli/services/cam/cam_client.py +405 -162
- tccli/services/captcha/captcha_client.py +5 -2
- tccli/services/car/car_client.py +165 -66
- tccli/services/cbs/cbs_client.py +190 -76
- tccli/services/ccc/ccc_client.py +794 -160
- tccli/services/ccc/v20200210/api.json +1778 -202
- tccli/services/ccc/v20200210/examples.json +64 -0
- tccli/services/cdb/cdb_client.py +1770 -531
- tccli/services/cdb/v20170320/api.json +2166 -335
- tccli/services/cdb/v20170320/examples.json +126 -6
- tccli/services/cdc/cdc_client.py +100 -40
- tccli/services/cdc/v20201214/api.json +2 -2
- tccli/services/cdc/v20201214/examples.json +4 -4
- tccli/services/cdn/cdn_client.py +220 -88
- tccli/services/cdn/v20180606/api.json +22 -22
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/cdwdoris/cdwdoris_client.py +385 -154
- tccli/services/cdwpg/cdwpg_client.py +120 -48
- tccli/services/cdz/__init__.py +4 -0
- tccli/services/cdz/cdz_client.py +210 -0
- tccli/services/cdz/v20221123/api.json +233 -0
- tccli/services/cdz/v20221123/examples.json +12 -0
- tccli/services/cfg/cfg_client.py +80 -32
- tccli/services/cfs/cfs_client.py +195 -78
- tccli/services/cfw/cfw_client.py +330 -132
- tccli/services/chdfs/chdfs_client.py +145 -58
- tccli/services/ciam/ciam_client.py +80 -32
- tccli/services/ckafka/ckafka_client.py +1149 -259
- tccli/services/ckafka/v20190819/api.json +3738 -1696
- tccli/services/ckafka/v20190819/examples.json +266 -162
- tccli/services/clb/clb_client.py +1054 -469
- tccli/services/clb/v20180317/api.json +2273 -1020
- tccli/services/clb/v20180317/examples.json +184 -124
- tccli/services/cloudaudit/cloudaudit_client.py +90 -36
- tccli/services/cls/cls_client.py +434 -173
- tccli/services/cmq/cmq_client.py +14 -803
- tccli/services/cmq/v20190304/api.json +173 -1367
- tccli/services/cmq/v20190304/examples.json +0 -120
- tccli/services/config/config_client.py +30 -12
- tccli/services/controlcenter/controlcenter_client.py +229 -2
- tccli/services/controlcenter/v20230110/api.json +528 -5
- tccli/services/controlcenter/v20230110/examples.json +32 -0
- tccli/services/csip/csip_client.py +170 -68
- tccli/services/ctsdb/ctsdb_client.py +10 -4
- tccli/services/cvm/cvm_client.py +706 -189
- tccli/services/cvm/v20170312/api.json +598 -185
- tccli/services/cvm/v20170312/examples.json +172 -126
- tccli/services/cwp/cwp_client.py +2325 -930
- tccli/services/cynosdb/cynosdb_client.py +1887 -577
- tccli/services/cynosdb/v20190107/api.json +11763 -7697
- tccli/services/cynosdb/v20190107/examples.json +132 -4
- tccli/services/dataintegration/dataintegration_client.py +5 -2
- tccli/services/dayu/dayu_client.py +515 -206
- tccli/services/dbbrain/dbbrain_client.py +210 -84
- tccli/services/dc/dc_client.py +90 -36
- tccli/services/dcdb/dcdb_client.py +310 -124
- tccli/services/dlc/dlc_client.py +859 -214
- tccli/services/dlc/v20210125/api.json +637 -13
- tccli/services/dlc/v20210125/examples.json +48 -0
- tccli/services/dms/dms_client.py +10 -4
- tccli/services/dnspod/dnspod_client.py +302 -76
- tccli/services/dnspod/v20210323/api.json +153 -0
- tccli/services/dnspod/v20210323/examples.json +16 -0
- tccli/services/domain/domain_client.py +120 -48
- tccli/services/dts/dts_client.py +415 -166
- tccli/services/eb/eb_client.py +130 -52
- tccli/services/ecdn/ecdn_client.py +75 -30
- tccli/services/ecm/ecm_client.py +620 -248
- tccli/services/eiam/eiam_client.py +200 -80
- tccli/services/emr/emr_client.py +2815 -146
- tccli/services/emr/v20190103/api.json +14527 -4841
- tccli/services/emr/v20190103/examples.json +404 -36
- tccli/services/es/es_client.py +105 -42
- tccli/services/facefusion/facefusion_client.py +15 -6
- tccli/services/faceid/faceid_client.py +95 -38
- tccli/services/faceid/v20180301/api.json +196 -53
- tccli/services/faceid/v20180301/examples.json +3 -3
- tccli/services/gaap/gaap_client.py +440 -176
- tccli/services/gme/gme_client.py +50 -20
- tccli/services/gpm/gpm_client.py +90 -36
- tccli/services/gse/gse_client.py +110 -44
- tccli/services/gwlb/gwlb_client.py +90 -36
- tccli/services/hunyuan/__init__.py +4 -0
- tccli/services/hunyuan/hunyuan_client.py +546 -0
- tccli/services/hunyuan/v20230901/api.json +628 -0
- tccli/services/hunyuan/v20230901/examples.json +60 -0
- tccli/services/iai/iai_client.py +145 -58
- tccli/services/iap/iap_client.py +30 -12
- tccli/services/ims/ims_client.py +5 -2
- tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +210 -84
- tccli/services/iotcloud/iotcloud_client.py +100 -40
- tccli/services/ip/ip_client.py +30 -12
- tccli/services/kms/kms_client.py +340 -136
- tccli/services/kms/v20190118/api.json +80 -3
- tccli/services/kms/v20190118/examples.json +3 -3
- tccli/services/lcic/lcic_client.py +265 -106
- tccli/services/lighthouse/lighthouse_client.py +730 -172
- tccli/services/lighthouse/v20200324/api.json +502 -14
- tccli/services/lighthouse/v20200324/examples.json +59 -5
- tccli/services/live/live_client.py +600 -240
- tccli/services/lke/lke_client.py +450 -180
- tccli/services/lkeap/__init__.py +4 -0
- tccli/services/lkeap/lkeap_client.py +602 -0
- tccli/services/lkeap/v20240522/api.json +989 -0
- tccli/services/lkeap/v20240522/examples.json +92 -0
- tccli/services/mariadb/mariadb_client.py +250 -100
- tccli/services/mdc/mdc_client.py +90 -36
- tccli/services/mdl/mdl_client.py +357 -90
- tccli/services/mdl/v20200326/api.json +1095 -77
- tccli/services/mdl/v20200326/examples.json +40 -16
- tccli/services/mdp/mdp_client.py +416 -124
- tccli/services/mdp/v20200527/api.json +335 -40
- tccli/services/mdp/v20200527/examples.json +95 -79
- tccli/services/message/__init__.py +4 -0
- tccli/services/message/message_client.py +210 -0
- tccli/services/message/v20181225/api.json +72 -0
- tccli/services/message/v20181225/examples.json +13 -0
- tccli/services/mongodb/mongodb_client.py +1404 -141
- tccli/services/mongodb/v20190725/api.json +2919 -677
- tccli/services/mongodb/v20190725/examples.json +190 -22
- tccli/services/monitor/monitor_client.py +1008 -296
- tccli/services/monitor/v20180724/api.json +664 -15
- tccli/services/monitor/v20180724/examples.json +152 -4
- tccli/services/mps/mps_client.py +1721 -381
- tccli/services/mps/v20190612/api.json +4905 -561
- tccli/services/mps/v20190612/examples.json +221 -69
- tccli/services/mqtt/__init__.py +4 -0
- tccli/services/mqtt/mqtt_client.py +1610 -0
- tccli/services/mqtt/v20240516/api.json +3057 -0
- tccli/services/mqtt/v20240516/examples.json +213 -0
- tccli/services/msp/msp_client.py +35 -14
- tccli/services/ocr/ocr_client.py +358 -76
- tccli/services/ocr/v20181119/api.json +731 -88
- tccli/services/ocr/v20181119/examples.json +40 -10
- tccli/services/omics/omics_client.py +100 -40
- tccli/services/organization/organization_client.py +580 -232
- tccli/services/postgres/postgres_client.py +455 -182
- tccli/services/privatedns/privatedns_client.py +155 -62
- tccli/services/pts/pts_client.py +240 -96
- tccli/services/quota/__init__.py +4 -0
- tccli/services/quota/quota_client.py +434 -0
- tccli/services/quota/v20241204/api.json +548 -0
- tccli/services/quota/v20241204/examples.json +51 -0
- tccli/services/rce/rce_client.py +5 -2
- tccli/services/redis/redis_client.py +545 -218
- tccli/services/redis/v20180412/api.json +227 -115
- tccli/services/redis/v20180412/examples.json +19 -19
- tccli/services/region/region_client.py +15 -6
- tccli/services/rum/rum_client.py +300 -120
- tccli/services/scf/scf_client.py +210 -84
- tccli/services/ses/ses_client.py +145 -58
- tccli/services/smh/__init__.py +4 -0
- tccli/services/smh/smh_client.py +714 -0
- tccli/services/smh/v20210712/api.json +1287 -0
- tccli/services/smh/v20210712/examples.json +85 -0
- tccli/services/sms/sms_client.py +90 -36
- tccli/services/sqlserver/sqlserver_client.py +3759 -480
- tccli/services/sqlserver/v20180328/api.json +8909 -2941
- tccli/services/sqlserver/v20180328/examples.json +447 -3
- tccli/services/ssl/ssl_client.py +190 -76
- tccli/services/ssm/ssm_client.py +120 -48
- tccli/services/sts/sts_client.py +25 -10
- tccli/services/tag/tag_client.py +150 -60
- tccli/services/tat/tat_client.py +95 -38
- tccli/services/tbaas/tbaas_client.py +20 -8
- tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
- tccli/services/tcaplusdb/v20190823/api.json +836 -760
- tccli/services/tcaplusdb/v20190823/examples.json +3 -3
- tccli/services/tchd/tchd_client.py +5 -2
- tccli/services/tcmpp/tcmpp_client.py +520 -208
- tccli/services/tcr/tcr_client.py +380 -152
- tccli/services/tcsas/tcsas_client.py +2576 -327
- tccli/services/tcsas/v20250106/api.json +8304 -3241
- tccli/services/tcsas/v20250106/examples.json +311 -15
- tccli/services/tcss/tcss_client.py +1650 -660
- tccli/services/tdid/tdid_client.py +240 -96
- tccli/services/tdmq/tdmq_client.py +2876 -466
- tccli/services/tdmq/v20200217/api.json +11607 -3958
- tccli/services/tdmq/v20200217/examples.json +562 -264
- tccli/services/tem/tem_client.py +280 -112
- tccli/services/teo/teo_client.py +1590 -540
- tccli/services/teo/v20220901/api.json +703 -71
- tccli/services/teo/v20220901/examples.json +88 -22
- tccli/services/tione/__init__.py +4 -0
- tccli/services/tione/tione_client.py +210 -0
- tccli/services/tione/v20211111/api.json +3074 -0
- tccli/services/tione/v20211111/examples.json +12 -0
- tccli/services/tiw/tiw_client.py +255 -102
- tccli/services/tke/tke_client.py +858 -276
- tccli/services/tke/v20180525/api.json +227 -0
- tccli/services/tke/v20180525/examples.json +24 -0
- tccli/services/tms/tms_client.py +5 -2
- tccli/services/tmt/tmt_client.py +5 -2
- tccli/services/trabbit/trabbit_client.py +145 -58
- tccli/services/trocket/__init__.py +4 -0
- tccli/services/trocket/trocket_client.py +2450 -0
- tccli/services/trocket/v20230308/api.json +6062 -0
- tccli/services/trocket/v20230308/examples.json +339 -0
- tccli/services/trro/trro_client.py +95 -38
- tccli/services/trtc/trtc_client.py +255 -102
- tccli/services/trtc/v20190722/api.json +135 -31
- tccli/services/trtc/v20190722/examples.json +7 -7
- tccli/services/tts/tts_client.py +5 -2
- tccli/services/vclm/vclm_client.py +10 -4
- tccli/services/vm/vm_client.py +20 -8
- tccli/services/vod/v20180717/api.json +2929 -296
- tccli/services/vod/v20180717/examples.json +40 -6
- tccli/services/vod/vod_client.py +1175 -358
- tccli/services/vpc/v20170312/api.json +1102 -137
- tccli/services/vpc/v20170312/examples.json +127 -23
- tccli/services/vpc/vpc_client.py +2241 -670
- tccli/services/waf/v20180125/api.json +1372 -194
- tccli/services/waf/v20180125/examples.json +89 -1
- tccli/services/waf/waf_client.py +1149 -245
- tccli/services/wedata/v20250806/api.json +13644 -0
- tccli/services/wedata/v20250806/examples.json +621 -0
- tccli/services/wedata/wedata_client.py +6067 -1263
- tccli/services/yunjing/yunjing_client.py +355 -142
- {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/METADATA +4 -7
- {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/RECORD +245 -203
- {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/entry_points.txt +0 -1
- {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,628 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": {
|
|
3
|
+
"Convert3DFormat": {
|
|
4
|
+
"document": "After inputting a 3D model file, the 3D model file format can be switched.",
|
|
5
|
+
"input": "Convert3DFormatRequest",
|
|
6
|
+
"name": "Switch the model format",
|
|
7
|
+
"output": "Convert3DFormatResponse",
|
|
8
|
+
"status": "online"
|
|
9
|
+
},
|
|
10
|
+
"QueryHunyuan3DPartJob": {
|
|
11
|
+
"document": "This API is used to query the generation task of a component.",
|
|
12
|
+
"input": "QueryHunyuan3DPartJobRequest",
|
|
13
|
+
"name": "Queries a component generation task",
|
|
14
|
+
"output": "QueryHunyuan3DPartJobResponse",
|
|
15
|
+
"status": "online"
|
|
16
|
+
},
|
|
17
|
+
"QueryHunyuanTo3DProJob": {
|
|
18
|
+
"document": "This API is used to intelligently generate 3D content based on the HunYuan Large Model and input text descriptions/images.\nThis API is used to provide 3 concurrent tasks by default, which can process 3 submitted tasks simultaneously. The next task can be processed only after the previous task is completed.",
|
|
19
|
+
"input": "QueryHunyuanTo3DProJobRequest",
|
|
20
|
+
"name": "Query a hunyuan 3D pro edition task",
|
|
21
|
+
"output": "QueryHunyuanTo3DProJobResponse",
|
|
22
|
+
"status": "online"
|
|
23
|
+
},
|
|
24
|
+
"QueryHunyuanTo3DRapidJob": {
|
|
25
|
+
"document": "This API is used to intelligently generate 3D content based on the HunYuan Large Model with input text descriptions or images.\nThis API is used to provide 1 concurrent task by default, which means only 1 submitted task can be processed simultaneously. The next task can be processed only after the previous task is completed.",
|
|
26
|
+
"input": "QueryHunyuanTo3DRapidJobRequest",
|
|
27
|
+
"name": "Query a hunyuan 3D ultra-fast version task",
|
|
28
|
+
"output": "QueryHunyuanTo3DRapidJobResponse",
|
|
29
|
+
"status": "online"
|
|
30
|
+
},
|
|
31
|
+
"SubmitHunyuan3DPartJob": {
|
|
32
|
+
"document": "This API is used to automatically perform component identification and generation based on the model structure after inputting a 3D model file.",
|
|
33
|
+
"input": "SubmitHunyuan3DPartJobRequest",
|
|
34
|
+
"name": "Submit component generation task",
|
|
35
|
+
"output": "SubmitHunyuan3DPartJobResponse",
|
|
36
|
+
"status": "online"
|
|
37
|
+
},
|
|
38
|
+
"SubmitHunyuanTo3DProJob": {
|
|
39
|
+
"document": "This API is used to intelligently generate 3D content based on the HunYuan Large Model and input text descriptions/images.\nThis API is used to provide 3 concurrent tasks by default. Up to 3 submitted tasks can be processed simultaneously. A new task can be processed only after the previous one is completed.",
|
|
40
|
+
"input": "SubmitHunyuanTo3DProJobRequest",
|
|
41
|
+
"name": "Submit hunyuan 3D pro edition task",
|
|
42
|
+
"output": "SubmitHunyuanTo3DProJobResponse",
|
|
43
|
+
"status": "online"
|
|
44
|
+
},
|
|
45
|
+
"SubmitHunyuanTo3DRapidJob": {
|
|
46
|
+
"document": "This API is used to intelligently generate 3D content based on the HunYuan Large Model with input text descriptions or images.\nThis API is used to provide 1 concurrent task by default, which means only 1 submitted task can be processed simultaneously. The next task can be processed only after the previous task is completed.",
|
|
47
|
+
"input": "SubmitHunyuanTo3DRapidJobRequest",
|
|
48
|
+
"name": "Submit hunyuan 3D ultra-fast version task",
|
|
49
|
+
"output": "SubmitHunyuanTo3DRapidJobResponse",
|
|
50
|
+
"status": "online"
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
"metadata": {
|
|
54
|
+
"apiVersion": "2023-09-01",
|
|
55
|
+
"serviceNameCN": "腾讯混元大模型",
|
|
56
|
+
"serviceShortName": "hunyuan"
|
|
57
|
+
},
|
|
58
|
+
"objects": {
|
|
59
|
+
"Convert3DFormatRequest": {
|
|
60
|
+
"document": "Convert3DFormat request structure.",
|
|
61
|
+
"members": [
|
|
62
|
+
{
|
|
63
|
+
"disabled": false,
|
|
64
|
+
"document": "3D file url address. model file size ≤60 mb. supports fbx, obj, and glb format 3d file input.",
|
|
65
|
+
"example": "url",
|
|
66
|
+
"member": "string",
|
|
67
|
+
"name": "File3D",
|
|
68
|
+
"required": true,
|
|
69
|
+
"type": "string"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"disabled": false,
|
|
73
|
+
"document": "Returns the 3D file format. valid values: STL, USDZ, FBX, MP4, GIF.\nRecommended input models below 50W, may timeout when selecting USDZ, MP4, or GIF format.\nExample value: STL.",
|
|
74
|
+
"example": "STL",
|
|
75
|
+
"member": "string",
|
|
76
|
+
"name": "Format",
|
|
77
|
+
"required": true,
|
|
78
|
+
"type": "string"
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
"type": "object"
|
|
82
|
+
},
|
|
83
|
+
"Convert3DFormatResponse": {
|
|
84
|
+
"document": "Convert3DFormat response structure.",
|
|
85
|
+
"members": [
|
|
86
|
+
{
|
|
87
|
+
"disabled": false,
|
|
88
|
+
"document": "3D file address.",
|
|
89
|
+
"example": "url",
|
|
90
|
+
"member": "string",
|
|
91
|
+
"name": "ResultFile3D",
|
|
92
|
+
"output_required": false,
|
|
93
|
+
"type": "string",
|
|
94
|
+
"value_allowed_null": false
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
98
|
+
"member": "string",
|
|
99
|
+
"name": "RequestId",
|
|
100
|
+
"type": "string"
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"type": "object"
|
|
104
|
+
},
|
|
105
|
+
"File3D": {
|
|
106
|
+
"document": "3D file.",
|
|
107
|
+
"members": [
|
|
108
|
+
{
|
|
109
|
+
"disabled": false,
|
|
110
|
+
"document": "3D file format. valid values: GIF, OBJ.",
|
|
111
|
+
"example": "GIF",
|
|
112
|
+
"member": "string",
|
|
113
|
+
"name": "Type",
|
|
114
|
+
"output_required": false,
|
|
115
|
+
"required": false,
|
|
116
|
+
"type": "string",
|
|
117
|
+
"value_allowed_null": false
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"disabled": false,
|
|
121
|
+
"document": "Specifies the file Url (valid for 24 hours).",
|
|
122
|
+
"example": "https://cos.ap-guangzhou.myqcloud.com/gif.gif",
|
|
123
|
+
"member": "string",
|
|
124
|
+
"name": "Url",
|
|
125
|
+
"output_required": false,
|
|
126
|
+
"required": false,
|
|
127
|
+
"type": "string",
|
|
128
|
+
"value_allowed_null": false
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"disabled": false,
|
|
132
|
+
"document": "Preview image Url.",
|
|
133
|
+
"example": "https://cos.ap-guangzhou.myqcloud.com/image.png",
|
|
134
|
+
"member": "string",
|
|
135
|
+
"name": "PreviewImageUrl",
|
|
136
|
+
"output_required": false,
|
|
137
|
+
"required": false,
|
|
138
|
+
"type": "string",
|
|
139
|
+
"value_allowed_null": false
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
"usage": "both"
|
|
143
|
+
},
|
|
144
|
+
"InputFile3D": {
|
|
145
|
+
"document": "3D file.",
|
|
146
|
+
"members": [
|
|
147
|
+
{
|
|
148
|
+
"disabled": false,
|
|
149
|
+
"document": "Specifies the file Url with a valid period of 24 hours.\t",
|
|
150
|
+
"example": "https://cos.ap-guangzhou.myqcloud.com/obj.obj\t",
|
|
151
|
+
"member": "string",
|
|
152
|
+
"name": "Url",
|
|
153
|
+
"required": true,
|
|
154
|
+
"type": "string"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"disabled": false,
|
|
158
|
+
"document": "Specifies the file format.\t",
|
|
159
|
+
"example": "OBJ",
|
|
160
|
+
"member": "string",
|
|
161
|
+
"name": "Type",
|
|
162
|
+
"required": true,
|
|
163
|
+
"type": "string"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"usage": "in"
|
|
167
|
+
},
|
|
168
|
+
"QueryHunyuan3DPartJobRequest": {
|
|
169
|
+
"document": "QueryHunyuan3DPartJob request structure.",
|
|
170
|
+
"members": [
|
|
171
|
+
{
|
|
172
|
+
"disabled": false,
|
|
173
|
+
"document": "Task ID.\t",
|
|
174
|
+
"example": "1376862528873414656",
|
|
175
|
+
"member": "string",
|
|
176
|
+
"name": "JobId",
|
|
177
|
+
"required": true,
|
|
178
|
+
"type": "string"
|
|
179
|
+
}
|
|
180
|
+
],
|
|
181
|
+
"type": "object"
|
|
182
|
+
},
|
|
183
|
+
"QueryHunyuan3DPartJobResponse": {
|
|
184
|
+
"document": "QueryHunyuan3DPartJob response structure.",
|
|
185
|
+
"members": [
|
|
186
|
+
{
|
|
187
|
+
"disabled": false,
|
|
188
|
+
"document": "Task status. WAIT: waiting; RUN: running; FAIL: failed; DONE: successful. example value: RUN.\t",
|
|
189
|
+
"example": "WAIT",
|
|
190
|
+
"member": "string",
|
|
191
|
+
"name": "Status",
|
|
192
|
+
"output_required": false,
|
|
193
|
+
"type": "string",
|
|
194
|
+
"value_allowed_null": false
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"disabled": false,
|
|
198
|
+
"document": "Error code.\t",
|
|
199
|
+
"example": "InvalidParameter",
|
|
200
|
+
"member": "string",
|
|
201
|
+
"name": "ErrorCode",
|
|
202
|
+
"output_required": false,
|
|
203
|
+
"type": "string",
|
|
204
|
+
"value_allowed_null": false
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"disabled": false,
|
|
208
|
+
"document": "Error message.\t",
|
|
209
|
+
"example": "参数错误。\t",
|
|
210
|
+
"member": "string",
|
|
211
|
+
"name": "ErrorMessage",
|
|
212
|
+
"output_required": false,
|
|
213
|
+
"type": "string",
|
|
214
|
+
"value_allowed_null": false
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"disabled": false,
|
|
218
|
+
"document": "Generates the file URL with a valid period of 1 day.\t",
|
|
219
|
+
"example": "无",
|
|
220
|
+
"member": "File3D",
|
|
221
|
+
"name": "ResultFile3Ds",
|
|
222
|
+
"output_required": false,
|
|
223
|
+
"type": "list",
|
|
224
|
+
"value_allowed_null": false
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
228
|
+
"member": "string",
|
|
229
|
+
"name": "RequestId",
|
|
230
|
+
"type": "string"
|
|
231
|
+
}
|
|
232
|
+
],
|
|
233
|
+
"type": "object"
|
|
234
|
+
},
|
|
235
|
+
"QueryHunyuanTo3DProJobRequest": {
|
|
236
|
+
"document": "QueryHunyuanTo3DProJob request structure.",
|
|
237
|
+
"members": [
|
|
238
|
+
{
|
|
239
|
+
"disabled": false,
|
|
240
|
+
"document": "Task ID.",
|
|
241
|
+
"example": "1357237233311637504",
|
|
242
|
+
"member": "string",
|
|
243
|
+
"name": "JobId",
|
|
244
|
+
"required": true,
|
|
245
|
+
"type": "string"
|
|
246
|
+
}
|
|
247
|
+
],
|
|
248
|
+
"type": "object"
|
|
249
|
+
},
|
|
250
|
+
"QueryHunyuanTo3DProJobResponse": {
|
|
251
|
+
"document": "QueryHunyuanTo3DProJob response structure.",
|
|
252
|
+
"members": [
|
|
253
|
+
{
|
|
254
|
+
"disabled": false,
|
|
255
|
+
"document": "Task status. WAIT: waiting; RUN: running; FAIL: failed; DONE: successful.",
|
|
256
|
+
"example": "DONE",
|
|
257
|
+
"member": "string",
|
|
258
|
+
"name": "Status",
|
|
259
|
+
"output_required": false,
|
|
260
|
+
"type": "string",
|
|
261
|
+
"value_allowed_null": false
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"disabled": false,
|
|
265
|
+
"document": "Error code",
|
|
266
|
+
"example": "InvalidParameter",
|
|
267
|
+
"member": "string",
|
|
268
|
+
"name": "ErrorCode",
|
|
269
|
+
"output_required": false,
|
|
270
|
+
"type": "string",
|
|
271
|
+
"value_allowed_null": false
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"disabled": false,
|
|
275
|
+
"document": "Error message",
|
|
276
|
+
"example": "参数错误。",
|
|
277
|
+
"member": "string",
|
|
278
|
+
"name": "ErrorMessage",
|
|
279
|
+
"output_required": false,
|
|
280
|
+
"type": "string",
|
|
281
|
+
"value_allowed_null": false
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"disabled": false,
|
|
285
|
+
"document": "Describes the generated 3d file array.",
|
|
286
|
+
"example": "无",
|
|
287
|
+
"member": "File3D",
|
|
288
|
+
"name": "ResultFile3Ds",
|
|
289
|
+
"output_required": false,
|
|
290
|
+
"type": "list",
|
|
291
|
+
"value_allowed_null": false
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
295
|
+
"member": "string",
|
|
296
|
+
"name": "RequestId",
|
|
297
|
+
"type": "string"
|
|
298
|
+
}
|
|
299
|
+
],
|
|
300
|
+
"type": "object"
|
|
301
|
+
},
|
|
302
|
+
"QueryHunyuanTo3DRapidJobRequest": {
|
|
303
|
+
"document": "QueryHunyuanTo3DRapidJob request structure.",
|
|
304
|
+
"members": [
|
|
305
|
+
{
|
|
306
|
+
"disabled": false,
|
|
307
|
+
"document": "Task ID.\t",
|
|
308
|
+
"example": "1315932989749215232",
|
|
309
|
+
"member": "string",
|
|
310
|
+
"name": "JobId",
|
|
311
|
+
"required": false,
|
|
312
|
+
"type": "string"
|
|
313
|
+
}
|
|
314
|
+
],
|
|
315
|
+
"type": "object"
|
|
316
|
+
},
|
|
317
|
+
"QueryHunyuanTo3DRapidJobResponse": {
|
|
318
|
+
"document": "QueryHunyuanTo3DRapidJob response structure.",
|
|
319
|
+
"members": [
|
|
320
|
+
{
|
|
321
|
+
"disabled": false,
|
|
322
|
+
"document": "Task status. WAIT: waiting; RUN: running; FAIL: failed; DONE: successful.\t",
|
|
323
|
+
"example": "RUN",
|
|
324
|
+
"member": "string",
|
|
325
|
+
"name": "Status",
|
|
326
|
+
"output_required": false,
|
|
327
|
+
"type": "string",
|
|
328
|
+
"value_allowed_null": false
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"disabled": false,
|
|
332
|
+
"document": "Error code",
|
|
333
|
+
"example": "InvalidParameter",
|
|
334
|
+
"member": "string",
|
|
335
|
+
"name": "ErrorCode",
|
|
336
|
+
"output_required": false,
|
|
337
|
+
"type": "string",
|
|
338
|
+
"value_allowed_null": false
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"disabled": false,
|
|
342
|
+
"document": "Error message\t",
|
|
343
|
+
"example": "参数错误\t",
|
|
344
|
+
"member": "string",
|
|
345
|
+
"name": "ErrorMessage",
|
|
346
|
+
"output_required": false,
|
|
347
|
+
"type": "string",
|
|
348
|
+
"value_allowed_null": false
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"disabled": false,
|
|
352
|
+
"document": "Specifies the generated 3D file array.\t",
|
|
353
|
+
"example": "无",
|
|
354
|
+
"member": "File3D",
|
|
355
|
+
"name": "ResultFile3Ds",
|
|
356
|
+
"output_required": false,
|
|
357
|
+
"type": "list",
|
|
358
|
+
"value_allowed_null": false
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
362
|
+
"member": "string",
|
|
363
|
+
"name": "RequestId",
|
|
364
|
+
"type": "string"
|
|
365
|
+
}
|
|
366
|
+
],
|
|
367
|
+
"type": "object"
|
|
368
|
+
},
|
|
369
|
+
"SubmitHunyuan3DPartJobRequest": {
|
|
370
|
+
"document": "SubmitHunyuan3DPartJob request structure.",
|
|
371
|
+
"members": [
|
|
372
|
+
{
|
|
373
|
+
"disabled": false,
|
|
374
|
+
"document": "Recommends inputting 3D models generated by AIGC. recommended file size ≤100MB. face count ≤1,500,000. only supports FBX format.",
|
|
375
|
+
"example": "无",
|
|
376
|
+
"member": "InputFile3D",
|
|
377
|
+
"name": "File",
|
|
378
|
+
"required": false,
|
|
379
|
+
"type": "object"
|
|
380
|
+
}
|
|
381
|
+
],
|
|
382
|
+
"type": "object"
|
|
383
|
+
},
|
|
384
|
+
"SubmitHunyuan3DPartJobResponse": {
|
|
385
|
+
"document": "SubmitHunyuan3DPartJob response structure.",
|
|
386
|
+
"members": [
|
|
387
|
+
{
|
|
388
|
+
"disabled": false,
|
|
389
|
+
"document": "Task id (valid period: 24 hours).",
|
|
390
|
+
"example": "1384898587778465792",
|
|
391
|
+
"member": "string",
|
|
392
|
+
"name": "JobId",
|
|
393
|
+
"output_required": false,
|
|
394
|
+
"type": "string",
|
|
395
|
+
"value_allowed_null": false
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
399
|
+
"member": "string",
|
|
400
|
+
"name": "RequestId",
|
|
401
|
+
"type": "string"
|
|
402
|
+
}
|
|
403
|
+
],
|
|
404
|
+
"type": "object"
|
|
405
|
+
},
|
|
406
|
+
"SubmitHunyuanTo3DProJobRequest": {
|
|
407
|
+
"document": "SubmitHunyuanTo3DProJob request structure.",
|
|
408
|
+
"members": [
|
|
409
|
+
{
|
|
410
|
+
"disabled": false,
|
|
411
|
+
"document": "Tencent HY 3D Global model version\nDefaults to 3.0, with optional choices: 3.0, 3.1\nWhen selecting version 3.1, the LowPoly parameter is unavailable\nExample value:3.0",
|
|
412
|
+
"example": "3.0",
|
|
413
|
+
"member": "string",
|
|
414
|
+
"name": "Model",
|
|
415
|
+
"required": false,
|
|
416
|
+
"type": "string"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"disabled": false,
|
|
420
|
+
"document": "Generates 3D content, describes 3D content.\nSupports up to 1024 utf-8 characters.\nText-To-3D. Specifies either ImageBase64/ImageUrl or Prompt is required. Prompt and ImageBase64/ImageUrl cannot coexist.",
|
|
421
|
+
"example": "1",
|
|
422
|
+
"member": "string",
|
|
423
|
+
"name": "Prompt",
|
|
424
|
+
"required": false,
|
|
425
|
+
"type": "string"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"disabled": false,
|
|
429
|
+
"document": "Enter the Base64 code of the image.\nSize: specifies the unilateral resolution requirement, not less than 128 and not greater than 5000. size should not exceed 8m (after encoding, it increases by about 30%, recommend actual input image size no more than 6m).\nInput image suggestion:\n1.Simple background (solid-color background) \n2.No text or blended colors\n3.Single object\n4.The object occupies over 50% of the frame\nValid values: jpg, png, jpeg, webp.\nSpecifies either ImageBase64/ImageUrl or Prompt is required. Prompt and ImageBase64/ImageUrl cannot coexist.",
|
|
430
|
+
"example": "1",
|
|
431
|
+
"member": "string",
|
|
432
|
+
"name": "ImageBase64",
|
|
433
|
+
"required": false,
|
|
434
|
+
"type": "string"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"disabled": false,
|
|
438
|
+
"document": "Input image Url.\nSize: specifies the unilateral resolution requirement, not less than 128 and not greater than 5000. size should not exceed 8m (after encoding, it increases by about 30%, recommend actual input image size no more than 6m).\nInput image suggestion:\n1.Simple background (solid-color background) \n2.No text or blended colors\n3.Single object\n4.The object occupies over 50% of the frame\nValid values: jpg, png, jpeg, webp.\nSpecifies either ImageBase64/ImageUrl or Prompt is required. Prompt and ImageBase64/ImageUrl cannot coexist.",
|
|
439
|
+
"example": "1",
|
|
440
|
+
"member": "string",
|
|
441
|
+
"name": "ImageUrl",
|
|
442
|
+
"required": false,
|
|
443
|
+
"type": "string"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"disabled": false,
|
|
447
|
+
"document": "Multi-Perspective model image. reference value for viewing angle:.\nleft: Left view;\nright: Right view;\nback: Rear view;\ntop: Top view (only supported in Model 3.1);\nbottom: Bottom view (only supported in Model 3.1);\nleft_front: Left front 45 degree view (only supported in Model 3.1);\nright_front: Right front 45 degree view (only supported in Model 3.1);\n\nEach perspective is limited to one image.\nImage size limit. the value must not exceed 8 mb after encoding.\nImage resolution limitation: the unilateral resolution should be less than 5000 and greater than 128.\nSupported image format: JPG or PNG",
|
|
448
|
+
"example": "无",
|
|
449
|
+
"member": "ViewImage",
|
|
450
|
+
"name": "MultiViewImages",
|
|
451
|
+
"required": false,
|
|
452
|
+
"type": "list"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"disabled": false,
|
|
456
|
+
"document": "Specifies whether PBR material generation is enabled. default false.",
|
|
457
|
+
"example": "true",
|
|
458
|
+
"member": "bool",
|
|
459
|
+
"name": "EnablePBR",
|
|
460
|
+
"required": false,
|
|
461
|
+
"type": "bool"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"disabled": false,
|
|
465
|
+
"document": "Specifies the face count for 3D model generation. default value is 500000.\nSpecifies the supported face count generation range. value range: 40000-1500000.",
|
|
466
|
+
"example": "400000",
|
|
467
|
+
"member": "int64",
|
|
468
|
+
"name": "FaceCount",
|
|
469
|
+
"required": false,
|
|
470
|
+
"type": "int"
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"disabled": false,
|
|
474
|
+
"document": "Generation task type. default: Normal. valid values:.\nNormal: generates a geometric model with textures.\nLowPoly: specifies the model generated after intelligent polygon reduction.\nGeometry: specifies whether to generate a Geometry model without textures (white model). when this task is selected, the EnablePBR parameter does not take effect.\nSpecifies the Sketch for the generative model, allowing input of a Sketch or line drawing. in this mode, both prompt and ImageUrl/ImageBase64 can be entered together.",
|
|
475
|
+
"example": "Normal",
|
|
476
|
+
"member": "string",
|
|
477
|
+
"name": "GenerateType",
|
|
478
|
+
"required": false,
|
|
479
|
+
"type": "string"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"disabled": false,
|
|
483
|
+
"document": "This parameter only takes effect when LowPoly mode is selected from GenerateType.\n\nPolygon type, indicates the number of sides in the model's surface grid, defaults to triangle. valid values:.\ntriangle. specifies the triangular face.\nquadrilateral: mix quadrangle and triangle faces to generate.",
|
|
484
|
+
"example": "triangle",
|
|
485
|
+
"member": "string",
|
|
486
|
+
"name": "PolygonType",
|
|
487
|
+
"required": false,
|
|
488
|
+
"type": "string"
|
|
489
|
+
}
|
|
490
|
+
],
|
|
491
|
+
"type": "object"
|
|
492
|
+
},
|
|
493
|
+
"SubmitHunyuanTo3DProJobResponse": {
|
|
494
|
+
"document": "SubmitHunyuanTo3DProJob response structure.",
|
|
495
|
+
"members": [
|
|
496
|
+
{
|
|
497
|
+
"disabled": false,
|
|
498
|
+
"document": "Task ID (valid period: 24 hours).",
|
|
499
|
+
"example": "1357237233311637504",
|
|
500
|
+
"member": "string",
|
|
501
|
+
"name": "JobId",
|
|
502
|
+
"output_required": false,
|
|
503
|
+
"type": "string",
|
|
504
|
+
"value_allowed_null": false
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
508
|
+
"member": "string",
|
|
509
|
+
"name": "RequestId",
|
|
510
|
+
"type": "string"
|
|
511
|
+
}
|
|
512
|
+
],
|
|
513
|
+
"type": "object"
|
|
514
|
+
},
|
|
515
|
+
"SubmitHunyuanTo3DRapidJobRequest": {
|
|
516
|
+
"document": "SubmitHunyuanTo3DRapidJob request structure.",
|
|
517
|
+
"members": [
|
|
518
|
+
{
|
|
519
|
+
"disabled": false,
|
|
520
|
+
"document": "Text-To-3D, description of 3D content, forward Prompt content. supports up to 200 utf-8 characters. either ImageBase64, ImageUrl, or Prompt is required, and Prompt cannot coexist with ImageBase64/ImageUrl.\t",
|
|
521
|
+
"example": "一只小猫",
|
|
522
|
+
"member": "string",
|
|
523
|
+
"name": "Prompt",
|
|
524
|
+
"required": false,
|
|
525
|
+
"type": "string"
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"disabled": false,
|
|
529
|
+
"document": "Input image Base64 data. size: unilateral resolution requirement not less than 128, not greater than 5000, size ≤6m (after encoding, size increases by approximately 30%). format: jpg, png, jpeg, webp. imagebase64, imageurl, and Prompt are required, but Prompt and imagebase64/imageurl cannot coexist.\t",
|
|
530
|
+
"example": "/9j/4QlQaHR0c...N6a2M5ZCI\t",
|
|
531
|
+
"member": "string",
|
|
532
|
+
"name": "ImageBase64",
|
|
533
|
+
"required": false,
|
|
534
|
+
"type": "string"
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"disabled": false,
|
|
538
|
+
"document": "Input image Url. size: unilateral resolution requirement not less than 128, not greater than 5000. size ≤8m. format: jpg, png, jpeg, webp. imagebase64, imageurl, and Prompt are required, and Prompt cannot coexist with imagebase64/imageurl.\t",
|
|
539
|
+
"example": "https://***.cos.ap-guangzhou.myqcloud.com/***.jpg\t",
|
|
540
|
+
"member": "string",
|
|
541
|
+
"name": "ImageUrl",
|
|
542
|
+
"required": false,
|
|
543
|
+
"type": "string"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"disabled": false,
|
|
547
|
+
"document": "Specifies whether PBR material generation is enabled, false by default.\t",
|
|
548
|
+
"example": "false",
|
|
549
|
+
"member": "bool",
|
|
550
|
+
"name": "EnablePBR",
|
|
551
|
+
"required": false,
|
|
552
|
+
"type": "bool"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"disabled": false,
|
|
556
|
+
"document": "Specifies whether to enable the single geometry generation option. when enabled, it generates a 3D model without textures (white model). enabled, the generative model does not support OBJ format. default model file format is GLB.\t",
|
|
557
|
+
"example": "false",
|
|
558
|
+
"member": "bool",
|
|
559
|
+
"name": "EnableGeometry",
|
|
560
|
+
"required": false,
|
|
561
|
+
"type": "bool"
|
|
562
|
+
}
|
|
563
|
+
],
|
|
564
|
+
"type": "object"
|
|
565
|
+
},
|
|
566
|
+
"SubmitHunyuanTo3DRapidJobResponse": {
|
|
567
|
+
"document": "SubmitHunyuanTo3DRapidJob response structure.",
|
|
568
|
+
"members": [
|
|
569
|
+
{
|
|
570
|
+
"disabled": false,
|
|
571
|
+
"document": "Task ID (valid period: 24 hours).\t",
|
|
572
|
+
"example": "1315932989749215232",
|
|
573
|
+
"member": "string",
|
|
574
|
+
"name": "JobId",
|
|
575
|
+
"output_required": false,
|
|
576
|
+
"type": "string",
|
|
577
|
+
"value_allowed_null": false
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
581
|
+
"member": "string",
|
|
582
|
+
"name": "RequestId",
|
|
583
|
+
"type": "string"
|
|
584
|
+
}
|
|
585
|
+
],
|
|
586
|
+
"type": "object"
|
|
587
|
+
},
|
|
588
|
+
"ViewImage": {
|
|
589
|
+
"document": "Multi-Perspective images.",
|
|
590
|
+
"members": [
|
|
591
|
+
{
|
|
592
|
+
"disabled": false,
|
|
593
|
+
"document": "Specifies the viewing angle type.\nValid values: back, left, right.",
|
|
594
|
+
"example": "back",
|
|
595
|
+
"member": "string",
|
|
596
|
+
"name": "ViewType",
|
|
597
|
+
"output_required": false,
|
|
598
|
+
"required": false,
|
|
599
|
+
"type": "string",
|
|
600
|
+
"value_allowed_null": false
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"disabled": false,
|
|
604
|
+
"document": "Image Url.",
|
|
605
|
+
"example": "https://cos.ap-guangzhou.myqcloud.com/image.jpg",
|
|
606
|
+
"member": "string",
|
|
607
|
+
"name": "ViewImageUrl",
|
|
608
|
+
"output_required": false,
|
|
609
|
+
"required": false,
|
|
610
|
+
"type": "string",
|
|
611
|
+
"value_allowed_null": false
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"disabled": false,
|
|
615
|
+
"document": "base64 address of the image.",
|
|
616
|
+
"example": "/9j/4QlQaHR0c...N6a2M5ZCI",
|
|
617
|
+
"member": "string",
|
|
618
|
+
"name": "ViewImageBase64",
|
|
619
|
+
"output_required": false,
|
|
620
|
+
"required": false,
|
|
621
|
+
"type": "string",
|
|
622
|
+
"value_allowed_null": false
|
|
623
|
+
}
|
|
624
|
+
],
|
|
625
|
+
"usage": "both"
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
}
|