File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
programming/python/api-reference/core/basic-classes Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ repositoryUrl: https://github.com/dynamsoft-docs/capture-vision-docs-server/blob
22repository : dynamsoft-docs/capture-vision-docs-server
33docFullPath : https://www.dynamsoft.com/capture-vision/docs/server/
44firstLevelUrl : /capture-vision/docs/server
5+ searchIndexName : Crawler-DCV-Docs-New
6+ searchNeedFilter : true
57
68useVersionTree : true
79
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class Contour
2323| Method | Description |
2424| ----------------------| -------------|
2525| [ ` __init__ ` ] ( #__init__ ) | Initializes a new instance of the ` Contour ` class. |
26- | [ ` set_points ` ] ( #set_points ) | Sets the point array and the points free function pointer . |
26+ | [ ` set_points ` ] ( #set_points ) | Sets the point array. |
2727| [ ` get_points ` ] ( #get_points ) | Gets the point array. |
2828
2929### \_\_ init\_\_
@@ -36,7 +36,7 @@ def __init__(self):
3636
3737### set_points
3838
39- Sets the point array and the points free function pointer .
39+ Sets the point array and the points.
4040
4141``` python
4242def set_points (self , points : List[Point]) -> None :
Original file line number Diff line number Diff line change 11---
2- layout : search-page
3- title : Dynamsoft Capture Vision SDK Documentation Search
4- keywords : Dynamsoft Capture Vision SDK Documentation Search
5- breadcrumbText : HomePage
6- cx : b5ca9ca31b6a640a2
2+ layout : search-layout
3+ title : Dynamsoft Capture Vision Documentation Search
4+ keywords : Dynamsoft Capture Vision Documentation Search
5+ h1 : Dynamsoft Capture Vision Documentation Search
6+ indexName : Crawler-DCV-Docs-New
77---
You can’t perform that action at this time.
0 commit comments