Skip to content

Commit ea97c37

Browse files
committed
IMM SDK Auto Released By guangchun.luo,Version:1.2.0
发布日志: 1, Add: ConvertOfficeFormat,PutProject 2, Update: GetProject,IndexFace,ListProjects
1 parent 530cf29 commit ea97c37

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

aliyun-python-sdk-imm/ChangeLog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2018-06-28 Version: 1.2.0
2+
1, Add: ConvertOfficeFormat,PutProject
3+
2, Update: GetProject,IndexFace,ListProjects
4+
15
2018-06-19 Version: 1.1.0
26
1, Add 2 API: DeleteFaceById, UpdateFaceGroupById
37

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.0"
1+
__version__ = "1.2.0"

aliyun-python-sdk-imm/aliyunsdkimm/request/v20170906/IndexFaceRequest.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ class IndexFaceRequest(RpcRequest):
2323
def __init__(self):
2424
RpcRequest.__init__(self, 'imm', '2017-09-06', 'IndexFace','imm')
2525

26+
def get_Chain(self):
27+
return self.get_query_params().get('Chain')
28+
29+
def set_Chain(self,Chain):
30+
self.add_query_param('Chain',Chain)
31+
2632
def get_SrcUris(self):
2733
return self.get_query_params().get('SrcUris')
2834

0 commit comments

Comments
 (0)