We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d882563 commit e425634Copy full SHA for e425634
aliyun-python-sdk-imageseg/ChangeLog.txt
@@ -1,3 +1,6 @@
1
+2024-07-19 Version: 1.1.14
2
+- Update SegmentCloth.
3
+
4
2023-12-06 Version: 1.1.13
5
- Update SegmentCloth.
6
aliyun-python-sdk-imageseg/aliyunsdkimageseg/__init__.py
@@ -1 +1 @@
-__version__ = '1.1.13'
+__version__ = '1.1.14'
aliyun-python-sdk-imageseg/aliyunsdkimageseg/request/v20191230/SegmentClothRequest.py
@@ -42,6 +42,11 @@ def get_ReturnForm(self): # String
42
43
def set_ReturnForm(self, ReturnForm): # String
44
self.add_query_param('ReturnForm', ReturnForm)
45
+ def get_OutMode(self): # Long
46
+ return self.get_query_params().get('OutMode')
47
48
+ def set_OutMode(self, OutMode): # Long
49
+ self.add_query_param('OutMode', OutMode)
50
def get_ImageURL(self): # String
51
return self.get_query_params().get('ImageURL')
52
0 commit comments