alibabacloud-ice20201109 6.6.0__py3-none-any.whl → 6.6.1__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.
@@ -1 +1 @@
1
- __version__ = '6.6.0'
1
+ __version__ = '6.6.1'
@@ -63062,6 +63062,7 @@ class ListSmartVoiceGroupsResponseBodyVoiceGroupsVoiceList(TeaModel):
63062
63062
  support_sample_rate: str = None,
63063
63063
  tag: str = None,
63064
63064
  voice: str = None,
63065
+ voice_source: str = None,
63065
63066
  voice_type: str = None,
63066
63067
  voice_url: str = None,
63067
63068
  ):
@@ -63076,6 +63077,7 @@ class ListSmartVoiceGroupsResponseBodyVoiceGroupsVoiceList(TeaModel):
63076
63077
  self.tag = tag
63077
63078
  # The speaker ID.
63078
63079
  self.voice = voice
63080
+ self.voice_source = voice_source
63079
63081
  # The speaker type.
63080
63082
  #
63081
63083
  # Valid values:
@@ -63109,6 +63111,8 @@ class ListSmartVoiceGroupsResponseBodyVoiceGroupsVoiceList(TeaModel):
63109
63111
  result['Tag'] = self.tag
63110
63112
  if self.voice is not None:
63111
63113
  result['Voice'] = self.voice
63114
+ if self.voice_source is not None:
63115
+ result['VoiceSource'] = self.voice_source
63112
63116
  if self.voice_type is not None:
63113
63117
  result['VoiceType'] = self.voice_type
63114
63118
  if self.voice_url is not None:
@@ -63129,6 +63133,8 @@ class ListSmartVoiceGroupsResponseBodyVoiceGroupsVoiceList(TeaModel):
63129
63133
  self.tag = m.get('Tag')
63130
63134
  if m.get('Voice') is not None:
63131
63135
  self.voice = m.get('Voice')
63136
+ if m.get('VoiceSource') is not None:
63137
+ self.voice_source = m.get('VoiceSource')
63132
63138
  if m.get('VoiceType') is not None:
63133
63139
  self.voice_type = m.get('VoiceType')
63134
63140
  if m.get('VoiceUrl') is not None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud-ice20201109
3
- Version: 6.6.0
3
+ Version: 6.6.1
4
4
  Summary: Alibaba Cloud ICE (20201109) SDK Library for Python
5
5
  Home-page: https://github.com/aliyun/alibabacloud-python-sdk
6
6
  Author: Alibaba Cloud SDK
@@ -0,0 +1,8 @@
1
+ alibabacloud_ice20201109/__init__.py,sha256=Xm9qluGy-HnL6tXSY0IyzCOHRx15u3rD1IBe1ifo7_E,21
2
+ alibabacloud_ice20201109/client.py,sha256=xSB1AMKDigk1DBy-96gg2wB1KsNXtV3F552nosqbuNo,1779342
3
+ alibabacloud_ice20201109/models.py,sha256=hWQQc_-IisPvRCmrFPgerpqQKZ7nlRLq9a0u2CC-Tsg,3602054
4
+ alibabacloud_ice20201109-6.6.1.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
5
+ alibabacloud_ice20201109-6.6.1.dist-info/METADATA,sha256=iKZtSMTpK04rYStS_escCtVuUbFXAA303Kmv8eTCocE,2312
6
+ alibabacloud_ice20201109-6.6.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
7
+ alibabacloud_ice20201109-6.6.1.dist-info/top_level.txt,sha256=Tdq86hkGJfaKKyNwqChNx5I788aFI6e_iTUmQOYYPK8,25
8
+ alibabacloud_ice20201109-6.6.1.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- alibabacloud_ice20201109/__init__.py,sha256=AUHNVDx6XhDCOBEathC9tEMoeawRC-IJUj4AA0kBOto,21
2
- alibabacloud_ice20201109/client.py,sha256=xSB1AMKDigk1DBy-96gg2wB1KsNXtV3F552nosqbuNo,1779342
3
- alibabacloud_ice20201109/models.py,sha256=RXFlLn4syylxciGf2bTVGDJNDH2DV1s1iF50B6O_MY8,3601785
4
- alibabacloud_ice20201109-6.6.0.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
5
- alibabacloud_ice20201109-6.6.0.dist-info/METADATA,sha256=GGRKlZGNCssVX34CBNscLzvIOSKFccAdLOpHZHQbmqg,2312
6
- alibabacloud_ice20201109-6.6.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
7
- alibabacloud_ice20201109-6.6.0.dist-info/top_level.txt,sha256=Tdq86hkGJfaKKyNwqChNx5I788aFI6e_iTUmQOYYPK8,25
8
- alibabacloud_ice20201109-6.6.0.dist-info/RECORD,,