@@ -139,7 +139,6 @@ sudo py -3 setup.py build install
139139 print("BarcodeText:" + textResult["BarcodeText"])
140140 ```
141141
142- ```
143142 | TextReuslt | Type |
144143 | --------------------- |-----------------------------------|
145144 | BarcodeFormat | LONG |
@@ -151,9 +150,8 @@ sudo py -3 setup.py build install
151150 | LocalizationResult | Dictionary<LocalizationResult> |
152151 | DetailedResult | Dictionary<DetailedResult> |
153152 | ExtendedResults | List<ExtendedResult> |
154- ```
155153
156- ```
154+
157155 | LocalizationResult | Type |
158156 | --------------------------|-------------------|
159157 | TerminatePhase | LONG |
@@ -177,10 +175,10 @@ sudo py -3 setup.py build install
177175 | ResultCoordinateType | LONG |
178176 | AccompanyingTextBytes | ByteArray |
179177 | Confidence | LONG |
180- ```
181178
182179 ```
183180 DetailedReuslt depends on BarcodeFormat:
181+ ```
184182
185183 | DetailedReuslt | Type |
186184 | ----------------------------------------------|-------------------|
@@ -197,9 +195,7 @@ sudo py -3 setup.py build install
197195 | DataRegionColumns(DataMatrix) | LONG |
198196 | DataRegionNumber(DataMatrix) | LONG |
199197 | LayerNumber(AZTEC) | LONG |
200- ```
201198
202- ```
203199 | ExtendedResult | Type |
204200 | --------------------------|---------------------------|
205201 | ResultType | LONG |
@@ -213,17 +209,13 @@ sudo py -3 setup.py build install
213209 | Deformation | LONG |
214210 | SamplingImage | Dictionary<IMResultData> |
215211 | Clarity | LONG |
216- ```
217212
218- ```
219213 | SamplingImage | Type |
220214 | -------------------------|-------------------|
221215 | Bytes | ByteArray |
222216 | Width | LONG |
223217 | Height | LONG |
224- ```
225218
226- ```
227219 | IntermediateResult | Type |
228220 | ------------------------------|-------------------|
229221 | DataType | LONG |
@@ -253,10 +245,10 @@ sudo py -3 setup.py build install
253245 | CCMIndex | LONG |
254246 | ScaleDownRatio | LONG |
255247 | FrameId | LONG |
256- ```
257248
258249 ```
259250 IMResultData depends on DataType:
251+ ```
260252
261253 | IMResultData | Type |
262254 | ----------------------------------------------|-------------------------------|
@@ -271,14 +263,12 @@ sudo py -3 setup.py build install
271263 | ROIId(IMRDT_REGIONOFINTEREST) | LONG |
272264 | Point(IMRDT_REGIONOFINTEREST) | Dictionary<Point> |
273265 | LocalizationRsult(IMRDT_LOCALIZATIONRESULT) | Dictionary<LocalizationResult>|
274- ```
275266
276- ```
267+
277268 | Point | Type |
278269 | ---------------------|-------------------|
279270 | X | LONG |
280271 | Y | LONG |
281- ```
282272
283273
284274- StartVideoMode(max_buffer, max_results, video_width, video_height, image_format, callback)
@@ -316,7 +306,6 @@ sudo py -3 setup.py build install
316306 errorCode = UpdataRuntimeSettings(settings)
317307 ```
318308
319- ```
320309 | RuntimeSettings | Type |
321310 | ------------------------------|-------------------|
322311 | TerminatePhase | LONG |
@@ -354,7 +343,7 @@ sudo py -3 setup.py build install
354343 | RegionMeasuredByPercentage | LONG |
355344 | MinBarcodeTextLength | LONG |
356345 | MinResultConfidence | LONG |
357- ```
346+
358347- ResetRuntimeSettings()
359348- SetModeArgument(modesName, index, argumentName, argumentValue)
360349- GetModeArgument(modesName, index, argumentName)
@@ -363,7 +352,7 @@ sudo py -3 setup.py build install
363352 errorCode = SetModeArgument("BinarizationModes", 0, "BlockSizeX", "3")
364353 argumentValue = GetModeArgument("BinarizationModes", 0, "BlockSizeX")
365354 ```
366- ```
355+
367356 | ModesName | ArgumentName |
368357 | ------------------------------|-------------------------------|
369358 | BarcodeColourModes | LightReflection |
@@ -394,7 +383,7 @@ sudo py -3 setup.py build install
394383 | TextFilterModes | MinImageDimension |
395384 | TextFilterModes | Sensitivity |
396385 | TextureDetectionModes | Sensitivity |
397- ```
386+
398387
399388## Old Functions
400389```
0 commit comments