tencentcloud-sdk-python 3.0.1296__py2.py3-none-any.whl → 3.0.1298__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/billing/v20180709/models.py +90 -0
- tencentcloud/cam/v20190116/models.py +2 -2
- tencentcloud/ccc/v20200210/models.py +121 -0
- tencentcloud/cdb/v20170320/cdb_client.py +23 -0
- tencentcloud/cdb/v20170320/models.py +124 -0
- tencentcloud/cls/v20201016/models.py +2 -2
- tencentcloud/dbbrain/v20210527/models.py +17 -2
- tencentcloud/ess/v20201111/models.py +58 -156
- tencentcloud/essbasic/v20210526/models.py +6 -108
- tencentcloud/hunyuan/v20230901/models.py +7 -7
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +92 -0
- tencentcloud/iotexplorer/v20190423/models.py +288 -2
- tencentcloud/lcic/v20220817/models.py +10 -4
- tencentcloud/lkeap/__init__.py +0 -0
- tencentcloud/lkeap/v20240522/__init__.py +0 -0
- tencentcloud/lkeap/v20240522/errorcodes.py +66 -0
- tencentcloud/lkeap/v20240522/lkeap_client.py +597 -0
- tencentcloud/lkeap/v20240522/models.py +3789 -0
- tencentcloud/mongodb/v20180408/errorcodes.py +3 -0
- tencentcloud/mongodb/v20180408/models.py +76 -18
- tencentcloud/mongodb/v20180408/mongodb_client.py +1 -1
- tencentcloud/mongodb/v20190725/models.py +49 -96
- tencentcloud/monitor/v20180724/models.py +35 -0
- tencentcloud/ocr/v20181119/ocr_client.py +3 -3
- tencentcloud/sqlserver/v20180328/models.py +76 -4
- tencentcloud/ssl/v20191205/models.py +2 -2
- tencentcloud/tcb/v20180608/models.py +15 -29
- tencentcloud/tcbr/v20220217/models.py +51 -6
- tencentcloud/tdmq/v20200217/models.py +205 -0
- tencentcloud/tdmq/v20200217/tdmq_client.py +23 -0
- tencentcloud/trtc/v20190722/models.py +4 -8
- tencentcloud/vpc/v20170312/models.py +48 -23
- tencentcloud/wedata/v20210820/models.py +71 -2
- {tencentcloud_sdk_python-3.0.1296.dist-info → tencentcloud_sdk_python-3.0.1298.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1296.dist-info → tencentcloud_sdk_python-3.0.1298.dist-info}/RECORD +39 -34
- {tencentcloud_sdk_python-3.0.1296.dist-info → tencentcloud_sdk_python-3.0.1298.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1296.dist-info → tencentcloud_sdk_python-3.0.1298.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1296.dist-info → tencentcloud_sdk_python-3.0.1298.dist-info}/top_level.txt +0 -0
@@ -3086,95 +3086,46 @@ class Component(AbstractModel):
|
|
3086
3086
|
<b>参数样例</b>:<br>`{"Children":["ComponentId_29","ComponentId_27","ComponentId_28","ComponentId_30"]}`
|
3087
3087
|
<li><b>ChildrenComponents:</b> 关键字定位模式下,用来指定此签批控件的组合子控件 </li>
|
3088
3088
|
ChildrenComponent结构体定义:
|
3089
|
-
<table border="1">
|
3090
|
-
<thead>
|
3091
|
-
<tr>
|
3092
|
-
<th>字段名称</th>
|
3093
|
-
<th>类型</th>
|
3094
|
-
<th>描述</th>
|
3095
|
-
</tr>
|
3096
|
-
</thead>
|
3097
|
-
<tbody>
|
3098
|
-
<tr>
|
3099
|
-
<td>ComponentType</td>
|
3100
|
-
<td>string</td>
|
3101
|
-
<td>子控件类型-可选值:SIGN_SIGNATURE,SIGN_DATE,SIGN_SELECTOR,SIGN_MULTI_LINE_TEXT</td>
|
3102
|
-
</tr>
|
3103
|
-
<tr>
|
3104
|
-
<td>ComponentName</td>
|
3105
|
-
<td>string</td>
|
3106
|
-
<td>子控件名称</td>
|
3107
|
-
</tr>
|
3108
|
-
<tr>
|
3109
|
-
<td>Placeholder</td>
|
3110
|
-
<td>string</td>
|
3111
|
-
<td>子控件提示语</td>
|
3112
|
-
</tr>
|
3113
|
-
<tr>
|
3114
|
-
<td>ComponentOffsetX</td>
|
3115
|
-
<td>float</td>
|
3116
|
-
<td>控件偏移位置X(相对于父控件(签批控件的ComponentX))</td>
|
3117
|
-
</tr>
|
3118
|
-
<tr>
|
3119
|
-
<td>ComponentOffsetY</td>
|
3120
|
-
<td>float</td>
|
3121
|
-
<td>控件偏移位置Y 相对于父控件(签批控件的ComponentY))</td>
|
3122
|
-
</tr>
|
3123
|
-
<tr>
|
3124
|
-
<td>ComponentWidth</td>
|
3125
|
-
<td>float</td>
|
3126
|
-
<td>控件宽</td>
|
3127
|
-
</tr>
|
3128
|
-
<tr>
|
3129
|
-
<td>ComponentHeight</td>
|
3130
|
-
<td>float</td>
|
3131
|
-
<td>控件高</td>
|
3132
|
-
</tr>
|
3133
|
-
<tr>
|
3134
|
-
<td>ComponentExtra</td>
|
3135
|
-
<td>string</td>
|
3136
|
-
<td>控件的附属信息,根据ComponentType设置</td>
|
3137
|
-
</tr>
|
3138
|
-
</tbody>
|
3139
|
-
</table>
|
3089
|
+
<table border="1"> <thead> <tr> <th>字段名称</th> <th>类型</th> <th>描述</th> </tr> </thead> <tbody> <tr> <td>ComponentType</td> <td>string</td> <td>子控件类型-可选值:SIGN_SIGNATURE,SIGN_DATE,SIGN_SELECTOR,SIGN_MULTI_LINE_TEXT</td> </tr> <tr> <td>ComponentName</td> <td>string</td> <td>子控件名称</td> </tr> <tr> <td>Placeholder</td> <td>string</td> <td>子控件提示语</td> </tr> <tr> <td>ComponentOffsetX</td> <td>float</td> <td>控件偏移位置X(相对于父控件(签批控件的ComponentX))</td> </tr> <tr> <td>ComponentOffsetY</td> <td>float</td> <td>控件偏移位置Y 相对于父控件(签批控件的ComponentY))</td> </tr> <tr> <td>ComponentWidth</td> <td>float</td> <td>控件宽</td> </tr> <tr> <td>ComponentHeight</td> <td>float</td> <td>控件高</td> </tr> <tr> <td>ComponentExtra</td> <td>string</td> <td>控件的附属信息,根据ComponentType设置</td> </tr> </tbody> </table>
|
3140
3090
|
<b>参数样例</b>:
|
3141
3091
|
|
3142
|
-
|
3092
|
+
输入:
|
3093
|
+
<pre>
|
3143
3094
|
{
|
3144
|
-
|
3095
|
+
ChildrenComponents: [
|
3145
3096
|
{
|
3146
|
-
|
3147
|
-
|
3148
|
-
|
3149
|
-
|
3150
|
-
|
3151
|
-
|
3152
|
-
|
3153
|
-
|
3097
|
+
ComponentType: SIGN_SIGNATURE,
|
3098
|
+
ComponentName: 个人签名,
|
3099
|
+
Placeholder: 请签名,
|
3100
|
+
ComponentOffsetX: 10,
|
3101
|
+
ComponentOffsetY: 30,
|
3102
|
+
ComponentWidth: 119,
|
3103
|
+
ComponentHeight: 43,
|
3104
|
+
ComponentExtra: {\ComponentTypeLimit\:[\SYSTEM_ESIGN\]}
|
3154
3105
|
},
|
3155
3106
|
{
|
3156
|
-
|
3157
|
-
|
3158
|
-
|
3159
|
-
|
3160
|
-
|
3161
|
-
|
3162
|
-
|
3163
|
-
|
3107
|
+
ComponentType: SIGN_SELECTOR,
|
3108
|
+
ComponentName: 是否同意此协议,
|
3109
|
+
Placeholder: ,
|
3110
|
+
ComponentOffsetX: 50,
|
3111
|
+
ComponentOffsetY: 130,
|
3112
|
+
ComponentWidth: 120,
|
3113
|
+
ComponentHeight: 43,
|
3114
|
+
ComponentExtra: {\Values\:[\同意\,\不同意\,\再想想\],\FontSize\:12,\FontAlign\:\Left\,\Font\:\黑体\,\MultiSelect\:false}
|
3164
3115
|
},
|
3165
3116
|
{
|
3166
|
-
|
3167
|
-
|
3168
|
-
|
3169
|
-
|
3170
|
-
|
3171
|
-
|
3172
|
-
|
3173
|
-
|
3117
|
+
ComponentType: SIGN_MULTI_LINE_TEXT,
|
3118
|
+
ComponentName: 批注附言,
|
3119
|
+
Placeholder: ,
|
3120
|
+
ComponentOffsetX: 150,
|
3121
|
+
ComponentOffsetY: 300,
|
3122
|
+
ComponentWidth: 200,
|
3123
|
+
ComponentHeight: 86,
|
3124
|
+
ComponentExtra:
|
3174
3125
|
}
|
3175
3126
|
]
|
3176
3127
|
}
|
3177
|
-
|
3128
|
+
</pre>
|
3178
3129
|
</ul>
|
3179
3130
|
|
3180
3131
|
|
@@ -3550,95 +3501,46 @@ ChildrenComponent结构体定义:
|
|
3550
3501
|
<b>参数样例</b>:<br>`{"Children":["ComponentId_29","ComponentId_27","ComponentId_28","ComponentId_30"]}`
|
3551
3502
|
<li><b>ChildrenComponents:</b> 关键字定位模式下,用来指定此签批控件的组合子控件 </li>
|
3552
3503
|
ChildrenComponent结构体定义:
|
3553
|
-
<table border="1">
|
3554
|
-
<thead>
|
3555
|
-
<tr>
|
3556
|
-
<th>字段名称</th>
|
3557
|
-
<th>类型</th>
|
3558
|
-
<th>描述</th>
|
3559
|
-
</tr>
|
3560
|
-
</thead>
|
3561
|
-
<tbody>
|
3562
|
-
<tr>
|
3563
|
-
<td>ComponentType</td>
|
3564
|
-
<td>string</td>
|
3565
|
-
<td>子控件类型-可选值:SIGN_SIGNATURE,SIGN_DATE,SIGN_SELECTOR,SIGN_MULTI_LINE_TEXT</td>
|
3566
|
-
</tr>
|
3567
|
-
<tr>
|
3568
|
-
<td>ComponentName</td>
|
3569
|
-
<td>string</td>
|
3570
|
-
<td>子控件名称</td>
|
3571
|
-
</tr>
|
3572
|
-
<tr>
|
3573
|
-
<td>Placeholder</td>
|
3574
|
-
<td>string</td>
|
3575
|
-
<td>子控件提示语</td>
|
3576
|
-
</tr>
|
3577
|
-
<tr>
|
3578
|
-
<td>ComponentOffsetX</td>
|
3579
|
-
<td>float</td>
|
3580
|
-
<td>控件偏移位置X(相对于父控件(签批控件的ComponentX))</td>
|
3581
|
-
</tr>
|
3582
|
-
<tr>
|
3583
|
-
<td>ComponentOffsetY</td>
|
3584
|
-
<td>float</td>
|
3585
|
-
<td>控件偏移位置Y 相对于父控件(签批控件的ComponentY))</td>
|
3586
|
-
</tr>
|
3587
|
-
<tr>
|
3588
|
-
<td>ComponentWidth</td>
|
3589
|
-
<td>float</td>
|
3590
|
-
<td>控件宽</td>
|
3591
|
-
</tr>
|
3592
|
-
<tr>
|
3593
|
-
<td>ComponentHeight</td>
|
3594
|
-
<td>float</td>
|
3595
|
-
<td>控件高</td>
|
3596
|
-
</tr>
|
3597
|
-
<tr>
|
3598
|
-
<td>ComponentExtra</td>
|
3599
|
-
<td>string</td>
|
3600
|
-
<td>控件的附属信息,根据ComponentType设置</td>
|
3601
|
-
</tr>
|
3602
|
-
</tbody>
|
3603
|
-
</table>
|
3504
|
+
<table border="1"> <thead> <tr> <th>字段名称</th> <th>类型</th> <th>描述</th> </tr> </thead> <tbody> <tr> <td>ComponentType</td> <td>string</td> <td>子控件类型-可选值:SIGN_SIGNATURE,SIGN_DATE,SIGN_SELECTOR,SIGN_MULTI_LINE_TEXT</td> </tr> <tr> <td>ComponentName</td> <td>string</td> <td>子控件名称</td> </tr> <tr> <td>Placeholder</td> <td>string</td> <td>子控件提示语</td> </tr> <tr> <td>ComponentOffsetX</td> <td>float</td> <td>控件偏移位置X(相对于父控件(签批控件的ComponentX))</td> </tr> <tr> <td>ComponentOffsetY</td> <td>float</td> <td>控件偏移位置Y 相对于父控件(签批控件的ComponentY))</td> </tr> <tr> <td>ComponentWidth</td> <td>float</td> <td>控件宽</td> </tr> <tr> <td>ComponentHeight</td> <td>float</td> <td>控件高</td> </tr> <tr> <td>ComponentExtra</td> <td>string</td> <td>控件的附属信息,根据ComponentType设置</td> </tr> </tbody> </table>
|
3604
3505
|
<b>参数样例</b>:
|
3605
3506
|
|
3606
|
-
|
3507
|
+
输入:
|
3508
|
+
<pre>
|
3607
3509
|
{
|
3608
|
-
|
3510
|
+
ChildrenComponents: [
|
3609
3511
|
{
|
3610
|
-
|
3611
|
-
|
3612
|
-
|
3613
|
-
|
3614
|
-
|
3615
|
-
|
3616
|
-
|
3617
|
-
|
3512
|
+
ComponentType: SIGN_SIGNATURE,
|
3513
|
+
ComponentName: 个人签名,
|
3514
|
+
Placeholder: 请签名,
|
3515
|
+
ComponentOffsetX: 10,
|
3516
|
+
ComponentOffsetY: 30,
|
3517
|
+
ComponentWidth: 119,
|
3518
|
+
ComponentHeight: 43,
|
3519
|
+
ComponentExtra: {\ComponentTypeLimit\:[\SYSTEM_ESIGN\]}
|
3618
3520
|
},
|
3619
3521
|
{
|
3620
|
-
|
3621
|
-
|
3622
|
-
|
3623
|
-
|
3624
|
-
|
3625
|
-
|
3626
|
-
|
3627
|
-
|
3522
|
+
ComponentType: SIGN_SELECTOR,
|
3523
|
+
ComponentName: 是否同意此协议,
|
3524
|
+
Placeholder: ,
|
3525
|
+
ComponentOffsetX: 50,
|
3526
|
+
ComponentOffsetY: 130,
|
3527
|
+
ComponentWidth: 120,
|
3528
|
+
ComponentHeight: 43,
|
3529
|
+
ComponentExtra: {\Values\:[\同意\,\不同意\,\再想想\],\FontSize\:12,\FontAlign\:\Left\,\Font\:\黑体\,\MultiSelect\:false}
|
3628
3530
|
},
|
3629
3531
|
{
|
3630
|
-
|
3631
|
-
|
3632
|
-
|
3633
|
-
|
3634
|
-
|
3635
|
-
|
3636
|
-
|
3637
|
-
|
3532
|
+
ComponentType: SIGN_MULTI_LINE_TEXT,
|
3533
|
+
ComponentName: 批注附言,
|
3534
|
+
Placeholder: ,
|
3535
|
+
ComponentOffsetX: 150,
|
3536
|
+
ComponentOffsetY: 300,
|
3537
|
+
ComponentWidth: 200,
|
3538
|
+
ComponentHeight: 86,
|
3539
|
+
ComponentExtra:
|
3638
3540
|
}
|
3639
3541
|
]
|
3640
3542
|
}
|
3641
|
-
|
3543
|
+
</pre>
|
3642
3544
|
</ul>
|
3643
3545
|
|
3644
3546
|
|
@@ -12325,60 +12325,10 @@ class Component(AbstractModel):
|
|
12325
12325
|
<b>参数样例</b>:<br>`{"Children":["ComponentId_29","ComponentId_27","ComponentId_28","ComponentId_30"]}`
|
12326
12326
|
<li><b>ChildrenComponents:</b> 关键字定位模式下,用来指定此签批控件的组合子控件 </li>
|
12327
12327
|
ChildrenComponent结构体定义:
|
12328
|
-
<table border="1">
|
12329
|
-
<thead>
|
12330
|
-
<tr>
|
12331
|
-
<th>字段名称</th>
|
12332
|
-
<th>类型</th>
|
12333
|
-
<th>描述</th>
|
12334
|
-
</tr>
|
12335
|
-
</thead>
|
12336
|
-
<tbody>
|
12337
|
-
<tr>
|
12338
|
-
<td>ComponentType</td>
|
12339
|
-
<td>string</td>
|
12340
|
-
<td>子控件类型-可选值:SIGN_SIGNATURE,SIGN_DATE,SIGN_SELECTOR,SIGN_MULTI_LINE_TEXT</td>
|
12341
|
-
</tr>
|
12342
|
-
<tr>
|
12343
|
-
<td>ComponentName</td>
|
12344
|
-
<td>string</td>
|
12345
|
-
<td>子控件名称</td>
|
12346
|
-
</tr>
|
12347
|
-
<tr>
|
12348
|
-
<td>Placeholder</td>
|
12349
|
-
<td>string</td>
|
12350
|
-
<td>子控件提示语</td>
|
12351
|
-
</tr>
|
12352
|
-
<tr>
|
12353
|
-
<td>ComponentOffsetX</td>
|
12354
|
-
<td>float</td>
|
12355
|
-
<td>控件偏移位置X(相对于父控件(签批控件的ComponentX))</td>
|
12356
|
-
</tr>
|
12357
|
-
<tr>
|
12358
|
-
<td>ComponentOffsetY</td>
|
12359
|
-
<td>float</td>
|
12360
|
-
<td>控件偏移位置Y 相对于父控件(签批控件的ComponentY))</td>
|
12361
|
-
</tr>
|
12362
|
-
<tr>
|
12363
|
-
<td>ComponentWidth</td>
|
12364
|
-
<td>float</td>
|
12365
|
-
<td>控件宽</td>
|
12366
|
-
</tr>
|
12367
|
-
<tr>
|
12368
|
-
<td>ComponentHeight</td>
|
12369
|
-
<td>float</td>
|
12370
|
-
<td>控件高</td>
|
12371
|
-
</tr>
|
12372
|
-
<tr>
|
12373
|
-
<td>ComponentExtra</td>
|
12374
|
-
<td>string</td>
|
12375
|
-
<td>控件的附属信息,根据ComponentType设置</td>
|
12376
|
-
</tr>
|
12377
|
-
</tbody>
|
12378
|
-
</table>
|
12328
|
+
<table border="1"> <thead> <tr> <th>字段名称</th> <th>类型</th> <th>描述</th> </tr> </thead> <tbody> <tr> <td>ComponentType</td> <td>string</td> <td>子控件类型-可选值:SIGN_SIGNATURE,SIGN_DATE,SIGN_SELECTOR,SIGN_MULTI_LINE_TEXT</td> </tr> <tr> <td>ComponentName</td> <td>string</td> <td>子控件名称</td> </tr> <tr> <td>Placeholder</td> <td>string</td> <td>子控件提示语</td> </tr> <tr> <td>ComponentOffsetX</td> <td>float</td> <td>控件偏移位置X(相对于父控件(签批控件的ComponentX))</td> </tr> <tr> <td>ComponentOffsetY</td> <td>float</td> <td>控件偏移位置Y 相对于父控件(签批控件的ComponentY))</td> </tr> <tr> <td>ComponentWidth</td> <td>float</td> <td>控件宽</td> </tr> <tr> <td>ComponentHeight</td> <td>float</td> <td>控件高</td> </tr> <tr> <td>ComponentExtra</td> <td>string</td> <td>控件的附属信息,根据ComponentType设置</td> </tr> </tbody> </table>
|
12379
12329
|
<b>参数样例</b>:
|
12380
12330
|
|
12381
|
-
|
12331
|
+
<pre>
|
12382
12332
|
{
|
12383
12333
|
"ChildrenComponents": [
|
12384
12334
|
{
|
@@ -12412,8 +12362,7 @@ ChildrenComponent结构体定义:
|
|
12412
12362
|
"ComponentExtra": ""
|
12413
12363
|
}
|
12414
12364
|
]
|
12415
|
-
}
|
12416
|
-
```
|
12365
|
+
}</pre>
|
12417
12366
|
</ul>
|
12418
12367
|
|
12419
12368
|
|
@@ -12789,60 +12738,10 @@ ChildrenComponent结构体定义:
|
|
12789
12738
|
<b>参数样例</b>:<br>`{"Children":["ComponentId_29","ComponentId_27","ComponentId_28","ComponentId_30"]}`
|
12790
12739
|
<li><b>ChildrenComponents:</b> 关键字定位模式下,用来指定此签批控件的组合子控件 </li>
|
12791
12740
|
ChildrenComponent结构体定义:
|
12792
|
-
<table border="1">
|
12793
|
-
<thead>
|
12794
|
-
<tr>
|
12795
|
-
<th>字段名称</th>
|
12796
|
-
<th>类型</th>
|
12797
|
-
<th>描述</th>
|
12798
|
-
</tr>
|
12799
|
-
</thead>
|
12800
|
-
<tbody>
|
12801
|
-
<tr>
|
12802
|
-
<td>ComponentType</td>
|
12803
|
-
<td>string</td>
|
12804
|
-
<td>子控件类型-可选值:SIGN_SIGNATURE,SIGN_DATE,SIGN_SELECTOR,SIGN_MULTI_LINE_TEXT</td>
|
12805
|
-
</tr>
|
12806
|
-
<tr>
|
12807
|
-
<td>ComponentName</td>
|
12808
|
-
<td>string</td>
|
12809
|
-
<td>子控件名称</td>
|
12810
|
-
</tr>
|
12811
|
-
<tr>
|
12812
|
-
<td>Placeholder</td>
|
12813
|
-
<td>string</td>
|
12814
|
-
<td>子控件提示语</td>
|
12815
|
-
</tr>
|
12816
|
-
<tr>
|
12817
|
-
<td>ComponentOffsetX</td>
|
12818
|
-
<td>float</td>
|
12819
|
-
<td>控件偏移位置X(相对于父控件(签批控件的ComponentX))</td>
|
12820
|
-
</tr>
|
12821
|
-
<tr>
|
12822
|
-
<td>ComponentOffsetY</td>
|
12823
|
-
<td>float</td>
|
12824
|
-
<td>控件偏移位置Y 相对于父控件(签批控件的ComponentY))</td>
|
12825
|
-
</tr>
|
12826
|
-
<tr>
|
12827
|
-
<td>ComponentWidth</td>
|
12828
|
-
<td>float</td>
|
12829
|
-
<td>控件宽</td>
|
12830
|
-
</tr>
|
12831
|
-
<tr>
|
12832
|
-
<td>ComponentHeight</td>
|
12833
|
-
<td>float</td>
|
12834
|
-
<td>控件高</td>
|
12835
|
-
</tr>
|
12836
|
-
<tr>
|
12837
|
-
<td>ComponentExtra</td>
|
12838
|
-
<td>string</td>
|
12839
|
-
<td>控件的附属信息,根据ComponentType设置</td>
|
12840
|
-
</tr>
|
12841
|
-
</tbody>
|
12842
|
-
</table>
|
12741
|
+
<table border="1"> <thead> <tr> <th>字段名称</th> <th>类型</th> <th>描述</th> </tr> </thead> <tbody> <tr> <td>ComponentType</td> <td>string</td> <td>子控件类型-可选值:SIGN_SIGNATURE,SIGN_DATE,SIGN_SELECTOR,SIGN_MULTI_LINE_TEXT</td> </tr> <tr> <td>ComponentName</td> <td>string</td> <td>子控件名称</td> </tr> <tr> <td>Placeholder</td> <td>string</td> <td>子控件提示语</td> </tr> <tr> <td>ComponentOffsetX</td> <td>float</td> <td>控件偏移位置X(相对于父控件(签批控件的ComponentX))</td> </tr> <tr> <td>ComponentOffsetY</td> <td>float</td> <td>控件偏移位置Y 相对于父控件(签批控件的ComponentY))</td> </tr> <tr> <td>ComponentWidth</td> <td>float</td> <td>控件宽</td> </tr> <tr> <td>ComponentHeight</td> <td>float</td> <td>控件高</td> </tr> <tr> <td>ComponentExtra</td> <td>string</td> <td>控件的附属信息,根据ComponentType设置</td> </tr> </tbody> </table>
|
12843
12742
|
<b>参数样例</b>:
|
12844
12743
|
|
12845
|
-
|
12744
|
+
<pre>
|
12846
12745
|
{
|
12847
12746
|
"ChildrenComponents": [
|
12848
12747
|
{
|
@@ -12876,8 +12775,7 @@ ChildrenComponent结构体定义:
|
|
12876
12775
|
"ComponentExtra": ""
|
12877
12776
|
}
|
12878
12777
|
]
|
12879
|
-
}
|
12880
|
-
```
|
12778
|
+
}</pre>
|
12881
12779
|
</ul>
|
12882
12780
|
|
12883
12781
|
|
@@ -1110,7 +1110,7 @@ tool_calls 标识函数调用。
|
|
1110
1110
|
|
1111
1111
|
|
1112
1112
|
class Content(AbstractModel):
|
1113
|
-
"""
|
1113
|
+
"""可以传入多种类型的内容,如图片或文本。
|
1114
1114
|
|
1115
1115
|
"""
|
1116
1116
|
|
@@ -1118,15 +1118,15 @@ class Content(AbstractModel):
|
|
1118
1118
|
r"""
|
1119
1119
|
:param _Type: 内容类型
|
1120
1120
|
注意:
|
1121
|
-
|
1121
|
+
需包含至少一个 Type 为"text"的参数及至少一个 Type 为"image_url"的参数。
|
1122
1122
|
参数值可选范围:[text", "image_url"]
|
1123
1123
|
注意:此字段可能返回 null,表示取不到有效值。
|
1124
1124
|
:type Type: str
|
1125
|
-
:param _Text: 当 Type 为 text
|
1125
|
+
:param _Text: 当 Type 为 text 时使用,表示具体的文本内容。当 Type 为 image_url 时,当前字段内容需保持为空,传递内容不生效。
|
1126
1126
|
注意:此字段可能返回 null,表示取不到有效值。
|
1127
1127
|
:type Text: str
|
1128
1128
|
:param _ImageUrl: 图片的url,当 Type 为 image_url 时使用,表示具体的图片内容
|
1129
|
-
如"https://example.com/1.png" 或 图片的base64(注意 "data:image/jpeg;base64," 为必要部分):"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAA......"
|
1129
|
+
如"https://example.com/1.png" 或 图片的base64(注意 "data:image/jpeg;base64," 为必要部分):"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAA......"。当 Type 为 text 时,当前字段内容需保持为空,传递内容不生效。
|
1130
1130
|
注意:此字段可能返回 null,表示取不到有效值。
|
1131
1131
|
:type ImageUrl: :class:`tencentcloud.hunyuan.v20230901.models.ImageUrl`
|
1132
1132
|
"""
|
@@ -1138,7 +1138,7 @@ class Content(AbstractModel):
|
|
1138
1138
|
def Type(self):
|
1139
1139
|
"""内容类型
|
1140
1140
|
注意:
|
1141
|
-
|
1141
|
+
需包含至少一个 Type 为"text"的参数及至少一个 Type 为"image_url"的参数。
|
1142
1142
|
参数值可选范围:[text", "image_url"]
|
1143
1143
|
注意:此字段可能返回 null,表示取不到有效值。
|
1144
1144
|
:rtype: str
|
@@ -1151,7 +1151,7 @@ class Content(AbstractModel):
|
|
1151
1151
|
|
1152
1152
|
@property
|
1153
1153
|
def Text(self):
|
1154
|
-
"""当 Type 为 text
|
1154
|
+
"""当 Type 为 text 时使用,表示具体的文本内容。当 Type 为 image_url 时,当前字段内容需保持为空,传递内容不生效。
|
1155
1155
|
注意:此字段可能返回 null,表示取不到有效值。
|
1156
1156
|
:rtype: str
|
1157
1157
|
"""
|
@@ -1164,7 +1164,7 @@ class Content(AbstractModel):
|
|
1164
1164
|
@property
|
1165
1165
|
def ImageUrl(self):
|
1166
1166
|
"""图片的url,当 Type 为 image_url 时使用,表示具体的图片内容
|
1167
|
-
如"https://example.com/1.png" 或 图片的base64(注意 "data:image/jpeg;base64," 为必要部分):"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAA......"
|
1167
|
+
如"https://example.com/1.png" 或 图片的base64(注意 "data:image/jpeg;base64," 为必要部分):"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAA......"。当 Type 为 text 时,当前字段内容需保持为空,传递内容不生效。
|
1168
1168
|
注意:此字段可能返回 null,表示取不到有效值。
|
1169
1169
|
:rtype: :class:`tencentcloud.hunyuan.v20230901.models.ImageUrl`
|
1170
1170
|
"""
|
@@ -3020,6 +3020,29 @@ class IotexplorerClient(AbstractClient):
|
|
3020
3020
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
3021
3021
|
|
3022
3022
|
|
3023
|
+
def PauseTWeCallDevice(self, request):
|
3024
|
+
"""暂停设备
|
3025
|
+
|
3026
|
+
:param request: Request instance for PauseTWeCallDevice.
|
3027
|
+
:type request: :class:`tencentcloud.iotexplorer.v20190423.models.PauseTWeCallDeviceRequest`
|
3028
|
+
:rtype: :class:`tencentcloud.iotexplorer.v20190423.models.PauseTWeCallDeviceResponse`
|
3029
|
+
|
3030
|
+
"""
|
3031
|
+
try:
|
3032
|
+
params = request._serialize()
|
3033
|
+
headers = request.headers
|
3034
|
+
body = self.call("PauseTWeCallDevice", params, headers=headers)
|
3035
|
+
response = json.loads(body)
|
3036
|
+
model = models.PauseTWeCallDeviceResponse()
|
3037
|
+
model._deserialize(response["Response"])
|
3038
|
+
return model
|
3039
|
+
except Exception as e:
|
3040
|
+
if isinstance(e, TencentCloudSDKException):
|
3041
|
+
raise
|
3042
|
+
else:
|
3043
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
3044
|
+
|
3045
|
+
|
3023
3046
|
def PublishBroadcastMessage(self, request):
|
3024
3047
|
"""发布广播消息、发布RRPC消息属于早期服务,目前已停止维护,需要从官网下线。
|
3025
3048
|
|
@@ -3231,6 +3254,52 @@ class IotexplorerClient(AbstractClient):
|
|
3231
3254
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
3232
3255
|
|
3233
3256
|
|
3257
|
+
def ResetTWeCallDevice(self, request):
|
3258
|
+
"""重置设备
|
3259
|
+
|
3260
|
+
:param request: Request instance for ResetTWeCallDevice.
|
3261
|
+
:type request: :class:`tencentcloud.iotexplorer.v20190423.models.ResetTWeCallDeviceRequest`
|
3262
|
+
:rtype: :class:`tencentcloud.iotexplorer.v20190423.models.ResetTWeCallDeviceResponse`
|
3263
|
+
|
3264
|
+
"""
|
3265
|
+
try:
|
3266
|
+
params = request._serialize()
|
3267
|
+
headers = request.headers
|
3268
|
+
body = self.call("ResetTWeCallDevice", params, headers=headers)
|
3269
|
+
response = json.loads(body)
|
3270
|
+
model = models.ResetTWeCallDeviceResponse()
|
3271
|
+
model._deserialize(response["Response"])
|
3272
|
+
return model
|
3273
|
+
except Exception as e:
|
3274
|
+
if isinstance(e, TencentCloudSDKException):
|
3275
|
+
raise
|
3276
|
+
else:
|
3277
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
3278
|
+
|
3279
|
+
|
3280
|
+
def ResumeWeCallDevice(self, request):
|
3281
|
+
"""恢复设备
|
3282
|
+
|
3283
|
+
:param request: Request instance for ResumeWeCallDevice.
|
3284
|
+
:type request: :class:`tencentcloud.iotexplorer.v20190423.models.ResumeWeCallDeviceRequest`
|
3285
|
+
:rtype: :class:`tencentcloud.iotexplorer.v20190423.models.ResumeWeCallDeviceResponse`
|
3286
|
+
|
3287
|
+
"""
|
3288
|
+
try:
|
3289
|
+
params = request._serialize()
|
3290
|
+
headers = request.headers
|
3291
|
+
body = self.call("ResumeWeCallDevice", params, headers=headers)
|
3292
|
+
response = json.loads(body)
|
3293
|
+
model = models.ResumeWeCallDeviceResponse()
|
3294
|
+
model._deserialize(response["Response"])
|
3295
|
+
return model
|
3296
|
+
except Exception as e:
|
3297
|
+
if isinstance(e, TencentCloudSDKException):
|
3298
|
+
raise
|
3299
|
+
else:
|
3300
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
3301
|
+
|
3302
|
+
|
3234
3303
|
def SearchPositionSpace(self, request):
|
3235
3304
|
"""搜索位置空间
|
3236
3305
|
|
@@ -3323,6 +3392,29 @@ class IotexplorerClient(AbstractClient):
|
|
3323
3392
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
3324
3393
|
|
3325
3394
|
|
3395
|
+
def TransferTWeCallDevice(self, request):
|
3396
|
+
"""转移设备
|
3397
|
+
|
3398
|
+
:param request: Request instance for TransferTWeCallDevice.
|
3399
|
+
:type request: :class:`tencentcloud.iotexplorer.v20190423.models.TransferTWeCallDeviceRequest`
|
3400
|
+
:rtype: :class:`tencentcloud.iotexplorer.v20190423.models.TransferTWeCallDeviceResponse`
|
3401
|
+
|
3402
|
+
"""
|
3403
|
+
try:
|
3404
|
+
params = request._serialize()
|
3405
|
+
headers = request.headers
|
3406
|
+
body = self.call("TransferTWeCallDevice", params, headers=headers)
|
3407
|
+
response = json.loads(body)
|
3408
|
+
model = models.TransferTWeCallDeviceResponse()
|
3409
|
+
model._deserialize(response["Response"])
|
3410
|
+
return model
|
3411
|
+
except Exception as e:
|
3412
|
+
if isinstance(e, TencentCloudSDKException):
|
3413
|
+
raise
|
3414
|
+
else:
|
3415
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
3416
|
+
|
3417
|
+
|
3326
3418
|
def UnbindDevices(self, request):
|
3327
3419
|
"""批量解绑子设备
|
3328
3420
|
|