tencentcloud-sdk-python 3.0.1328__py2.py3-none-any.whl → 3.0.1330__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.
Files changed (55) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/ams/v20201229/models.py +157 -0
  3. tencentcloud/asr/v20190614/asr_client.py +1 -1
  4. tencentcloud/batch/v20170312/models.py +2 -26
  5. tencentcloud/cdwdoris/v20211228/models.py +30 -0
  6. tencentcloud/cfw/v20190904/cfw_client.py +9 -3
  7. tencentcloud/clb/v20180317/models.py +45 -0
  8. tencentcloud/cvm/v20170312/models.py +22 -38
  9. tencentcloud/cynosdb/v20190107/models.py +23 -4
  10. tencentcloud/dlc/v20210125/models.py +0 -10
  11. tencentcloud/emr/v20190103/models.py +4 -4
  12. tencentcloud/ess/v20201111/ess_client.py +27 -0
  13. tencentcloud/ess/v20201111/models.py +147 -316
  14. tencentcloud/essbasic/v20210526/essbasic_client.py +27 -0
  15. tencentcloud/essbasic/v20210526/models.py +146 -238
  16. tencentcloud/faceid/v20180301/models.py +20 -12
  17. tencentcloud/lcic/v20220817/models.py +12 -2
  18. tencentcloud/lighthouse/v20200324/models.py +12 -12
  19. tencentcloud/live/v20180801/models.py +10 -112
  20. tencentcloud/lke/v20231130/lke_client.py +23 -0
  21. tencentcloud/lke/v20231130/models.py +128 -4
  22. tencentcloud/ocr/v20181119/models.py +23 -0
  23. tencentcloud/ocr/v20181119/ocr_client.py +10 -0
  24. tencentcloud/organization/v20210331/models.py +30 -0
  25. tencentcloud/rce/v20201103/models.py +18 -54
  26. tencentcloud/taf/v20200210/models.py +0 -2
  27. tencentcloud/tcbr/v20220217/models.py +30 -0
  28. tencentcloud/teo/v20220901/models.py +18 -4
  29. tencentcloud/tke/v20180525/models.py +2 -320
  30. tencentcloud/tke/v20220501/models.py +0 -8
  31. tencentcloud/tse/v20201207/models.py +153 -0
  32. tencentcloud/vm/v20201229/models.py +615 -68
  33. tencentcloud/vm/v20210922/models.py +737 -102
  34. tencentcloud/vpc/v20170312/vpc_client.py +1 -1
  35. tencentcloud/weilingwith/v20230427/models.py +0 -20
  36. {tencentcloud_sdk_python-3.0.1328.dist-info → tencentcloud_sdk_python-3.0.1330.dist-info}/METADATA +1 -1
  37. {tencentcloud_sdk_python-3.0.1328.dist-info → tencentcloud_sdk_python-3.0.1330.dist-info}/RECORD +40 -55
  38. tencentcloud/lp/__init__.py +0 -0
  39. tencentcloud/lp/v20200224/__init__.py +0 -0
  40. tencentcloud/lp/v20200224/errorcodes.py +0 -78
  41. tencentcloud/lp/v20200224/lp_client.py +0 -49
  42. tencentcloud/lp/v20200224/models.py +0 -748
  43. tencentcloud/rkp/__init__.py +0 -0
  44. tencentcloud/rkp/v20191209/__init__.py +0 -0
  45. tencentcloud/rkp/v20191209/errorcodes.py +0 -102
  46. tencentcloud/rkp/v20191209/models.py +0 -1007
  47. tencentcloud/rkp/v20191209/rkp_client.py +0 -101
  48. tencentcloud/rp/__init__.py +0 -0
  49. tencentcloud/rp/v20200224/__init__.py +0 -0
  50. tencentcloud/rp/v20200224/errorcodes.py +0 -78
  51. tencentcloud/rp/v20200224/models.py +0 -655
  52. tencentcloud/rp/v20200224/rp_client.py +0 -49
  53. {tencentcloud_sdk_python-3.0.1328.dist-info → tencentcloud_sdk_python-3.0.1330.dist-info}/LICENSE +0 -0
  54. {tencentcloud_sdk_python-3.0.1328.dist-info → tencentcloud_sdk_python-3.0.1330.dist-info}/WHEEL +0 -0
  55. {tencentcloud_sdk_python-3.0.1328.dist-info → tencentcloud_sdk_python-3.0.1330.dist-info}/top_level.txt +0 -0
@@ -2009,11 +2009,11 @@ class CallbackEventInfo(AbstractModel):
2009
2009
  2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。
2010
2010
  接口返回的时间格式和查询请求传入的时间格式一致。
2011
2011
  :type EventTime: str
2012
- :param _EventType: 事件类型
2012
+ :param _EventType: 事件类型。
2013
2013
  :type EventType: int
2014
- :param _Request: 回调请求
2014
+ :param _Request: 回调请求。
2015
2015
  :type Request: str
2016
- :param _Response: 回调响应
2016
+ :param _Response: 回调响应。
2017
2017
  :type Response: str
2018
2018
  :param _ResponseTime: 客户接口响应时间。
2019
2019
  接口返回支持两种时间格式:
@@ -2021,9 +2021,9 @@ class CallbackEventInfo(AbstractModel):
2021
2021
  2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。
2022
2022
  接口返回的时间格式和查询请求传入的时间格式一致。
2023
2023
  :type ResponseTime: str
2024
- :param _ResultCode: 回调结果
2024
+ :param _ResultCode: 回调结果。
2025
2025
  :type ResultCode: int
2026
- :param _StreamId: 流名称
2026
+ :param _StreamId: 流名称。
2027
2027
  :type StreamId: str
2028
2028
  """
2029
2029
  self._EventTime = None
@@ -2051,7 +2051,7 @@ class CallbackEventInfo(AbstractModel):
2051
2051
 
2052
2052
  @property
2053
2053
  def EventType(self):
2054
- """事件类型
2054
+ """事件类型。
2055
2055
  :rtype: int
2056
2056
  """
2057
2057
  return self._EventType
@@ -2062,7 +2062,7 @@ class CallbackEventInfo(AbstractModel):
2062
2062
 
2063
2063
  @property
2064
2064
  def Request(self):
2065
- """回调请求
2065
+ """回调请求。
2066
2066
  :rtype: str
2067
2067
  """
2068
2068
  return self._Request
@@ -2073,7 +2073,7 @@ class CallbackEventInfo(AbstractModel):
2073
2073
 
2074
2074
  @property
2075
2075
  def Response(self):
2076
- """回调响应
2076
+ """回调响应。
2077
2077
  :rtype: str
2078
2078
  """
2079
2079
  return self._Response
@@ -2099,7 +2099,7 @@ class CallbackEventInfo(AbstractModel):
2099
2099
 
2100
2100
  @property
2101
2101
  def ResultCode(self):
2102
- """回调结果
2102
+ """回调结果。
2103
2103
  :rtype: int
2104
2104
  """
2105
2105
  return self._ResultCode
@@ -2110,7 +2110,7 @@ class CallbackEventInfo(AbstractModel):
2110
2110
 
2111
2111
  @property
2112
2112
  def StreamId(self):
2113
- """流名称
2113
+ """流名称。
2114
2114
  :rtype: str
2115
2115
  """
2116
2116
  return self._StreamId
@@ -2214,34 +2214,26 @@ class CasterBriefInfo(AbstractModel):
2214
2214
  :param _CasterId: 导播台ID
2215
2215
  :type CasterId: int
2216
2216
  :param _CasterName: 导播台名称
2217
- 注意:此字段可能返回 null,表示取不到有效值。
2218
2217
  :type CasterName: str
2219
2218
  :param _Description: 导播台的描述
2220
- 注意:此字段可能返回 null,表示取不到有效值。
2221
2219
  :type Description: str
2222
2220
  :param _StartBillingTime: 开始计费时间,值为unix时间戳
2223
- 注意:此字段可能返回 null,表示取不到有效值。
2224
2221
  :type StartBillingTime: int
2225
2222
  :param _StopBillingTime: 结束计费时间,值为unix时间戳
2226
- 注意:此字段可能返回 null,表示取不到有效值。
2227
2223
  :type StopBillingTime: int
2228
2224
  :param _CreateTime: 创建时间,值为unix时间戳
2229
- 注意:此字段可能返回 null,表示取不到有效值。
2230
2225
  :type CreateTime: int
2231
2226
  :param _Status: 导播台状态
2232
2227
  0:停止状态,无预监,无主监
2233
2228
  1:无预监,有主监
2234
2229
  2:有预监,无主监
2235
2230
  3:有预监,有主监
2236
- 注意:此字段可能返回 null,表示取不到有效值。
2237
2231
  :type Status: int
2238
2232
  :param _ExpireTime: 导播台的过期时间,值为-1或unix时间戳。
2239
2233
  当值为-1时,代表永不过期。
2240
2234
  当值为特定unix时间戳时,代表过期时间为对应的时间,导播台在该时间自动停止。
2241
- 注意:此字段可能返回 null,表示取不到有效值。
2242
2235
  :type ExpireTime: int
2243
2236
  :param _FeeType: 计费字段,该字段暂无作用
2244
- 注意:此字段可能返回 null,表示取不到有效值。
2245
2237
  :type FeeType: int
2246
2238
  """
2247
2239
  self._CasterId = None
@@ -2268,7 +2260,6 @@ class CasterBriefInfo(AbstractModel):
2268
2260
  @property
2269
2261
  def CasterName(self):
2270
2262
  """导播台名称
2271
- 注意:此字段可能返回 null,表示取不到有效值。
2272
2263
  :rtype: str
2273
2264
  """
2274
2265
  return self._CasterName
@@ -2280,7 +2271,6 @@ class CasterBriefInfo(AbstractModel):
2280
2271
  @property
2281
2272
  def Description(self):
2282
2273
  """导播台的描述
2283
- 注意:此字段可能返回 null,表示取不到有效值。
2284
2274
  :rtype: str
2285
2275
  """
2286
2276
  return self._Description
@@ -2292,7 +2282,6 @@ class CasterBriefInfo(AbstractModel):
2292
2282
  @property
2293
2283
  def StartBillingTime(self):
2294
2284
  """开始计费时间,值为unix时间戳
2295
- 注意:此字段可能返回 null,表示取不到有效值。
2296
2285
  :rtype: int
2297
2286
  """
2298
2287
  return self._StartBillingTime
@@ -2304,7 +2293,6 @@ class CasterBriefInfo(AbstractModel):
2304
2293
  @property
2305
2294
  def StopBillingTime(self):
2306
2295
  """结束计费时间,值为unix时间戳
2307
- 注意:此字段可能返回 null,表示取不到有效值。
2308
2296
  :rtype: int
2309
2297
  """
2310
2298
  return self._StopBillingTime
@@ -2316,7 +2304,6 @@ class CasterBriefInfo(AbstractModel):
2316
2304
  @property
2317
2305
  def CreateTime(self):
2318
2306
  """创建时间,值为unix时间戳
2319
- 注意:此字段可能返回 null,表示取不到有效值。
2320
2307
  :rtype: int
2321
2308
  """
2322
2309
  return self._CreateTime
@@ -2332,7 +2319,6 @@ class CasterBriefInfo(AbstractModel):
2332
2319
  1:无预监,有主监
2333
2320
  2:有预监,无主监
2334
2321
  3:有预监,有主监
2335
- 注意:此字段可能返回 null,表示取不到有效值。
2336
2322
  :rtype: int
2337
2323
  """
2338
2324
  return self._Status
@@ -2346,7 +2332,6 @@ class CasterBriefInfo(AbstractModel):
2346
2332
  """导播台的过期时间,值为-1或unix时间戳。
2347
2333
  当值为-1时,代表永不过期。
2348
2334
  当值为特定unix时间戳时,代表过期时间为对应的时间,导播台在该时间自动停止。
2349
- 注意:此字段可能返回 null,表示取不到有效值。
2350
2335
  :rtype: int
2351
2336
  """
2352
2337
  return self._ExpireTime
@@ -2358,7 +2343,6 @@ class CasterBriefInfo(AbstractModel):
2358
2343
  @property
2359
2344
  def FeeType(self):
2360
2345
  """计费字段,该字段暂无作用
2361
- 注意:此字段可能返回 null,表示取不到有效值。
2362
2346
  :rtype: int
2363
2347
  """
2364
2348
  return self._FeeType
@@ -2398,37 +2382,30 @@ class CasterDisplayInfo(AbstractModel):
2398
2382
  :param _LayoutIndex: 布局Index。
2399
2383
  如果使用自定义布局,为自定义布局下标。
2400
2384
  如果使用单输入布局,如使用输入1,则LayoutIndexType=1, 且LayoutIndex=1,以此类推。
2401
- 注意:此字段可能返回 null,表示取不到有效值。
2402
2385
  :type LayoutIndex: int
2403
2386
  :param _MarkPicIndexList: 使用的水印Index列表。
2404
2387
  注:当作为入参使用时,列表中的水印Index需要已经存在。
2405
- 注意:此字段可能返回 null,表示取不到有效值。
2406
2388
  :type MarkPicIndexList: list of int non-negative
2407
2389
  :param _MarkWordIndexList: 使用的文字水印Index列表。
2408
2390
  注:作为入参使用时,列表中的Index需要已经存在。
2409
- 注意:此字段可能返回 null,表示取不到有效值。
2410
2391
  :type MarkWordIndexList: list of int non-negative
2411
2392
  :param _TransitionType: 使用的转场类型。
2412
2393
  注:支持的转场类型可通过DescribeCasterTransitionTypes接口获取。
2413
- 注意:此字段可能返回 null,表示取不到有效值。
2414
2394
  :type TransitionType: str
2415
2395
  :param _AudioIndexList: 使用的音频输入Index列表。
2416
2396
  注:当该字段非空时,表示使用布局中对应的输入源的视频,AudioIndexList中对应的输入源的音频。且这些输入源需已存在。
2417
- 注意:此字段可能返回 null,表示取不到有效值。
2418
2397
  :type AudioIndexList: list of int non-negative
2419
2398
  :param _InputStartType: 作为入参时,表示使用点播输入源,单画面输入时,点播文件是否从头开始播放。
2420
2399
  默认为0。
2421
2400
  有效值,0,1。
2422
2401
  0代表不从头播放
2423
2402
  1代表从头播放
2424
- 注意:此字段可能返回 null,表示取不到有效值。
2425
2403
  :type InputStartType: int
2426
2404
  :param _LayoutIndexType: LayoutIndex类型,
2427
2405
  默认值:0
2428
2406
  可选值[0,1]
2429
2407
  0:默认类型,代表普通布局
2430
2408
  1:单输入类型,代表单输入布局
2431
- 注意:此字段可能返回 null,表示取不到有效值。
2432
2409
  :type LayoutIndexType: int
2433
2410
  """
2434
2411
  self._LayoutIndex = None
@@ -2444,7 +2421,6 @@ class CasterDisplayInfo(AbstractModel):
2444
2421
  """布局Index。
2445
2422
  如果使用自定义布局,为自定义布局下标。
2446
2423
  如果使用单输入布局,如使用输入1,则LayoutIndexType=1, 且LayoutIndex=1,以此类推。
2447
- 注意:此字段可能返回 null,表示取不到有效值。
2448
2424
  :rtype: int
2449
2425
  """
2450
2426
  return self._LayoutIndex
@@ -2457,7 +2433,6 @@ class CasterDisplayInfo(AbstractModel):
2457
2433
  def MarkPicIndexList(self):
2458
2434
  """使用的水印Index列表。
2459
2435
  注:当作为入参使用时,列表中的水印Index需要已经存在。
2460
- 注意:此字段可能返回 null,表示取不到有效值。
2461
2436
  :rtype: list of int non-negative
2462
2437
  """
2463
2438
  return self._MarkPicIndexList
@@ -2470,7 +2445,6 @@ class CasterDisplayInfo(AbstractModel):
2470
2445
  def MarkWordIndexList(self):
2471
2446
  """使用的文字水印Index列表。
2472
2447
  注:作为入参使用时,列表中的Index需要已经存在。
2473
- 注意:此字段可能返回 null,表示取不到有效值。
2474
2448
  :rtype: list of int non-negative
2475
2449
  """
2476
2450
  return self._MarkWordIndexList
@@ -2483,7 +2457,6 @@ class CasterDisplayInfo(AbstractModel):
2483
2457
  def TransitionType(self):
2484
2458
  """使用的转场类型。
2485
2459
  注:支持的转场类型可通过DescribeCasterTransitionTypes接口获取。
2486
- 注意:此字段可能返回 null,表示取不到有效值。
2487
2460
  :rtype: str
2488
2461
  """
2489
2462
  return self._TransitionType
@@ -2496,7 +2469,6 @@ class CasterDisplayInfo(AbstractModel):
2496
2469
  def AudioIndexList(self):
2497
2470
  """使用的音频输入Index列表。
2498
2471
  注:当该字段非空时,表示使用布局中对应的输入源的视频,AudioIndexList中对应的输入源的音频。且这些输入源需已存在。
2499
- 注意:此字段可能返回 null,表示取不到有效值。
2500
2472
  :rtype: list of int non-negative
2501
2473
  """
2502
2474
  return self._AudioIndexList
@@ -2512,7 +2484,6 @@ class CasterDisplayInfo(AbstractModel):
2512
2484
  有效值,0,1。
2513
2485
  0代表不从头播放
2514
2486
  1代表从头播放
2515
- 注意:此字段可能返回 null,表示取不到有效值。
2516
2487
  :rtype: int
2517
2488
  """
2518
2489
  return self._InputStartType
@@ -2528,7 +2499,6 @@ class CasterDisplayInfo(AbstractModel):
2528
2499
  可选值[0,1]
2529
2500
  0:默认类型,代表普通布局
2530
2501
  1:单输入类型,代表单输入布局
2531
- 注意:此字段可能返回 null,表示取不到有效值。
2532
2502
  :rtype: int
2533
2503
  """
2534
2504
  return self._LayoutIndexType
@@ -2878,37 +2848,30 @@ class CasterInputInfo(AbstractModel):
2878
2848
  最大允许长度512。
2879
2849
  当InputType为0(推流地址),2(直播拉流地址),3(图片地址),4(webrtc推流地址)这几种类型时,URL需填入该字段。
2880
2850
 
2881
- 注意:此字段可能返回 null,表示取不到有效值。
2882
2851
  :type InputUrl: str
2883
2852
  :param _Description: 输入源描述。
2884
2853
  最大允许长度256字符。
2885
- 注意:此字段可能返回 null,表示取不到有效值。
2886
2854
  :type Description: str
2887
2855
  :param _InputUrls: 点播地址列表。仅当input type为1(点播地址)时,将一个或多个点播地址,填入该字段。
2888
2856
  单个地址最大允许长度512字符。
2889
2857
  最多允许同时填入5个地址。
2890
2858
  注:此时需保持InputUrl字段为空。
2891
- 注意:此字段可能返回 null,表示取不到有效值。
2892
2859
  :type InputUrls: list of str
2893
2860
  :param _LoopEnable: 是否启用点播无限循环播放。
2894
2861
  注:当前该字段未生效,默认为True。
2895
- 注意:此字段可能返回 null,表示取不到有效值。
2896
2862
  :type LoopEnable: bool
2897
2863
  :param _LoopNumber: 点播循环次数。
2898
2864
  允许值-1或正整数。
2899
2865
  当值为-1时,表示无限循环。
2900
2866
  当值为其他正整数时,表示循环对应次数。
2901
2867
  注:该字段暂未生效。
2902
- 注意:此字段可能返回 null,表示取不到有效值。
2903
2868
  :type LoopNumber: int
2904
2869
  :param _PullPushEnable: 是否启用拉取到导播台。
2905
2870
  注:该字段默认强制为true。
2906
- 注意:此字段可能返回 null,表示取不到有效值。
2907
2871
  :type PullPushEnable: bool
2908
2872
  :param _Volume: 输入源音量百分比。
2909
2873
  默认为100。表示音量为原始大小。
2910
2874
  允许值[0,200]。
2911
- 注意:此字段可能返回 null,表示取不到有效值。
2912
2875
  :type Volume: int
2913
2876
  """
2914
2877
  self._InputIndex = None
@@ -2956,7 +2919,6 @@ class CasterInputInfo(AbstractModel):
2956
2919
  最大允许长度512。
2957
2920
  当InputType为0(推流地址),2(直播拉流地址),3(图片地址),4(webrtc推流地址)这几种类型时,URL需填入该字段。
2958
2921
 
2959
- 注意:此字段可能返回 null,表示取不到有效值。
2960
2922
  :rtype: str
2961
2923
  """
2962
2924
  return self._InputUrl
@@ -2969,7 +2931,6 @@ class CasterInputInfo(AbstractModel):
2969
2931
  def Description(self):
2970
2932
  """输入源描述。
2971
2933
  最大允许长度256字符。
2972
- 注意:此字段可能返回 null,表示取不到有效值。
2973
2934
  :rtype: str
2974
2935
  """
2975
2936
  return self._Description
@@ -2984,7 +2945,6 @@ class CasterInputInfo(AbstractModel):
2984
2945
  单个地址最大允许长度512字符。
2985
2946
  最多允许同时填入5个地址。
2986
2947
  注:此时需保持InputUrl字段为空。
2987
- 注意:此字段可能返回 null,表示取不到有效值。
2988
2948
  :rtype: list of str
2989
2949
  """
2990
2950
  return self._InputUrls
@@ -2997,7 +2957,6 @@ class CasterInputInfo(AbstractModel):
2997
2957
  def LoopEnable(self):
2998
2958
  """是否启用点播无限循环播放。
2999
2959
  注:当前该字段未生效,默认为True。
3000
- 注意:此字段可能返回 null,表示取不到有效值。
3001
2960
  :rtype: bool
3002
2961
  """
3003
2962
  return self._LoopEnable
@@ -3013,7 +2972,6 @@ class CasterInputInfo(AbstractModel):
3013
2972
  当值为-1时,表示无限循环。
3014
2973
  当值为其他正整数时,表示循环对应次数。
3015
2974
  注:该字段暂未生效。
3016
- 注意:此字段可能返回 null,表示取不到有效值。
3017
2975
  :rtype: int
3018
2976
  """
3019
2977
  return self._LoopNumber
@@ -3026,7 +2984,6 @@ class CasterInputInfo(AbstractModel):
3026
2984
  def PullPushEnable(self):
3027
2985
  """是否启用拉取到导播台。
3028
2986
  注:该字段默认强制为true。
3029
- 注意:此字段可能返回 null,表示取不到有效值。
3030
2987
  :rtype: bool
3031
2988
  """
3032
2989
  return self._PullPushEnable
@@ -3040,7 +2997,6 @@ class CasterInputInfo(AbstractModel):
3040
2997
  """输入源音量百分比。
3041
2998
  默认为100。表示音量为原始大小。
3042
2999
  允许值[0,200]。
3043
- 注意:此字段可能返回 null,表示取不到有效值。
3044
3000
  :rtype: int
3045
3001
  """
3046
3002
  return self._Volume
@@ -3092,11 +3048,9 @@ class CasterLayoutInfo(AbstractModel):
3092
3048
  :param _LayoutWidth: 布局输出的宽度,单位为像素。
3093
3049
  默认为1280像素。
3094
3050
  注:该值仅在画中画布局,且未设置PgmWidth时生效。
3095
- 注意:此字段可能返回 null,表示取不到有效值。
3096
3051
  :type LayoutWidth: int
3097
3052
  :param _LayoutHeight: 布局输出的高度,单位为像素。
3098
3053
  注:该参数仅在画中画布局,且未设置PgmHeight时生效。
3099
- 注意:此字段可能返回 null,表示取不到有效值。
3100
3054
  :type LayoutHeight: int
3101
3055
  """
3102
3056
  self._LayoutIndex = None
@@ -3159,7 +3113,6 @@ class CasterLayoutInfo(AbstractModel):
3159
3113
  """布局输出的宽度,单位为像素。
3160
3114
  默认为1280像素。
3161
3115
  注:该值仅在画中画布局,且未设置PgmWidth时生效。
3162
- 注意:此字段可能返回 null,表示取不到有效值。
3163
3116
  :rtype: int
3164
3117
  """
3165
3118
  return self._LayoutWidth
@@ -3172,7 +3125,6 @@ class CasterLayoutInfo(AbstractModel):
3172
3125
  def LayoutHeight(self):
3173
3126
  """布局输出的高度,单位为像素。
3174
3127
  注:该参数仅在画中画布局,且未设置PgmHeight时生效。
3175
- 注意:此字段可能返回 null,表示取不到有效值。
3176
3128
  :rtype: int
3177
3129
  """
3178
3130
  return self._LayoutHeight
@@ -3231,7 +3183,6 @@ class CasterLayoutParam(AbstractModel):
3231
3183
  当该值为小于1大于0的小数时,单位为百分比,表示该层在最终画面Y坐标上所占的比例值。
3232
3184
  :type LayerLocationY: float
3233
3185
  :param _UsePortraitSegment: 是否启用抠图。
3234
- 注意:此字段可能返回 null,表示取不到有效值。
3235
3186
  :type UsePortraitSegment: bool
3236
3187
  """
3237
3188
  self._LayerId = None
@@ -3308,7 +3259,6 @@ class CasterLayoutParam(AbstractModel):
3308
3259
  @property
3309
3260
  def UsePortraitSegment(self):
3310
3261
  """是否启用抠图。
3311
- 注意:此字段可能返回 null,表示取不到有效值。
3312
3262
  :rtype: bool
3313
3263
  """
3314
3264
  return self._UsePortraitSegment
@@ -3345,7 +3295,6 @@ class CasterMarkPicInfo(AbstractModel):
3345
3295
  :param _MarkPicIndex: 水印图片Index。
3346
3296
  :type MarkPicIndex: int
3347
3297
  :param _MarkPicId: 注:该字段已废弃。
3348
- 注意:此字段可能返回 null,表示取不到有效值。
3349
3298
  :type MarkPicId: int
3350
3299
  :param _MarkPicWidth: 水印图片在输出时的宽度。
3351
3300
  当该值为大于1的整数值时,单位为像素,允许范围[1,1920]。
@@ -3365,15 +3314,12 @@ class CasterMarkPicInfo(AbstractModel):
3365
3314
  :type MarkPicLocationY: float
3366
3315
  :param _MarkPicUrl: 水印地址。
3367
3316
  最大长度256字符,且url需以jpg、jpeg、png、bmp、gif后缀结尾。
3368
- 注意:此字段可能返回 null,表示取不到有效值。
3369
3317
  :type MarkPicUrl: str
3370
3318
  :param _Description: 水印描述。
3371
3319
  最大允许长度为256。
3372
- 注意:此字段可能返回 null,表示取不到有效值。
3373
3320
  :type Description: str
3374
3321
  :param _IsEqualProportion: 是否启用了等比例缩放。
3375
3322
  注:该字段仅做状态保存,无实际效果。
3376
- 注意:此字段可能返回 null,表示取不到有效值。
3377
3323
  :type IsEqualProportion: bool
3378
3324
  """
3379
3325
  self._MarkPicIndex = None
@@ -3400,7 +3346,6 @@ class CasterMarkPicInfo(AbstractModel):
3400
3346
  @property
3401
3347
  def MarkPicId(self):
3402
3348
  """注:该字段已废弃。
3403
- 注意:此字段可能返回 null,表示取不到有效值。
3404
3349
  :rtype: int
3405
3350
  """
3406
3351
  return self._MarkPicId
@@ -3465,7 +3410,6 @@ class CasterMarkPicInfo(AbstractModel):
3465
3410
  def MarkPicUrl(self):
3466
3411
  """水印地址。
3467
3412
  最大长度256字符,且url需以jpg、jpeg、png、bmp、gif后缀结尾。
3468
- 注意:此字段可能返回 null,表示取不到有效值。
3469
3413
  :rtype: str
3470
3414
  """
3471
3415
  return self._MarkPicUrl
@@ -3478,7 +3422,6 @@ class CasterMarkPicInfo(AbstractModel):
3478
3422
  def Description(self):
3479
3423
  """水印描述。
3480
3424
  最大允许长度为256。
3481
- 注意:此字段可能返回 null,表示取不到有效值。
3482
3425
  :rtype: str
3483
3426
  """
3484
3427
  return self._Description
@@ -3491,7 +3434,6 @@ class CasterMarkPicInfo(AbstractModel):
3491
3434
  def IsEqualProportion(self):
3492
3435
  """是否启用了等比例缩放。
3493
3436
  注:该字段仅做状态保存,无实际效果。
3494
- 注意:此字段可能返回 null,表示取不到有效值。
3495
3437
  :rtype: bool
3496
3438
  """
3497
3439
  return self._IsEqualProportion
@@ -3531,54 +3473,43 @@ class CasterMarkWordInfo(AbstractModel):
3531
3473
  :param _MarkWordIndex: 文字水印Index。
3532
3474
  :type MarkWordIndex: int
3533
3475
  :param _MarkWordText: 文字水印内容。
3534
- 注意:此字段可能返回 null,表示取不到有效值。
3535
3476
  :type MarkWordText: str
3536
3477
  :param _MarkWordFontSize: 文字水印的字号。
3537
3478
  范围[16, 60]
3538
- 注意:此字段可能返回 null,表示取不到有效值。
3539
3479
  :type MarkWordFontSize: int
3540
3480
  :param _MarkWordFontColor: 文字水印的颜色,值为HEX颜色代码
3541
- 注意:此字段可能返回 null,表示取不到有效值。
3542
3481
  :type MarkWordFontColor: str
3543
3482
  :param _MarkWordFontType: 文字水印的字体类型。
3544
3483
  范围[1,2]。
3545
3484
  1. 宋体
3546
3485
  2. 黑体
3547
- 注意:此字段可能返回 null,表示取不到有效值。
3548
3486
  :type MarkWordFontType: int
3549
3487
  :param _MarkWordLocationX: 文字水印的x坐标位置,单位百分比。
3550
3488
  范围[0.0, 1.0]
3551
3489
 
3552
- 注意:此字段可能返回 null,表示取不到有效值。
3553
3490
  :type MarkWordLocationX: float
3554
3491
  :param _MarkWordLocationY: 文字水印的Y坐标位置,单位百分比。
3555
3492
  范围[0.0, 1.0]
3556
3493
 
3557
- 注意:此字段可能返回 null,表示取不到有效值。
3558
3494
  :type MarkWordLocationY: float
3559
3495
  :param _MarkWordRollEnable: 是否开启文字跑马灯功能。
3560
3496
  默认为false。
3561
- 注意:此字段可能返回 null,表示取不到有效值。
3562
3497
  :type MarkWordRollEnable: bool
3563
3498
  :param _MarkWordRollOnceTime: 跑马灯文字显示一遍的时间,单位为秒。
3564
3499
  默认为5s。
3565
3500
  范围[5, 600]。
3566
- 注意:此字段可能返回 null,表示取不到有效值。
3567
3501
  :type MarkWordRollOnceTime: int
3568
3502
  :param _MarkWordRollDirection: 跑马灯文字的方向。
3569
3503
  默认值为0。
3570
3504
  范围[0,1]。
3571
3505
  0 从左到右
3572
3506
  1 从右到左
3573
- 注意:此字段可能返回 null,表示取不到有效值。
3574
3507
  :type MarkWordRollDirection: int
3575
3508
  :param _MarkWordRollStartLocationX: 跑马灯文字显示的起始x坐标,单位百分比。
3576
3509
  范围[0.0, 1.0]
3577
- 注意:此字段可能返回 null,表示取不到有效值。
3578
3510
  :type MarkWordRollStartLocationX: float
3579
3511
  :param _MarkWordRollEndLocationX: 跑马灯文字显示的截止x坐标,单位百分比。
3580
3512
  范围[0.0, 1.0]
3581
- 注意:此字段可能返回 null,表示取不到有效值。
3582
3513
  :type MarkWordRollEndLocationX: float
3583
3514
  """
3584
3515
  self._MarkWordIndex = None
@@ -3608,7 +3539,6 @@ class CasterMarkWordInfo(AbstractModel):
3608
3539
  @property
3609
3540
  def MarkWordText(self):
3610
3541
  """文字水印内容。
3611
- 注意:此字段可能返回 null,表示取不到有效值。
3612
3542
  :rtype: str
3613
3543
  """
3614
3544
  return self._MarkWordText
@@ -3621,7 +3551,6 @@ class CasterMarkWordInfo(AbstractModel):
3621
3551
  def MarkWordFontSize(self):
3622
3552
  """文字水印的字号。
3623
3553
  范围[16, 60]
3624
- 注意:此字段可能返回 null,表示取不到有效值。
3625
3554
  :rtype: int
3626
3555
  """
3627
3556
  return self._MarkWordFontSize
@@ -3633,7 +3562,6 @@ class CasterMarkWordInfo(AbstractModel):
3633
3562
  @property
3634
3563
  def MarkWordFontColor(self):
3635
3564
  """文字水印的颜色,值为HEX颜色代码
3636
- 注意:此字段可能返回 null,表示取不到有效值。
3637
3565
  :rtype: str
3638
3566
  """
3639
3567
  return self._MarkWordFontColor
@@ -3648,7 +3576,6 @@ class CasterMarkWordInfo(AbstractModel):
3648
3576
  范围[1,2]。
3649
3577
  1. 宋体
3650
3578
  2. 黑体
3651
- 注意:此字段可能返回 null,表示取不到有效值。
3652
3579
  :rtype: int
3653
3580
  """
3654
3581
  return self._MarkWordFontType
@@ -3662,7 +3589,6 @@ class CasterMarkWordInfo(AbstractModel):
3662
3589
  """文字水印的x坐标位置,单位百分比。
3663
3590
  范围[0.0, 1.0]
3664
3591
 
3665
- 注意:此字段可能返回 null,表示取不到有效值。
3666
3592
  :rtype: float
3667
3593
  """
3668
3594
  return self._MarkWordLocationX
@@ -3676,7 +3602,6 @@ class CasterMarkWordInfo(AbstractModel):
3676
3602
  """文字水印的Y坐标位置,单位百分比。
3677
3603
  范围[0.0, 1.0]
3678
3604
 
3679
- 注意:此字段可能返回 null,表示取不到有效值。
3680
3605
  :rtype: float
3681
3606
  """
3682
3607
  return self._MarkWordLocationY
@@ -3689,7 +3614,6 @@ class CasterMarkWordInfo(AbstractModel):
3689
3614
  def MarkWordRollEnable(self):
3690
3615
  """是否开启文字跑马灯功能。
3691
3616
  默认为false。
3692
- 注意:此字段可能返回 null,表示取不到有效值。
3693
3617
  :rtype: bool
3694
3618
  """
3695
3619
  return self._MarkWordRollEnable
@@ -3703,7 +3627,6 @@ class CasterMarkWordInfo(AbstractModel):
3703
3627
  """跑马灯文字显示一遍的时间,单位为秒。
3704
3628
  默认为5s。
3705
3629
  范围[5, 600]。
3706
- 注意:此字段可能返回 null,表示取不到有效值。
3707
3630
  :rtype: int
3708
3631
  """
3709
3632
  return self._MarkWordRollOnceTime
@@ -3719,7 +3642,6 @@ class CasterMarkWordInfo(AbstractModel):
3719
3642
  范围[0,1]。
3720
3643
  0 从左到右
3721
3644
  1 从右到左
3722
- 注意:此字段可能返回 null,表示取不到有效值。
3723
3645
  :rtype: int
3724
3646
  """
3725
3647
  return self._MarkWordRollDirection
@@ -3732,7 +3654,6 @@ class CasterMarkWordInfo(AbstractModel):
3732
3654
  def MarkWordRollStartLocationX(self):
3733
3655
  """跑马灯文字显示的起始x坐标,单位百分比。
3734
3656
  范围[0.0, 1.0]
3735
- 注意:此字段可能返回 null,表示取不到有效值。
3736
3657
  :rtype: float
3737
3658
  """
3738
3659
  return self._MarkWordRollStartLocationX
@@ -3745,7 +3666,6 @@ class CasterMarkWordInfo(AbstractModel):
3745
3666
  def MarkWordRollEndLocationX(self):
3746
3667
  """跑马灯文字显示的截止x坐标,单位百分比。
3747
3668
  范围[0.0, 1.0]
3748
- 注意:此字段可能返回 null,表示取不到有效值。
3749
3669
  :rtype: float
3750
3670
  """
3751
3671
  return self._MarkWordRollEndLocationX
@@ -3794,12 +3714,10 @@ class CasterOutputInfo(AbstractModel):
3794
3714
  最大允许长度512字符。
3795
3715
  :type OutputUrl: str
3796
3716
  :param _Description: 描述信息。
3797
- 注意:此字段可能返回 null,表示取不到有效值。
3798
3717
  :type Description: str
3799
3718
  :param _OutputStreamId: 推流到腾讯云直播源站时,使用的流ID。
3800
3719
  仅当OutputType为1时生效。
3801
3720
  最大允许128字符。
3802
- 注意:此字段可能返回 null,表示取不到有效值。
3803
3721
  :type OutputStreamId: str
3804
3722
  :param _OutputType: 推流类型。
3805
3723
  范围[1,2]
@@ -3809,17 +3727,14 @@ class CasterOutputInfo(AbstractModel):
3809
3727
  :param _OutputDomainName: 推到腾讯云直播源站时,使用的域名。
3810
3728
  最大允许128字符,且域名需属于当前账号绑定的云直播推流域名。
3811
3729
  仅在OutputType为1时生效。
3812
- 注意:此字段可能返回 null,表示取不到有效值。
3813
3730
  :type OutputDomainName: str
3814
3731
  :param _OutputAppName: 推到腾讯云直播源站时,使用的AppName。
3815
3732
  最大允许64字符。
3816
3733
  仅在OutputType为1时生效。
3817
- 注意:此字段可能返回 null,表示取不到有效值。
3818
3734
  :type OutputAppName: str
3819
3735
  :param _OutputParam: 推到腾讯云直播源站时需要添加的推流参数。
3820
3736
  最大允许长度256字符。
3821
3737
  仅在OutputType为1时生效。
3822
- 注意:此字段可能返回 null,表示取不到有效值。
3823
3738
  :type OutputParam: str
3824
3739
  """
3825
3740
  self._OutputIndex = None
@@ -3859,7 +3774,6 @@ class CasterOutputInfo(AbstractModel):
3859
3774
  @property
3860
3775
  def Description(self):
3861
3776
  """描述信息。
3862
- 注意:此字段可能返回 null,表示取不到有效值。
3863
3777
  :rtype: str
3864
3778
  """
3865
3779
  return self._Description
@@ -3873,7 +3787,6 @@ class CasterOutputInfo(AbstractModel):
3873
3787
  """推流到腾讯云直播源站时,使用的流ID。
3874
3788
  仅当OutputType为1时生效。
3875
3789
  最大允许128字符。
3876
- 注意:此字段可能返回 null,表示取不到有效值。
3877
3790
  :rtype: str
3878
3791
  """
3879
3792
  return self._OutputStreamId
@@ -3901,7 +3814,6 @@ class CasterOutputInfo(AbstractModel):
3901
3814
  """推到腾讯云直播源站时,使用的域名。
3902
3815
  最大允许128字符,且域名需属于当前账号绑定的云直播推流域名。
3903
3816
  仅在OutputType为1时生效。
3904
- 注意:此字段可能返回 null,表示取不到有效值。
3905
3817
  :rtype: str
3906
3818
  """
3907
3819
  return self._OutputDomainName
@@ -3915,7 +3827,6 @@ class CasterOutputInfo(AbstractModel):
3915
3827
  """推到腾讯云直播源站时,使用的AppName。
3916
3828
  最大允许64字符。
3917
3829
  仅在OutputType为1时生效。
3918
- 注意:此字段可能返回 null,表示取不到有效值。
3919
3830
  :rtype: str
3920
3831
  """
3921
3832
  return self._OutputAppName
@@ -3929,7 +3840,6 @@ class CasterOutputInfo(AbstractModel):
3929
3840
  """推到腾讯云直播源站时需要添加的推流参数。
3930
3841
  最大允许长度256字符。
3931
3842
  仅在OutputType为1时生效。
3932
- 注意:此字段可能返回 null,表示取不到有效值。
3933
3843
  :rtype: str
3934
3844
  """
3935
3845
  return self._OutputParam
@@ -32490,7 +32400,6 @@ class PlayStatInfo(AbstractModel):
32490
32400
  :param _Time: 数据时间点。
32491
32401
  :type Time: str
32492
32402
  :param _Value: 带宽/流量/请求数/并发连接数/下载速度的值,若没数据返回时该值为0。
32493
- 注意:此字段可能返回 null,表示取不到有效值。
32494
32403
  :type Value: float
32495
32404
  """
32496
32405
  self._Time = None
@@ -32510,7 +32419,6 @@ class PlayStatInfo(AbstractModel):
32510
32419
  @property
32511
32420
  def Value(self):
32512
32421
  """带宽/流量/请求数/并发连接数/下载速度的值,若没数据返回时该值为0。
32513
- 注意:此字段可能返回 null,表示取不到有效值。
32514
32422
  :rtype: float
32515
32423
  """
32516
32424
  return self._Value
@@ -34272,7 +34180,6 @@ class PushQualityData(AbstractModel):
34272
34180
  :param _Flux: 流量,单位MB。
34273
34181
  :type Flux: float
34274
34182
  :param _ServerIp: 推流服务端 IP。
34275
- 注意:此字段可能返回 null,表示取不到有效值。
34276
34183
  :type ServerIp: str
34277
34184
  """
34278
34185
  self._Time = None
@@ -34546,7 +34453,6 @@ class PushQualityData(AbstractModel):
34546
34453
  @property
34547
34454
  def ServerIp(self):
34548
34455
  """推流服务端 IP。
34549
- 注意:此字段可能返回 null,表示取不到有效值。
34550
34456
  :rtype: str
34551
34457
  """
34552
34458
  return self._ServerIp
@@ -37140,7 +37046,6 @@ class StreamOnlineInfo(AbstractModel):
37140
37046
  :param _PushToDelay: 流是否推送到延播。
37141
37047
  0 - 无延播,
37142
37048
  1 - 有延播。
37143
- 注意:此字段可能返回 null,表示取不到有效值。
37144
37049
  :type PushToDelay: int
37145
37050
  """
37146
37051
  self._StreamName = None
@@ -37198,7 +37103,6 @@ class StreamOnlineInfo(AbstractModel):
37198
37103
  """流是否推送到延播。
37199
37104
  0 - 无延播,
37200
37105
  1 - 有延播。
37201
- 注意:此字段可能返回 null,表示取不到有效值。
37202
37106
  :rtype: int
37203
37107
  """
37204
37108
  return self._PushToDelay
@@ -38995,13 +38899,10 @@ class TransitionTypeInfo(AbstractModel):
38995
38899
  def __init__(self):
38996
38900
  r"""
38997
38901
  :param _TransitionType: 转场名称
38998
- 注意:此字段可能返回 null,表示取不到有效值。
38999
38902
  :type TransitionType: str
39000
38903
  :param _SourceUrl: 素材url
39001
- 注意:此字段可能返回 null,表示取不到有效值。
39002
38904
  :type SourceUrl: str
39003
38905
  :param _Index: 转场的下标,可用来排序,从1开始递增
39004
- 注意:此字段可能返回 null,表示取不到有效值。
39005
38906
  :type Index: int
39006
38907
  """
39007
38908
  self._TransitionType = None
@@ -39011,7 +38912,6 @@ class TransitionTypeInfo(AbstractModel):
39011
38912
  @property
39012
38913
  def TransitionType(self):
39013
38914
  """转场名称
39014
- 注意:此字段可能返回 null,表示取不到有效值。
39015
38915
  :rtype: str
39016
38916
  """
39017
38917
  return self._TransitionType
@@ -39023,7 +38923,6 @@ class TransitionTypeInfo(AbstractModel):
39023
38923
  @property
39024
38924
  def SourceUrl(self):
39025
38925
  """素材url
39026
- 注意:此字段可能返回 null,表示取不到有效值。
39027
38926
  :rtype: str
39028
38927
  """
39029
38928
  return self._SourceUrl
@@ -39035,7 +38934,6 @@ class TransitionTypeInfo(AbstractModel):
39035
38934
  @property
39036
38935
  def Index(self):
39037
38936
  """转场的下标,可用来排序,从1开始递增
39038
- 注意:此字段可能返回 null,表示取不到有效值。
39039
38937
  :rtype: int
39040
38938
  """
39041
38939
  return self._Index