Skip to content

Commit edff1db

Browse files
committed
Merge remote-tracking branch 'remotes/origin/main' into production
2 parents 062f13e + c48d514 commit edff1db

3,059 files changed

Lines changed: 23965 additions & 17053 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

english/cpp/aspose.barcode.barcoderecognition/_index.md

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,38 +16,41 @@ url: /cpp/aspose.barcode.barcoderecognition/
1616
| --- | --- |
1717
| [AustraliaPostCustomerInformationDecoder](./australiapostcustomerinformationdecoder/) | Public interface for Customer Information Field decoding which is used in AustraliaPost symbology. Implementation should be provided by user. |
1818
| [AustraliaPostSettings](./australiapostsettings/) | AustraliaPost decoding parameters. Contains parameters which make influence on recognized data of AustraliaPost symbology. |
19-
| [AztecExtendedParameters](./aztecextendedparameters/) | Stores special data of Aztec recognized barcode. |
20-
| [BarCodeExtendedParameters](./barcodeextendedparameters/) | Stores extended parameters of recognized barcode. |
19+
| [AztecExtendedParameters](./aztecextendedparameters/) | Stores special data of Aztec recognized barcode |
20+
| [BarCodeExtendedParameters](./barcodeextendedparameters/) | Stores extended parameters of recognized barcode |
2121
| [BarCodeReader](./barcodereader/) | [BarCodeReader](./barcodereader/) encapsulates an image which may contain one or several barcodes, it then can perform ReadBarCodes operation to detect barcodes. |
22-
| [BarCodeRegionParameters](./barcoderegionparameters/) | Represents the recognized barcode's region and barcode angle. |
23-
| [BarCodeResult](./barcoderesult/) | Stores recognized barcode data like [SingleDecodeType](./singledecodetype/) type, **System::String** codetext, [BarCodeRegionParameters](./barcoderegionparameters/) region and other parameters. |
22+
| [BarCodeRegionParameters](./barcoderegionparameters/) | Represents the recognized barcode's region and barcode angle |
23+
| [BarCodeResult](./barcoderesult/) | Stores recognized barcode data like [SingleDecodeType](./singledecodetype/) type, **System::String** codetext, [BarCodeRegionParameters](./barcoderegionparameters/) region and other parameters |
2424
| [BarcodeSettings](./barcodesettings/) | The main [BarCode](../aspose.barcode/) decoding parameters. Contains parameters which make influence on recognized data. |
25-
| [BaseDecodeType](./basedecodetype/) | Base class for [MultyDecodeType](./multydecodetype/) and [SingleDecodeType](./singledecodetype/). |
26-
| [BaseExtendedParameters](./baseextendedparameters/) | Basic class for extended parameters of recognized barcode storing. |
27-
| [CodabarExtendedParameters](./codabarextendedparameters/) | Stores a Codabar additional information of recognized barcode. |
28-
| [Code128DataPortion](./code128dataportion/) | Contains the data of subtype for Code128 type barcode. |
29-
| [Code128ExtendedParameters](./code128extendedparameters/) | Stores special data of Code128 recognized barcode. |
30-
| [DataBarExtendedParameters](./databarextendedparameters/) | Stores a DataBar additional information of recognized barcode. |
31-
| [DataMatrixExtendedParameters](./datamatrixextendedparameters/) | Stores special data of DataMatrix recognized barcode. |
25+
| [BaseDecodeType](./basedecodetype/) | Base class for [MultiDecodeType](./multidecodetype/) and [SingleDecodeType](./singledecodetype/). |
26+
| [BaseExtendedParameters](./baseextendedparameters/) | Basic class for extended parameters of recognized barcode storing |
27+
| [CodabarExtendedParameters](./codabarextendedparameters/) | Stores a Codabar additional information of recognized barcode |
28+
| [Code128DataPortion](./code128dataportion/) | Contains the data of subtype for Code128 type barcode |
29+
| [Code128ExtendedParameters](./code128extendedparameters/) | Stores special data of Code128 recognized barcode |
30+
| [DataBarExtendedParameters](./databarextendedparameters/) | Stores a DataBar additional information of recognized barcode |
31+
| [DataMatrixExtendedParameters](./datamatrixextendedparameters/) | Stores special data of DataMatrix recognized barcode |
3232
| [DecodeType](./decodetype/) | Specify the type of barcode to read. |
33-
| [DotCodeExtendedParameters](./dotcodeextendedparameters/) | Stores special data of DotCode recognized barcode. |
34-
| [GS1CompositeBarExtendedParameters](./gs1compositebarextendedparameters/) | Stores special data of **GS1 Composite Bar** recognized barcode. |
35-
| [MaxiCodeExtendedParameters](./maxicodeextendedparameters/) | Stores a MaxiCode additional information of recognized barcode. |
33+
| [Details_BarCodeRecognitionException](./details_barcoderecognitionexception/) | General exception thrown by [BarCodeReader](./barcodereader/), inherited from BarCodeException |
34+
| [Details_RecognitionAbortedException](./details_recognitionabortedexception/) | Represents recognition abort exception which is thrown in timeout exceeding during recognition with [BarCodeReader](./barcodereader/). |
35+
| [DotCodeExtendedParameters](./dotcodeextendedparameters/) | Stores special data of DotCode recognized barcode |
36+
| [GS1CompositeBarExtendedParameters](./gs1compositebarextendedparameters/) | Stores special data of **GS1 Composite Bar** recognized barcode |
37+
| [MaxiCodeExtendedParameters](./maxicodeextendedparameters/) | Stores a MaxiCode additional information of recognized barcode |
38+
| [MultiDecodeType](./multidecodetype/) | Composite decode type. |
3639
| [MultyDecodeType](./multydecodetype/) | Composite decode type. |
37-
| [OneDExtendedParameters](./onedextendedparameters/) | Stores special data of 1D recognized barcode like separate codetext and checksum. |
38-
| [Pdf417ExtendedParameters](./pdf417extendedparameters/) | Stores a MacroPdf417 metadata information of recognized barcode. |
39-
| [QRExtendedParameters](./qrextendedparameters/) | Stores a QR Structured Append information of recognized barcode. |
40+
| [OneDExtendedParameters](./onedextendedparameters/) | Stores special data of 1D recognized barcode like separate codetext and checksum |
41+
| [Pdf417ExtendedParameters](./pdf417extendedparameters/) | Stores a MacroPdf417 metadata information of recognized barcode |
42+
| [QRExtendedParameters](./qrextendedparameters/) | Stores a QR Structured Append information of recognized barcode |
4043
| [Quadrangle](./quadrangle/) | Stores a set of four [Point](../)s that represent a [Quadrangle](./quadrangle/) region. |
4144
| [QualitySettings](./qualitysettings/) | [QualitySettings](./qualitysettings/) allows to configure recognition quality and speed manually. You can quickly set up [QualitySettings](./qualitysettings/) with embedded presets: HighPerformance, NormalQuality, HighQuality, MaxQuality or you can manually configure separate options. Default value of [QualitySettings](./qualitysettings/) is NormalQuality. |
4245
| [SingleDecodeType](./singledecodetype/) | Single decode type. See decode type to get instance. |
4346
## Enums
4447

4548
| Enum | Description |
4649
| --- | --- |
47-
| [BarCodeConfidence](./barcodeconfidence/) | Contains recognition confidence level. |
48-
| [BarcodeQualityMode](./barcodequalitymode/) | |
4950
| [ChecksumValidation](./checksumvalidation/) | |
50-
| [Code128SubType](./code128subtype/) | Contains types of Code128 subset. |
51+
| [Code128SubType](./code128subtype/) | Contains types of Code128 subset |
52+
| [BarCodeConfidence](./barcodeconfidence/) | Contains recognition confidence level |
53+
| [BarcodeQualityMode](./barcodequalitymode/) | |
5154
| [ComplexBackgroundMode](./complexbackgroundmode/) | |
5255
| [DeconvolutionMode](./deconvolutionmode/) | |
5356
| [InverseImageMode](./inverseimagemode/) | |

english/cpp/aspose.barcode.barcoderecognition/australiapostcustomerinformationdecoder/decode/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Aspose::BarCode::BarCodeRecognition::AustraliaPostCustomerInformationDecoder::Decode method
2+
title: method
33
linktitle: Decode
44
second_title: Aspose.BarCode for C++ API Reference
5-
description: 'Aspose::BarCode::BarCodeRecognition::AustraliaPostCustomerInformationDecoder::Decode method. Decode Customer Information Field from AustraliaPost symbology. Can be used for different data interpretation from NTable and CTable encoding. Data is provided as a row of bar values: 0, 1, 2 or 3 in C++.'
5+
description: ' method. Decode Customer Information Field from AustraliaPost symbology. Can be used for different data interpretation from NTable and CTable encoding. Data is provided as a row of bar values: 0, 1, 2 or 3 in C++.'
66
type: docs
77
weight: 100
88
url: /cpp/aspose.barcode.barcoderecognition/australiapostcustomerinformationdecoder/decode/

english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ class AustraliaPostSettings : public System::Object
2121
| Method | Description |
2222
| --- | --- |
2323
| [get_CustomerInformationDecoder](./get_customerinformationdecoder/)() | Public interface for Customer Information Field decoding which is used in AustraliaPost symbology. |
24-
| [get_CustomerInformationInterpretingType](./get_customerinformationinterpretingtype/)() | Gets the Interpreting Type for the Customer Information of AustralianPost BarCode.Default is [CustomerInformationInterpretingType.Other](../../aspose.barcode/customerinformationinterpretingtype/). |
24+
| [get_CustomerInformationInterpretingType](./get_customerinformationinterpretingtype/)() | Gets the Interpreting Type for the Customer Information of AustralianPost [BarCode.Default](../checksumvalidation/) is [CustomerInformationInterpretingType.Other](../../aspose.barcode/customerinformationinterpretingtype/). |
2525
| [get_IgnoreEndingFillingPatternsForCTable](./get_ignoreendingfillingpatternsforctable/)() | The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z". |
2626
| [set_CustomerInformationDecoder](./set_customerinformationdecoder/)(System::SharedPtr\<AustraliaPostCustomerInformationDecoder\>) | Public interface for Customer Information Field decoding which is used in AustraliaPost symbology. |
27-
| [set_CustomerInformationInterpretingType](./set_customerinformationinterpretingtype/)(Aspose::BarCode::CustomerInformationInterpretingType) | Sets the Interpreting Type for the Customer Information of AustralianPost BarCode.Default is [CustomerInformationInterpretingType.Other](../../aspose.barcode/customerinformationinterpretingtype/). |
27+
| [set_CustomerInformationInterpretingType](./set_customerinformationinterpretingtype/)(Aspose::BarCode::CustomerInformationInterpretingType) | Sets the Interpreting Type for the Customer Information of AustralianPost [BarCode.Default](../checksumvalidation/) is [CustomerInformationInterpretingType.Other](../../aspose.barcode/customerinformationinterpretingtype/). |
2828
| [set_IgnoreEndingFillingPatternsForCTable](./set_ignoreendingfillingpatternsforctable/)(bool) | The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z". |
2929
## See Also
3030

english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/get_customerinformationdecoder/_index.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::get_CustomerInformationDecoder method
2+
title: method
33
linktitle: get_CustomerInformationDecoder
44
second_title: Aspose.BarCode for C++ API Reference
5-
description: 'Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::get_CustomerInformationDecoder method. Public interface for Customer Information Field decoding which is used in AustraliaPost symbology in C++.'
5+
description: ' method. Public interface for Customer Information Field decoding which is used in AustraliaPost symbology in C++.'
66
type: docs
7-
weight: 100
7+
weight: 500
88
url: /cpp/aspose.barcode.barcoderecognition/australiapostsettings/get_customerinformationdecoder/
99
---
1010
## AustraliaPostSettings::get_CustomerInformationDecoder method
@@ -20,9 +20,6 @@ System::SharedPtr<AustraliaPostCustomerInformationDecoder> Aspose::BarCode::BarC
2020

2121

2222
Public interface for Customer Information Field decoding which is used in AustraliaPost symbology.
23-
24-
25-
2623
## See Also
2724

2825
* Class [AustraliaPostCustomerInformationDecoder](../../australiapostcustomerinformationdecoder/)

english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/get_customerinformationinterpretingtype/_index.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::get_CustomerInformationInterpretingType method
2+
title: method
33
linktitle: get_CustomerInformationInterpretingType
44
second_title: Aspose.BarCode for C++ API Reference
5-
description: 'Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::get_CustomerInformationInterpretingType method. Gets the Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other in C++.'
5+
description: ' method. Gets the Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other in C++.'
66
type: docs
7-
weight: 200
7+
weight: 100
88
url: /cpp/aspose.barcode.barcoderecognition/australiapostsettings/get_customerinformationinterpretingtype/
99
---
1010
## AustraliaPostSettings::get_CustomerInformationInterpretingType method
1111

1212

13-
Gets the Interpreting Type for the Customer Information of AustralianPost BarCode.Default is [CustomerInformationInterpretingType.Other](../../../aspose.barcode/customerinformationinterpretingtype/).
13+
Gets the Interpreting Type for the Customer Information of AustralianPost [BarCode.Default](../../checksumvalidation/) is [CustomerInformationInterpretingType.Other](../../../aspose.barcode/customerinformationinterpretingtype/).
1414

1515
```cpp
1616
Aspose::BarCode::CustomerInformationInterpretingType Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::get_CustomerInformationInterpretingType()
@@ -20,9 +20,6 @@ Aspose::BarCode::CustomerInformationInterpretingType Aspose::BarCode::BarCodeRec
2020

2121

2222
The interpreting type (CTable, NTable or Other) of customer information for AustralianPost [BarCode](../../../aspose.barcode/)
23-
24-
25-
2623
## See Also
2724

2825
* Enum [CustomerInformationInterpretingType](../../../aspose.barcode/customerinformationinterpretingtype/)

english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/get_ignoreendingfillingpatternsforctable/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::get_IgnoreEndingFillingPatternsForCTable method
2+
title: method
33
linktitle: get_IgnoreEndingFillingPatternsForCTable
44
second_title: Aspose.BarCode for C++ API Reference
5-
description: 'Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::get_IgnoreEndingFillingPatternsForCTable method. The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z" in C++.'
5+
description: ' method. The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z" in C++.'
66
type: docs
77
weight: 300
88
url: /cpp/aspose.barcode.barcoderecognition/australiapostsettings/get_ignoreendingfillingpatternsforctable/

english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/set_customerinformationdecoder/_index.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::set_CustomerInformationDecoder method
2+
title: method
33
linktitle: set_CustomerInformationDecoder
44
second_title: Aspose.BarCode for C++ API Reference
5-
description: 'Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::set_CustomerInformationDecoder method. Public interface for Customer Information Field decoding which is used in AustraliaPost symbology in C++.'
5+
description: ' method. Public interface for Customer Information Field decoding which is used in AustraliaPost symbology in C++.'
66
type: docs
7-
weight: 400
7+
weight: 600
88
url: /cpp/aspose.barcode.barcoderecognition/australiapostsettings/set_customerinformationdecoder/
99
---
1010
## AustraliaPostSettings::set_CustomerInformationDecoder method
@@ -20,9 +20,6 @@ void Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::set_CustomerInf
2020
2121
2222
Public interface for Customer Information Field decoding which is used in AustraliaPost symbology.
23-
24-
25-
2623
## See Also
2724
2825
* Class [AustraliaPostCustomerInformationDecoder](../../australiapostcustomerinformationdecoder/)

english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/set_customerinformationinterpretingtype/_index.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::set_CustomerInformationInterpretingType method
2+
title: method
33
linktitle: set_CustomerInformationInterpretingType
44
second_title: Aspose.BarCode for C++ API Reference
5-
description: 'Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::set_CustomerInformationInterpretingType method. Sets the Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other in C++.'
5+
description: ' method. Sets the Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other in C++.'
66
type: docs
7-
weight: 500
7+
weight: 200
88
url: /cpp/aspose.barcode.barcoderecognition/australiapostsettings/set_customerinformationinterpretingtype/
99
---
1010
## AustraliaPostSettings::set_CustomerInformationInterpretingType method
1111

1212

13-
Sets the Interpreting Type for the Customer Information of AustralianPost BarCode.Default is [CustomerInformationInterpretingType.Other](../../../aspose.barcode/customerinformationinterpretingtype/).
13+
Sets the Interpreting Type for the Customer Information of AustralianPost [BarCode.Default](../../checksumvalidation/) is [CustomerInformationInterpretingType.Other](../../../aspose.barcode/customerinformationinterpretingtype/).
1414

1515
```cpp
1616
void Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::set_CustomerInformationInterpretingType(Aspose::BarCode::CustomerInformationInterpretingType value)
@@ -20,9 +20,6 @@ void Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::set_CustomerInf
2020
2121
2222
The interpreting type (CTable, NTable or Other) of customer information for AustralianPost [BarCode](../../../aspose.barcode/)
23-
24-
25-
2623
## See Also
2724
2825
* Enum [CustomerInformationInterpretingType](../../../aspose.barcode/customerinformationinterpretingtype/)

english/cpp/aspose.barcode.barcoderecognition/australiapostsettings/set_ignoreendingfillingpatternsforctable/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::set_IgnoreEndingFillingPatternsForCTable method
2+
title: method
33
linktitle: set_IgnoreEndingFillingPatternsForCTable
44
second_title: Aspose.BarCode for C++ API Reference
5-
description: 'Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::set_IgnoreEndingFillingPatternsForCTable method. The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z" in C++.'
5+
description: ' method. The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z" in C++.'
66
type: docs
7-
weight: 600
7+
weight: 400
88
url: /cpp/aspose.barcode.barcoderecognition/australiapostsettings/set_ignoreendingfillingpatternsforctable/
99
---
1010
## AustraliaPostSettings::set_IgnoreEndingFillingPatternsForCTable method

0 commit comments

Comments
 (0)