tencentcloud-sdk-python 3.0.1397__py2.py3-none-any.whl → 3.0.1399__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/autoscaling/v20180419/errorcodes.py +3 -0
- tencentcloud/autoscaling/v20180419/models.py +4 -4
- tencentcloud/btoe/v20210514/btoe_client.py +39 -13
- tencentcloud/ccc/v20200210/ccc_client.py +23 -0
- tencentcloud/ccc/v20200210/models.py +136 -4
- tencentcloud/cdn/v20180606/models.py +2 -2
- tencentcloud/ckafka/v20190819/models.py +15 -0
- tencentcloud/clb/v20180317/models.py +30 -0
- tencentcloud/dbbrain/v20210527/errorcodes.py +9 -0
- tencentcloud/dnspod/v20210323/dnspod_client.py +46 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +15 -0
- tencentcloud/dnspod/v20210323/models.py +874 -18
- tencentcloud/ess/v20201111/models.py +23 -2
- tencentcloud/essbasic/v20210526/models.py +29 -6
- tencentcloud/faceid/v20180301/models.py +108 -6
- tencentcloud/gs/v20191118/models.py +4 -0
- tencentcloud/hai/v20230812/errorcodes.py +6 -0
- tencentcloud/hai/v20230812/hai_client.py +23 -0
- tencentcloud/hai/v20230812/models.py +79 -0
- tencentcloud/ioa/v20220601/ioa_client.py +23 -0
- tencentcloud/ioa/v20220601/models.py +301 -2
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +4 -4
- tencentcloud/lke/v20231130/lke_client.py +161 -0
- tencentcloud/lke/v20231130/models.py +1181 -67
- tencentcloud/lowcode/v20210108/models.py +64 -0
- tencentcloud/mps/v20190612/models.py +21 -0
- tencentcloud/ocr/v20181119/models.py +1096 -0
- tencentcloud/ocr/v20181119/ocr_client.py +106 -2
- tencentcloud/postgres/v20170312/models.py +2 -2
- tencentcloud/sms/v20190711/models.py +12 -28
- tencentcloud/sms/v20210111/models.py +12 -28
- tencentcloud/tat/v20201028/errorcodes.py +3 -0
- tencentcloud/tcss/v20201101/errorcodes.py +3 -0
- tencentcloud/tcss/v20201101/models.py +153 -0
- tencentcloud/tcss/v20201101/tcss_client.py +23 -0
- tencentcloud/teo/v20220901/models.py +2 -2
- tencentcloud/tke/v20180525/models.py +75 -0
- tencentcloud/trtc/v20190722/models.py +10 -6
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +30 -22
- tencentcloud/wedata/v20210820/models.py +8919 -2673
- tencentcloud/wedata/v20210820/wedata_client.py +141 -3
- {tencentcloud_sdk_python-3.0.1397.dist-info → tencentcloud_sdk_python-3.0.1399.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1397.dist-info → tencentcloud_sdk_python-3.0.1399.dist-info}/RECORD +48 -48
- {tencentcloud_sdk_python-3.0.1397.dist-info → tencentcloud_sdk_python-3.0.1399.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1397.dist-info → tencentcloud_sdk_python-3.0.1399.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1397.dist-info → tencentcloud_sdk_python-3.0.1399.dist-info}/top_level.txt +0 -0
@@ -5385,6 +5385,8 @@ InternetMaxBandwidthOut含义:最大出带宽,单位Mbps,范围支持0到2
|
|
5385
5385
|
VipIsp含义:CMCC | CTCC | CUCC,分别对应 移动 | 电信 | 联通,如果不指定本参数,则默认使用BGP。可通过 DescribeSingleIsp 接口查询一个地域所支持的Isp。如果指定运营商,则网络计费式只能使用按带宽包计费BANDWIDTH_PACKAGE。
|
5386
5386
|
BandwidthPackageId含义:带宽包ID,指定此参数时,网络计费方式InternetAccessible.InternetChargeType只支持按带宽包计费BANDWIDTH_PACKAGE。
|
5387
5387
|
:type ExtensiveParameters: str
|
5388
|
+
:param _ExistedLoadBalancerId: 使用已有clb开启内网或外网访问
|
5389
|
+
:type ExistedLoadBalancerId: str
|
5388
5390
|
"""
|
5389
5391
|
self._ClusterId = None
|
5390
5392
|
self._SubnetId = None
|
@@ -5392,6 +5394,7 @@ BandwidthPackageId含义:带宽包ID,指定此参数时,网络计费方式
|
|
5392
5394
|
self._Domain = None
|
5393
5395
|
self._SecurityGroup = None
|
5394
5396
|
self._ExtensiveParameters = None
|
5397
|
+
self._ExistedLoadBalancerId = None
|
5395
5398
|
|
5396
5399
|
@property
|
5397
5400
|
def ClusterId(self):
|
@@ -5464,6 +5467,17 @@ BandwidthPackageId含义:带宽包ID,指定此参数时,网络计费方式
|
|
5464
5467
|
def ExtensiveParameters(self, ExtensiveParameters):
|
5465
5468
|
self._ExtensiveParameters = ExtensiveParameters
|
5466
5469
|
|
5470
|
+
@property
|
5471
|
+
def ExistedLoadBalancerId(self):
|
5472
|
+
"""使用已有clb开启内网或外网访问
|
5473
|
+
:rtype: str
|
5474
|
+
"""
|
5475
|
+
return self._ExistedLoadBalancerId
|
5476
|
+
|
5477
|
+
@ExistedLoadBalancerId.setter
|
5478
|
+
def ExistedLoadBalancerId(self, ExistedLoadBalancerId):
|
5479
|
+
self._ExistedLoadBalancerId = ExistedLoadBalancerId
|
5480
|
+
|
5467
5481
|
|
5468
5482
|
def _deserialize(self, params):
|
5469
5483
|
self._ClusterId = params.get("ClusterId")
|
@@ -5472,6 +5486,7 @@ BandwidthPackageId含义:带宽包ID,指定此参数时,网络计费方式
|
|
5472
5486
|
self._Domain = params.get("Domain")
|
5473
5487
|
self._SecurityGroup = params.get("SecurityGroup")
|
5474
5488
|
self._ExtensiveParameters = params.get("ExtensiveParameters")
|
5489
|
+
self._ExistedLoadBalancerId = params.get("ExistedLoadBalancerId")
|
5475
5490
|
memeber_set = set(params.keys())
|
5476
5491
|
for name, value in vars(self).items():
|
5477
5492
|
property_name = name[1:]
|
@@ -44756,12 +44771,24 @@ class SuperNodeResource(AbstractModel):
|
|
44756
44771
|
:type Memory: float
|
44757
44772
|
:param _Gpu: 节点上的总 GPU 卡数
|
44758
44773
|
:type Gpu: float
|
44774
|
+
:param _QuotaType: 节点资源的配额类型,exact表示精确配额,fuzzy 表示模糊配额。
|
44775
|
+
:type QuotaType: str
|
44776
|
+
:param _ChargeType: 配额的计费类型,PREPAID表示包月,POSTPAID_BY_HOUR表示按量。
|
44777
|
+
:type ChargeType: str
|
44778
|
+
:param _ResourceType: QuotaType为 exact 时,此字段有效,表示精确配额的资源类型。
|
44779
|
+
:type ResourceType: str
|
44780
|
+
:param _DisasterRecoverGroupId: 置放群组 ID
|
44781
|
+
:type DisasterRecoverGroupId: str
|
44759
44782
|
"""
|
44760
44783
|
self._NodeName = None
|
44761
44784
|
self._Num = None
|
44762
44785
|
self._Cpu = None
|
44763
44786
|
self._Memory = None
|
44764
44787
|
self._Gpu = None
|
44788
|
+
self._QuotaType = None
|
44789
|
+
self._ChargeType = None
|
44790
|
+
self._ResourceType = None
|
44791
|
+
self._DisasterRecoverGroupId = None
|
44765
44792
|
|
44766
44793
|
@property
|
44767
44794
|
def NodeName(self):
|
@@ -44818,6 +44845,50 @@ class SuperNodeResource(AbstractModel):
|
|
44818
44845
|
def Gpu(self, Gpu):
|
44819
44846
|
self._Gpu = Gpu
|
44820
44847
|
|
44848
|
+
@property
|
44849
|
+
def QuotaType(self):
|
44850
|
+
"""节点资源的配额类型,exact表示精确配额,fuzzy 表示模糊配额。
|
44851
|
+
:rtype: str
|
44852
|
+
"""
|
44853
|
+
return self._QuotaType
|
44854
|
+
|
44855
|
+
@QuotaType.setter
|
44856
|
+
def QuotaType(self, QuotaType):
|
44857
|
+
self._QuotaType = QuotaType
|
44858
|
+
|
44859
|
+
@property
|
44860
|
+
def ChargeType(self):
|
44861
|
+
"""配额的计费类型,PREPAID表示包月,POSTPAID_BY_HOUR表示按量。
|
44862
|
+
:rtype: str
|
44863
|
+
"""
|
44864
|
+
return self._ChargeType
|
44865
|
+
|
44866
|
+
@ChargeType.setter
|
44867
|
+
def ChargeType(self, ChargeType):
|
44868
|
+
self._ChargeType = ChargeType
|
44869
|
+
|
44870
|
+
@property
|
44871
|
+
def ResourceType(self):
|
44872
|
+
"""QuotaType为 exact 时,此字段有效,表示精确配额的资源类型。
|
44873
|
+
:rtype: str
|
44874
|
+
"""
|
44875
|
+
return self._ResourceType
|
44876
|
+
|
44877
|
+
@ResourceType.setter
|
44878
|
+
def ResourceType(self, ResourceType):
|
44879
|
+
self._ResourceType = ResourceType
|
44880
|
+
|
44881
|
+
@property
|
44882
|
+
def DisasterRecoverGroupId(self):
|
44883
|
+
"""置放群组 ID
|
44884
|
+
:rtype: str
|
44885
|
+
"""
|
44886
|
+
return self._DisasterRecoverGroupId
|
44887
|
+
|
44888
|
+
@DisasterRecoverGroupId.setter
|
44889
|
+
def DisasterRecoverGroupId(self, DisasterRecoverGroupId):
|
44890
|
+
self._DisasterRecoverGroupId = DisasterRecoverGroupId
|
44891
|
+
|
44821
44892
|
|
44822
44893
|
def _deserialize(self, params):
|
44823
44894
|
self._NodeName = params.get("NodeName")
|
@@ -44825,6 +44896,10 @@ class SuperNodeResource(AbstractModel):
|
|
44825
44896
|
self._Cpu = params.get("Cpu")
|
44826
44897
|
self._Memory = params.get("Memory")
|
44827
44898
|
self._Gpu = params.get("Gpu")
|
44899
|
+
self._QuotaType = params.get("QuotaType")
|
44900
|
+
self._ChargeType = params.get("ChargeType")
|
44901
|
+
self._ResourceType = params.get("ResourceType")
|
44902
|
+
self._DisasterRecoverGroupId = params.get("DisasterRecoverGroupId")
|
44828
44903
|
memeber_set = set(params.keys())
|
44829
44904
|
for name, value in vars(self).items():
|
44830
44905
|
property_name = name[1:]
|
@@ -10291,6 +10291,9 @@ class RecognizeConfig(AbstractModel):
|
|
10291
10291
|
- "zh": 中文(简体)
|
10292
10292
|
- "zh-TW": 中文(繁体)
|
10293
10293
|
- "en": 英语
|
10294
|
+
- "16k_zh_edu":中文教育
|
10295
|
+
- "16k_zh_medical":中文医疗
|
10296
|
+
- "16k_zh_court":中文法庭
|
10294
10297
|
|
10295
10298
|
**标准版:**
|
10296
10299
|
- "8k_zh_large": 普方大模型引擎. 当前模型同时支持中文等语言的识别,模型参数量极大,语言模型性能增强,针对电话音频中各类场景、各类中文方言的识别准确率极大提升.
|
@@ -10323,7 +10326,6 @@ class RecognizeConfig(AbstractModel):
|
|
10323
10326
|
|
10324
10327
|
**注意:**
|
10325
10328
|
如果缺少满足您需求的语言,请联系我们技术人员。
|
10326
|
-
|
10327
10329
|
:type Language: str
|
10328
10330
|
:param _AlternativeLanguage: **发起模糊识别为高级版能力,默认按照高级版收费,仅支持填写基础版和高级版语言.**
|
10329
10331
|
注意:不支持填写"zh-dialect"
|
@@ -10378,6 +10380,9 @@ class RecognizeConfig(AbstractModel):
|
|
10378
10380
|
- "zh": 中文(简体)
|
10379
10381
|
- "zh-TW": 中文(繁体)
|
10380
10382
|
- "en": 英语
|
10383
|
+
- "16k_zh_edu":中文教育
|
10384
|
+
- "16k_zh_medical":中文医疗
|
10385
|
+
- "16k_zh_court":中文法庭
|
10381
10386
|
|
10382
10387
|
**标准版:**
|
10383
10388
|
- "8k_zh_large": 普方大模型引擎. 当前模型同时支持中文等语言的识别,模型参数量极大,语言模型性能增强,针对电话音频中各类场景、各类中文方言的识别准确率极大提升.
|
@@ -10410,7 +10415,6 @@ class RecognizeConfig(AbstractModel):
|
|
10410
10415
|
|
10411
10416
|
**注意:**
|
10412
10417
|
如果缺少满足您需求的语言,请联系我们技术人员。
|
10413
|
-
|
10414
10418
|
:rtype: str
|
10415
10419
|
"""
|
10416
10420
|
return self._Language
|
@@ -16063,9 +16067,9 @@ class VoicePrint(AbstractModel):
|
|
16063
16067
|
|
16064
16068
|
def __init__(self):
|
16065
16069
|
r"""
|
16066
|
-
:param _Mode: 默认为0,表示不启用声纹。1
|
16070
|
+
:param _Mode: 默认为0,表示不启用声纹。1表示启用声纹,此时需要填写voiceprint id。
|
16067
16071
|
:type Mode: int
|
16068
|
-
:param _IdList:
|
16072
|
+
:param _IdList: VoicePrint Mode为1时需要填写,目前仅支持填写一个声纹id
|
16069
16073
|
:type IdList: list of str
|
16070
16074
|
"""
|
16071
16075
|
self._Mode = None
|
@@ -16073,7 +16077,7 @@ class VoicePrint(AbstractModel):
|
|
16073
16077
|
|
16074
16078
|
@property
|
16075
16079
|
def Mode(self):
|
16076
|
-
"""默认为0,表示不启用声纹。1
|
16080
|
+
"""默认为0,表示不启用声纹。1表示启用声纹,此时需要填写voiceprint id。
|
16077
16081
|
:rtype: int
|
16078
16082
|
"""
|
16079
16083
|
return self._Mode
|
@@ -16084,7 +16088,7 @@ class VoicePrint(AbstractModel):
|
|
16084
16088
|
|
16085
16089
|
@property
|
16086
16090
|
def IdList(self):
|
16087
|
-
"""
|
16091
|
+
"""VoicePrint Mode为1时需要填写,目前仅支持填写一个声纹id
|
16088
16092
|
:rtype: list of str
|
16089
16093
|
"""
|
16090
16094
|
return self._IdList
|
@@ -488,6 +488,9 @@ INVALIDPARAMETERVALUE_SAMPLERATE = 'InvalidParameterValue.SampleRate'
|
|
488
488
|
# 参数值错误:SampleType。
|
489
489
|
INVALIDPARAMETERVALUE_SAMPLETYPE = 'InvalidParameterValue.SampleType'
|
490
490
|
|
491
|
+
# 场景类型参数取值无效。
|
492
|
+
INVALIDPARAMETERVALUE_SCENARIOTYPE = 'InvalidParameterValue.ScenarioType'
|
493
|
+
|
491
494
|
# 参数错误:Scheme 无效。
|
492
495
|
INVALIDPARAMETERVALUE_SCHEME = 'InvalidParameterValue.Scheme'
|
493
496
|
|
@@ -12390,7 +12390,7 @@ class AudioTemplateInfo(AbstractModel):
|
|
12390
12390
|
<li>pcm16。</li>
|
12391
12391
|
:type Codec: str
|
12392
12392
|
:param _Bitrate: 音频流的码率,取值范围:0 和 [26, 256],单位:kbps。
|
12393
|
-
当取值为 0
|
12393
|
+
当取值为 0,表示由云点播自动设置码率。
|
12394
12394
|
:type Bitrate: int
|
12395
12395
|
:param _SampleRate: 音频流的采样率,可选值:
|
12396
12396
|
<li>16000,仅当 Codec 为 pcm16 时可选。</li>
|
@@ -12445,7 +12445,7 @@ class AudioTemplateInfo(AbstractModel):
|
|
12445
12445
|
@property
|
12446
12446
|
def Bitrate(self):
|
12447
12447
|
"""音频流的码率,取值范围:0 和 [26, 256],单位:kbps。
|
12448
|
-
当取值为 0
|
12448
|
+
当取值为 0,表示由云点播自动设置码率。
|
12449
12449
|
:rtype: int
|
12450
12450
|
"""
|
12451
12451
|
return self._Bitrate
|
@@ -12530,7 +12530,7 @@ class AudioTemplateInfoForUpdate(AbstractModel):
|
|
12530
12530
|
当外层参数 Container 为 wav 时,可选值为:
|
12531
12531
|
<li>pcm16。</li>
|
12532
12532
|
:type Codec: str
|
12533
|
-
:param _Bitrate: 音频流的码率,取值范围:0 和 [26, 256],单位:kbps。 当取值为 0
|
12533
|
+
:param _Bitrate: 音频流的码率,取值范围:0 和 [26, 256],单位:kbps。 当取值为 0,表示由云点播自动设置码率。
|
12534
12534
|
:type Bitrate: int
|
12535
12535
|
:param _SampleRate: 音频流的采样率,可选值:
|
12536
12536
|
<li>16000,仅当 Codec 为 pcm16 时可选。</li>
|
@@ -12583,7 +12583,7 @@ class AudioTemplateInfoForUpdate(AbstractModel):
|
|
12583
12583
|
|
12584
12584
|
@property
|
12585
12585
|
def Bitrate(self):
|
12586
|
-
"""音频流的码率,取值范围:0 和 [26, 256],单位:kbps。 当取值为 0
|
12586
|
+
"""音频流的码率,取值范围:0 和 [26, 256],单位:kbps。 当取值为 0,表示由云点播自动设置码率。
|
12587
12587
|
:rtype: int
|
12588
12588
|
"""
|
12589
12589
|
return self._Bitrate
|
@@ -33970,7 +33970,7 @@ class EditMediaTEHDConfig(AbstractModel):
|
|
33970
33970
|
:param _Type: 极速高清类型,可选值:<li>TEHD-100 表示极速高清-100;</li> <li>OFF 表示关闭极速高清。</li>不填表示 OFF。
|
33971
33971
|
:type Type: str
|
33972
33972
|
:param _MaxVideoBitrate: 视频码率上限,当 Type 指定了极速高清类型时有效。
|
33973
|
-
不填或填0
|
33973
|
+
不填或填0表示由云点播自动设置码率上限。
|
33974
33974
|
:type MaxVideoBitrate: int
|
33975
33975
|
"""
|
33976
33976
|
self._Type = None
|
@@ -33990,7 +33990,7 @@ class EditMediaTEHDConfig(AbstractModel):
|
|
33990
33990
|
@property
|
33991
33991
|
def MaxVideoBitrate(self):
|
33992
33992
|
"""视频码率上限,当 Type 指定了极速高清类型时有效。
|
33993
|
-
不填或填0
|
33993
|
+
不填或填0表示由云点播自动设置码率上限。
|
33994
33994
|
:rtype: int
|
33995
33995
|
"""
|
33996
33996
|
return self._MaxVideoBitrate
|
@@ -34448,7 +34448,7 @@ class EditMediaVideoStream(AbstractModel):
|
|
34448
34448
|
<li>H.266:H.266 编码。</li>
|
34449
34449
|
:type Codec: str
|
34450
34450
|
:param _Bitrate: 视频流的码率,取值范围:0 和 [128, 100000],单位:kbps。
|
34451
|
-
当取值为 0
|
34451
|
+
当取值为 0 或不填时,表示由云点播自动设置码率。
|
34452
34452
|
:type Bitrate: int
|
34453
34453
|
:param _ResolutionAdaptive: 分辨率自适应,可选值:
|
34454
34454
|
<li>open:开启,此时,Width 代表视频的长边,Height 表示视频的短边;</li>
|
@@ -34499,7 +34499,7 @@ class EditMediaVideoStream(AbstractModel):
|
|
34499
34499
|
@property
|
34500
34500
|
def Bitrate(self):
|
34501
34501
|
"""视频流的码率,取值范围:0 和 [128, 100000],单位:kbps。
|
34502
|
-
当取值为 0
|
34502
|
+
当取值为 0 或不填时,表示由云点播自动设置码率。
|
34503
34503
|
:rtype: int
|
34504
34504
|
"""
|
34505
34505
|
return self._Bitrate
|
@@ -55383,6 +55383,8 @@ class ProcedureTask(AbstractModel):
|
|
55383
55383
|
|
55384
55384
|
@property
|
55385
55385
|
def ErrCode(self):
|
55386
|
+
warnings.warn("parameter `ErrCode` is deprecated", DeprecationWarning)
|
55387
|
+
|
55386
55388
|
"""已弃用,请使用各个具体任务的 ErrCode。
|
55387
55389
|
:rtype: int
|
55388
55390
|
"""
|
@@ -55390,10 +55392,14 @@ class ProcedureTask(AbstractModel):
|
|
55390
55392
|
|
55391
55393
|
@ErrCode.setter
|
55392
55394
|
def ErrCode(self, ErrCode):
|
55395
|
+
warnings.warn("parameter `ErrCode` is deprecated", DeprecationWarning)
|
55396
|
+
|
55393
55397
|
self._ErrCode = ErrCode
|
55394
55398
|
|
55395
55399
|
@property
|
55396
55400
|
def Message(self):
|
55401
|
+
warnings.warn("parameter `Message` is deprecated", DeprecationWarning)
|
55402
|
+
|
55397
55403
|
"""已弃用,请使用各个具体任务的 Message。
|
55398
55404
|
:rtype: str
|
55399
55405
|
"""
|
@@ -55401,6 +55407,8 @@ class ProcedureTask(AbstractModel):
|
|
55401
55407
|
|
55402
55408
|
@Message.setter
|
55403
55409
|
def Message(self, Message):
|
55410
|
+
warnings.warn("parameter `Message` is deprecated", DeprecationWarning)
|
55411
|
+
|
55404
55412
|
self._Message = Message
|
55405
55413
|
|
55406
55414
|
@property
|
@@ -60289,7 +60297,7 @@ class RebuildMediaTargetAudioStream(AbstractModel):
|
|
60289
60297
|
<li>libfdk_aac。</li>
|
60290
60298
|
:type Codec: str
|
60291
60299
|
:param _Bitrate: 音频流的码率,取值范围:0 和 [26, 256],单位:kbps。
|
60292
|
-
当取值为 0
|
60300
|
+
当取值为 0,表示由云点播自动设置码率。
|
60293
60301
|
:type Bitrate: int
|
60294
60302
|
:param _SampleRate: 音频流的采样率,可选值:
|
60295
60303
|
<li>32000</li>
|
@@ -60340,7 +60348,7 @@ class RebuildMediaTargetAudioStream(AbstractModel):
|
|
60340
60348
|
@property
|
60341
60349
|
def Bitrate(self):
|
60342
60350
|
"""音频流的码率,取值范围:0 和 [26, 256],单位:kbps。
|
60343
|
-
当取值为 0
|
60351
|
+
当取值为 0,表示由云点播自动设置码率。
|
60344
60352
|
:rtype: int
|
60345
60353
|
"""
|
60346
60354
|
return self._Bitrate
|
@@ -60590,7 +60598,7 @@ class RebuildMediaTargetVideoStream(AbstractModel):
|
|
60590
60598
|
默认视频流的编码格式为 H.264 编码。
|
60591
60599
|
:type Codec: str
|
60592
60600
|
:param _Bitrate: 视频流的码率,取值范围:0 和 [128, 35000],单位:kbps。
|
60593
|
-
当取值为 0
|
60601
|
+
当取值为 0,表示由云点播自动设置码率。
|
60594
60602
|
:type Bitrate: int
|
60595
60603
|
:param _Fps: 视频帧率,取值范围:[0, 100],单位:Hz。 当取值为 0,表示帧率和原始视频保持一致。
|
60596
60604
|
:type Fps: int
|
@@ -60653,7 +60661,7 @@ class RebuildMediaTargetVideoStream(AbstractModel):
|
|
60653
60661
|
@property
|
60654
60662
|
def Bitrate(self):
|
60655
60663
|
"""视频流的码率,取值范围:0 和 [128, 35000],单位:kbps。
|
60656
|
-
当取值为 0
|
60664
|
+
当取值为 0,表示由云点播自动设置码率。
|
60657
60665
|
:rtype: int
|
60658
60666
|
"""
|
60659
60667
|
return self._Bitrate
|
@@ -69667,7 +69675,7 @@ class TEHDConfig(AbstractModel):
|
|
69667
69675
|
:param _Type: 极速高清类型,可选值:<li>TEHD-100 表示极速高清-100;</li> <li>OFF 表示关闭极速高清。</li>不填表示 OFF。
|
69668
69676
|
:type Type: str
|
69669
69677
|
:param _MaxVideoBitrate: 视频码率上限,当 Type 指定了极速高清类型时有效。
|
69670
|
-
不填或填0
|
69678
|
+
不填或填0表示由云点播自动设置码率上限。
|
69671
69679
|
:type MaxVideoBitrate: int
|
69672
69680
|
"""
|
69673
69681
|
self._Type = None
|
@@ -69687,7 +69695,7 @@ class TEHDConfig(AbstractModel):
|
|
69687
69695
|
@property
|
69688
69696
|
def MaxVideoBitrate(self):
|
69689
69697
|
"""视频码率上限,当 Type 指定了极速高清类型时有效。
|
69690
|
-
不填或填0
|
69698
|
+
不填或填0表示由云点播自动设置码率上限。
|
69691
69699
|
:rtype: int
|
69692
69700
|
"""
|
69693
69701
|
return self._MaxVideoBitrate
|
@@ -73169,7 +73177,7 @@ class VideoConfigureInfo(AbstractModel):
|
|
73169
73177
|
默认值:open。
|
73170
73178
|
:type ResolutionAdaptive: str
|
73171
73179
|
:param _Bitrate: 视频流的码率,取值范围:0 和 [128, 10000],单位:kbps。
|
73172
|
-
当取值为 0
|
73180
|
+
当取值为 0,表示由云点播自动设置码率。
|
73173
73181
|
:type Bitrate: int
|
73174
73182
|
"""
|
73175
73183
|
self._Width = None
|
@@ -73229,7 +73237,7 @@ class VideoConfigureInfo(AbstractModel):
|
|
73229
73237
|
@property
|
73230
73238
|
def Bitrate(self):
|
73231
73239
|
"""视频流的码率,取值范围:0 和 [128, 10000],单位:kbps。
|
73232
|
-
当取值为 0
|
73240
|
+
当取值为 0,表示由云点播自动设置码率。
|
73233
73241
|
:rtype: int
|
73234
73242
|
"""
|
73235
73243
|
return self._Bitrate
|
@@ -73284,7 +73292,7 @@ class VideoConfigureInfoForUpdate(AbstractModel):
|
|
73284
73292
|
默认值:open。
|
73285
73293
|
:type ResolutionAdaptive: str
|
73286
73294
|
:param _Bitrate: 视频流的码率,取值范围:0 和 [128, 10000],单位:kbps。
|
73287
|
-
当取值为 0
|
73295
|
+
当取值为 0,表示由云点播自动设置码率。
|
73288
73296
|
:type Bitrate: int
|
73289
73297
|
"""
|
73290
73298
|
self._Width = None
|
@@ -73344,7 +73352,7 @@ class VideoConfigureInfoForUpdate(AbstractModel):
|
|
73344
73352
|
@property
|
73345
73353
|
def Bitrate(self):
|
73346
73354
|
"""视频流的码率,取值范围:0 和 [128, 10000],单位:kbps。
|
73347
|
-
当取值为 0
|
73355
|
+
当取值为 0,表示由云点播自动设置码率。
|
73348
73356
|
:rtype: int
|
73349
73357
|
"""
|
73350
73358
|
return self._Bitrate
|
@@ -73505,7 +73513,7 @@ class VideoTemplateInfo(AbstractModel):
|
|
73505
73513
|
当取值为 0,表示帧率和原始视频保持一致。
|
73506
73514
|
:type Fps: int
|
73507
73515
|
:param _Bitrate: 视频流的码率,取值范围:0 和 [128, 100000],单位:kbps。
|
73508
|
-
当取值为 0
|
73516
|
+
当取值为 0,表示由云点播自动设置码率。
|
73509
73517
|
:type Bitrate: int
|
73510
73518
|
:param _ResolutionAdaptive: 分辨率自适应,可选值:
|
73511
73519
|
<li>open:开启,此时,Width 代表视频的长边,Height 表示视频的短边;</li>
|
@@ -73599,7 +73607,7 @@ class VideoTemplateInfo(AbstractModel):
|
|
73599
73607
|
@property
|
73600
73608
|
def Bitrate(self):
|
73601
73609
|
"""视频流的码率,取值范围:0 和 [128, 100000],单位:kbps。
|
73602
|
-
当取值为 0
|
73610
|
+
当取值为 0,表示由云点播自动设置码率。
|
73603
73611
|
:rtype: int
|
73604
73612
|
"""
|
73605
73613
|
return self._Bitrate
|
@@ -73769,7 +73777,7 @@ class VideoTemplateInfoForUpdate(AbstractModel):
|
|
73769
73777
|
当取值为 0,表示帧率和原始视频保持一致。
|
73770
73778
|
:type Fps: int
|
73771
73779
|
:param _Bitrate: 视频流的码率,取值范围:0 和 [128, 100000],单位:kbps。
|
73772
|
-
当取值为 0
|
73780
|
+
当取值为 0,表示由云点播自动设置码率。
|
73773
73781
|
:type Bitrate: int
|
73774
73782
|
:param _ResolutionAdaptive: 分辨率自适应,可选值:
|
73775
73783
|
<li>open:开启,此时,Width 代表视频的长边,Height 表示视频的短边;</li>
|
@@ -73854,7 +73862,7 @@ class VideoTemplateInfoForUpdate(AbstractModel):
|
|
73854
73862
|
@property
|
73855
73863
|
def Bitrate(self):
|
73856
73864
|
"""视频流的码率,取值范围:0 和 [128, 100000],单位:kbps。
|
73857
|
-
当取值为 0
|
73865
|
+
当取值为 0,表示由云点播自动设置码率。
|
73858
73866
|
:rtype: int
|
73859
73867
|
"""
|
73860
73868
|
return self._Bitrate
|