|
3 | 3 | All URIs are relative to *https://api.aspose.cloud/v3.0* |
4 | 4 |
|
5 | 5 | Method | HTTP request | Description |
6 | | -------------- | ------------- | ------------- |
| 6 | +------ | ------------ | ----------- |
7 | 7 | [**get_barcode_generate**](BarcodeApi.md#get_barcode_generate) | **GET** /barcode/generate | Generate barcode. |
8 | 8 | [**get_barcode_recognize**](BarcodeApi.md#get_barcode_recognize) | **GET** /barcode/{name}/recognize | Recognize barcode from a file on server. |
9 | 9 | [**post_barcode_recognize_from_url_or_content**](BarcodeApi.md#post_barcode_recognize_from_url_or_content) | **POST** /barcode/recognize | Recognize barcode from an url or from request body. Request body can contain raw data bytes of the image or encoded with base64. |
@@ -78,7 +78,7 @@ except ApiException as e: |
78 | 78 | ### Parameters |
79 | 79 |
|
80 | 80 | Name | Type | Description | Notes |
81 | | -------------- | ------------- | ------------- | ------------- |
| 81 | +---- | ---- | ------------ | ----- |
82 | 82 | **type** | **str**| Type of barcode to generate. | |
83 | 83 | **text** | **str**| Text to encode. | |
84 | 84 | **two_d_display_text** | **str**| Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode | [optional] |
@@ -198,7 +198,7 @@ except ApiException as e: |
198 | 198 | ### Parameters |
199 | 199 |
|
200 | 200 | Name | Type | Description | Notes |
201 | | -------------- | ------------- | ------------- | ------------- |
| 201 | +---- | ---- | ------------ | ----- |
202 | 202 | **name** | **str**| The image file name. | |
203 | 203 | **type** | **str**| The type of barcode to read. | [optional] |
204 | 204 | **checksum_validation** | **str**| Enable checksum validation during recognition for 1D barcodes. Default is treated as Yes for symbologies which must contain checksum, as No where checksum only possible. Checksum never used: Codabar Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN Checksum always used: Rest symbologies | [optional] |
@@ -320,7 +320,7 @@ except ApiException as e: |
320 | 320 | ### Parameters |
321 | 321 |
|
322 | 322 | Name | Type | Description | Notes |
323 | | -------------- | ------------- | ------------- | ------------- |
| 323 | +---- | ---- | ------------ | ----- |
324 | 324 | **type** | **str**| The type of barcode to read. | [optional] |
325 | 325 | **checksum_validation** | **str**| Enable checksum validation during recognition for 1D barcodes. Default is treated as Yes for symbologies which must contain checksum, as No where checksum only possible. Checksum never used: Codabar Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN Checksum always used: Rest symbologies | [optional] |
326 | 326 | **detect_encoding** | **bool**| A flag which force engine to detect codetext encoding for Unicode. | [optional] |
@@ -406,7 +406,7 @@ except ApiException as e: |
406 | 406 | ### Parameters |
407 | 407 |
|
408 | 408 | Name | Type | Description | Notes |
409 | | -------------- | ------------- | ------------- | ------------- |
| 409 | +---- | ---- | ------------ | ----- |
410 | 410 | **generator_params_list** | [**GeneratorParamsList**](GeneratorParamsList.md)| List of barcodes | |
411 | 411 | **format** | **str**| Format to return stream in | [optional] [default to png] |
412 | 412 |
|
@@ -493,7 +493,7 @@ except ApiException as e: |
493 | 493 | ### Parameters |
494 | 494 |
|
495 | 495 | Name | Type | Description | Notes |
496 | | -------------- | ------------- | ------------- | ------------- |
| 496 | +---- | ---- | ------------ | ----- |
497 | 497 | **name** | **str**| The image file name. | |
498 | 498 | **type** | **str**| Type of barcode to generate. | |
499 | 499 | **text** | **str**| Text to encode. | |
@@ -583,7 +583,7 @@ except ApiException as e: |
583 | 583 | ### Parameters |
584 | 584 |
|
585 | 585 | Name | Type | Description | Notes |
586 | | -------------- | ------------- | ------------- | ------------- |
| 586 | +---- | ---- | ------------ | ----- |
587 | 587 | **name** | **str**| The image file name. | |
588 | 588 | **reader_params** | [**ReaderParams**](ReaderParams.md)| BarcodeReader object with parameters. | |
589 | 589 | **type** | **str**| | [optional] |
@@ -640,7 +640,7 @@ except ApiException as e: |
640 | 640 | ### Parameters |
641 | 641 |
|
642 | 642 | Name | Type | Description | Notes |
643 | | -------------- | ------------- | ------------- | ------------- |
| 643 | +---- | ---- | ------------ | ----- |
644 | 644 | **name** | **str**| New filename | |
645 | 645 | **generator_params_list** | [**GeneratorParamsList**](GeneratorParamsList.md)| List of barcodes | |
646 | 646 | **format** | **str**| Format of file | [optional] [default to png] |
|
0 commit comments