Skip to content

Commit a110c14

Browse files
committed
Add copyright invasion detection APIs.
1 parent 26b441a commit a110c14

File tree

124 files changed

+1217
-2042
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+1217
-2042
lines changed

aliyun-python-sdk-vod/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2021-09-18 Version: 2.5.13
2+
- Add copyright invasion detection APIs.
3+
14
2020-09-24 Version: 2.15.12
25
- Add a new api named SubmitAIImageAuditJob to submit image ai detection job.
36
- Add a new api named CreateDNADB to create a DNA analysis library.

aliyun-python-sdk-vod/LICENSE

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright 1999-present Alibaba Group Holding Ltd.
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

aliyun-python-sdk-vod/MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include LICENSE README.rst ChangeLog.txt
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.15.12'
1+
__version__ = '2.5.13'

aliyun-python-sdk-vod/aliyunsdkvod/endpoint.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,17 @@ def __init__(self):
3434
"cn-hongkong-finance-pop": "vod.aliyuncs.com",
3535
"cn-qingdao-nebula": "vod.aliyuncs.com",
3636
"cn-shanghai-finance-1": "vod.aliyuncs.com",
37+
"cn-hongkong": "vod.aliyuncs.com",
3738
"cn-beijing-finance-pop": "vod.aliyuncs.com",
3839
"cn-wuhan": "vod.aliyuncs.com",
40+
"cn-zhangjiakou": "vod.aliyuncs.com",
41+
"us-west-1": "vod.aliyuncs.com",
42+
"cn-zhangbei": "vod.aliyuncs.com",
3943
"cn-zhengzhou-nebula-1": "vod.aliyuncs.com",
4044
"rus-west-1-pop": "vod.aliyuncs.com",
4145
"cn-shanghai-et15-b01": "vod.aliyuncs.com",
4246
"cn-hangzhou-bj-b01": "vod.aliyuncs.com",
47+
"eu-west-1": "vod.aliyuncs.com",
4348
"cn-hangzhou-internal-test-1": "vod.aliyuncs.com",
4449
"eu-west-1-oxs": "vod.aliyuncs.com",
4550
"cn-zhangbei-na61-b01": "vod.aliyuncs.com",
@@ -63,7 +68,7 @@ def __init__(self):
6368
"ap-northeast-2-pop": "vod.aliyuncs.com",
6469
"cn-shenzhen-inner": "vod.aliyuncs.com",
6570
"cn-zhangjiakou-na62-a01": "vod.aliyuncs.com",
66-
"cn-hangzhou": "vod.cn-shanghai.aliyuncs.com",
71+
"cn-hangzhou": "vod.aliyuncs.com",
6772
}
6873
self.endpoint_regional = "regional"
6974

aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddAITemplateRequest.py

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ def __init__(self):
3131
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
3232

3333

34-
def get_ResourceOwnerId(self):
35-
return self.get_query_params().get('ResourceOwnerId')
36-
37-
def set_ResourceOwnerId(self,ResourceOwnerId):
38-
self.add_query_param('ResourceOwnerId',ResourceOwnerId)
39-
4034
def get_TemplateConfig(self):
4135
return self.get_query_params().get('TemplateConfig')
4236

@@ -53,16 +47,4 @@ def get_TemplateName(self):
5347
return self.get_query_params().get('TemplateName')
5448

5549
def set_TemplateName(self,TemplateName):
56-
self.add_query_param('TemplateName',TemplateName)
57-
58-
def get_ResourceOwnerAccount(self):
59-
return self.get_query_params().get('ResourceOwnerAccount')
60-
61-
def set_ResourceOwnerAccount(self,ResourceOwnerAccount):
62-
self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount)
63-
64-
def get_OwnerId(self):
65-
return self.get_query_params().get('OwnerId')
66-
67-
def set_OwnerId(self,OwnerId):
68-
self.add_query_param('OwnerId',OwnerId)
50+
self.add_query_param('TemplateName',TemplateName)

aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddCategoryRequest.py

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ def __init__(self):
3131
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
3232

3333

34-
def get_ResourceOwnerId(self):
35-
return self.get_query_params().get('ResourceOwnerId')
36-
37-
def set_ResourceOwnerId(self,ResourceOwnerId):
38-
self.add_query_param('ResourceOwnerId',ResourceOwnerId)
39-
4034
def get_Type(self):
4135
return self.get_query_params().get('Type')
4236

@@ -53,16 +47,4 @@ def get_CateName(self):
5347
return self.get_query_params().get('CateName')
5448

5549
def set_CateName(self,CateName):
56-
self.add_query_param('CateName',CateName)
57-
58-
def get_ResourceOwnerAccount(self):
59-
return self.get_query_params().get('ResourceOwnerAccount')
60-
61-
def set_ResourceOwnerAccount(self,ResourceOwnerAccount):
62-
self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount)
63-
64-
def get_OwnerId(self):
65-
return self.get_query_params().get('OwnerId')
66-
67-
def set_OwnerId(self,OwnerId):
68-
self.add_query_param('OwnerId',OwnerId)
50+
self.add_query_param('CateName',CateName)

aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddTranscodeTemplateGroupRequest.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,6 @@ def get_TranscodeTemplateList(self):
3737
def set_TranscodeTemplateList(self,TranscodeTemplateList):
3838
self.add_query_param('TranscodeTemplateList',TranscodeTemplateList)
3939

40-
def get_ResourceOwnerId(self):
41-
return self.get_query_params().get('ResourceOwnerId')
42-
43-
def set_ResourceOwnerId(self,ResourceOwnerId):
44-
self.add_query_param('ResourceOwnerId',ResourceOwnerId)
45-
46-
def get_ResourceOwnerAccount(self):
47-
return self.get_query_params().get('ResourceOwnerAccount')
48-
49-
def set_ResourceOwnerAccount(self,ResourceOwnerAccount):
50-
self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount)
51-
52-
def get_OwnerId(self):
53-
return self.get_query_params().get('OwnerId')
54-
55-
def set_OwnerId(self,OwnerId):
56-
self.add_query_param('OwnerId',OwnerId)
57-
5840
def get_TranscodeTemplateGroupId(self):
5941
return self.get_query_params().get('TranscodeTemplateGroupId')
6042

aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddVodTemplateRequest.py

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,6 @@ def __init__(self):
3131
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
3232

3333

34-
def get_ResourceOwnerId(self):
35-
return self.get_query_params().get('ResourceOwnerId')
36-
37-
def set_ResourceOwnerId(self,ResourceOwnerId):
38-
self.add_query_param('ResourceOwnerId',ResourceOwnerId)
39-
40-
def get_SubTemplateType(self):
41-
return self.get_query_params().get('SubTemplateType')
42-
43-
def set_SubTemplateType(self,SubTemplateType):
44-
self.add_query_param('SubTemplateType',SubTemplateType)
45-
4634
def get_TemplateConfig(self):
4735
return self.get_query_params().get('TemplateConfig')
4836

@@ -55,18 +43,6 @@ def get_TemplateType(self):
5543
def set_TemplateType(self,TemplateType):
5644
self.add_query_param('TemplateType',TemplateType)
5745

58-
def get_ResourceOwnerAccount(self):
59-
return self.get_query_params().get('ResourceOwnerAccount')
60-
61-
def set_ResourceOwnerAccount(self,ResourceOwnerAccount):
62-
self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount)
63-
64-
def get_OwnerId(self):
65-
return self.get_query_params().get('OwnerId')
66-
67-
def set_OwnerId(self,OwnerId):
68-
self.add_query_param('OwnerId',OwnerId)
69-
7046
def get_AppId(self):
7147
return self.get_query_params().get('AppId')
7248

aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddWatermarkRequest.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,30 +31,12 @@ def __init__(self):
3131
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
3232

3333

34-
def get_ResourceOwnerId(self):
35-
return self.get_query_params().get('ResourceOwnerId')
36-
37-
def set_ResourceOwnerId(self,ResourceOwnerId):
38-
self.add_query_param('ResourceOwnerId',ResourceOwnerId)
39-
4034
def get_Type(self):
4135
return self.get_query_params().get('Type')
4236

4337
def set_Type(self,Type):
4438
self.add_query_param('Type',Type)
4539

46-
def get_ResourceOwnerAccount(self):
47-
return self.get_query_params().get('ResourceOwnerAccount')
48-
49-
def set_ResourceOwnerAccount(self,ResourceOwnerAccount):
50-
self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount)
51-
52-
def get_OwnerId(self):
53-
return self.get_query_params().get('OwnerId')
54-
55-
def set_OwnerId(self,OwnerId):
56-
self.add_query_param('OwnerId',OwnerId)
57-
5840
def get_WatermarkConfig(self):
5941
return self.get_query_params().get('WatermarkConfig')
6042

0 commit comments

Comments
 (0)