Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion english/cpp/aspose.barcode.barcoderecognition/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ url: /cpp/aspose.barcode.barcoderecognition/
| [GS1CompositeBarExtendedParameters](./gs1compositebarextendedparameters/) | Stores special data of **GS1 Composite Bar** recognized barcode |
| [MaxiCodeExtendedParameters](./maxicodeextendedparameters/) | Stores a MaxiCode additional information of recognized barcode |
| [MultiDecodeType](./multidecodetype/) | Composite decode type. |
| [MultyDecodeType](./multydecodetype/) | Composite decode type. |
| [OneDExtendedParameters](./onedextendedparameters/) | Stores special data of 1D recognized barcode like separate codetext and checksum |
| [Pdf417ExtendedParameters](./pdf417extendedparameters/) | Stores a MacroPdf417 metadata information of recognized barcode |
| [QRExtendedParameters](./qrextendedparameters/) | Stores a QR Structured Append information of recognized barcode |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: method
title: Aspose::BarCode::BarCodeRecognition::AustraliaPostCustomerInformationDecoder::Decode method
linktitle: Decode
second_title: Aspose.BarCode for C++ API Reference
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++.'
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++.'
type: docs
weight: 100
url: /cpp/aspose.barcode.barcoderecognition/australiapostcustomerinformationdecoder/decode/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ class AustraliaPostSettings : public System::Object
| Method | Description |
| --- | --- |
| [get_CustomerInformationDecoder](./get_customerinformationdecoder/)() | Public interface for Customer Information Field decoding which is used in AustraliaPost symbology. |
| [get_CustomerInformationInterpretingType](./get_customerinformationinterpretingtype/)() | Gets the Interpreting Type for the Customer Information of AustralianPost [BarCode.Default](../checksumvalidation/) is [CustomerInformationInterpretingType.Other](../../aspose.barcode/customerinformationinterpretingtype/). |
| [get_CustomerInformationInterpretingType](./get_customerinformationinterpretingtype/)() | Gets the Interpreting Type for the Customer Information of AustralianPost BarCode.Default is [CustomerInformationInterpretingType.Other](../../aspose.barcode/customerinformationinterpretingtype/). |
| [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". |
| [set_CustomerInformationDecoder](./set_customerinformationdecoder/)(System::SharedPtr\<AustraliaPostCustomerInformationDecoder\>) | Public interface for Customer Information Field decoding which is used in AustraliaPost symbology. |
| [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/). |
| [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/). |
| [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". |
## See Also

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: method
title: Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::get_CustomerInformationDecoder method
linktitle: get_CustomerInformationDecoder
second_title: Aspose.BarCode for C++ API Reference
description: ' method. Public interface for Customer Information Field decoding which is used in AustraliaPost symbology in C++.'
description: 'Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::get_CustomerInformationDecoder method. Public interface for Customer Information Field decoding which is used in AustraliaPost symbology in C++.'
type: docs
weight: 500
url: /cpp/aspose.barcode.barcoderecognition/australiapostsettings/get_customerinformationdecoder/
Expand All @@ -20,6 +20,9 @@ System::SharedPtr<AustraliaPostCustomerInformationDecoder> Aspose::BarCode::BarC


Public interface for Customer Information Field decoding which is used in AustraliaPost symbology.



## See Also

* Class [AustraliaPostCustomerInformationDecoder](../../australiapostcustomerinformationdecoder/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: method
title: Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::get_CustomerInformationInterpretingType method
linktitle: get_CustomerInformationInterpretingType
second_title: Aspose.BarCode for C++ API Reference
description: ' method. Gets the Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other in C++.'
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++.'
type: docs
weight: 100
url: /cpp/aspose.barcode.barcoderecognition/australiapostsettings/get_customerinformationinterpretingtype/
---
## AustraliaPostSettings::get_CustomerInformationInterpretingType method


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

```cpp
Aspose::BarCode::CustomerInformationInterpretingType Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::get_CustomerInformationInterpretingType()
Expand All @@ -20,6 +20,9 @@ Aspose::BarCode::CustomerInformationInterpretingType Aspose::BarCode::BarCodeRec


The interpreting type (CTable, NTable or Other) of customer information for AustralianPost [BarCode](../../../aspose.barcode/)



## See Also

* Enum [CustomerInformationInterpretingType](../../../aspose.barcode/customerinformationinterpretingtype/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: method
title: Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::get_IgnoreEndingFillingPatternsForCTable method
linktitle: get_IgnoreEndingFillingPatternsForCTable
second_title: Aspose.BarCode for C++ API Reference
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++.'
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++.'
type: docs
weight: 300
url: /cpp/aspose.barcode.barcoderecognition/australiapostsettings/get_ignoreendingfillingpatternsforctable/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: method
title: Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::set_CustomerInformationDecoder method
linktitle: set_CustomerInformationDecoder
second_title: Aspose.BarCode for C++ API Reference
description: ' method. Public interface for Customer Information Field decoding which is used in AustraliaPost symbology in C++.'
description: 'Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::set_CustomerInformationDecoder method. Public interface for Customer Information Field decoding which is used in AustraliaPost symbology in C++.'
type: docs
weight: 600
url: /cpp/aspose.barcode.barcoderecognition/australiapostsettings/set_customerinformationdecoder/
Expand All @@ -20,6 +20,9 @@ void Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::set_CustomerInf


Public interface for Customer Information Field decoding which is used in AustraliaPost symbology.



## See Also

* Class [AustraliaPostCustomerInformationDecoder](../../australiapostcustomerinformationdecoder/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: method
title: Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::set_CustomerInformationInterpretingType method
linktitle: set_CustomerInformationInterpretingType
second_title: Aspose.BarCode for C++ API Reference
description: ' method. Sets the Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other in C++.'
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++.'
type: docs
weight: 200
url: /cpp/aspose.barcode.barcoderecognition/australiapostsettings/set_customerinformationinterpretingtype/
---
## AustraliaPostSettings::set_CustomerInformationInterpretingType method


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

```cpp
void Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::set_CustomerInformationInterpretingType(Aspose::BarCode::CustomerInformationInterpretingType value)
Expand All @@ -20,6 +20,9 @@ void Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::set_CustomerInf


The interpreting type (CTable, NTable or Other) of customer information for AustralianPost [BarCode](../../../aspose.barcode/)



## See Also

* Enum [CustomerInformationInterpretingType](../../../aspose.barcode/customerinformationinterpretingtype/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: method
title: Aspose::BarCode::BarCodeRecognition::AustraliaPostSettings::set_IgnoreEndingFillingPatternsForCTable method
linktitle: set_IgnoreEndingFillingPatternsForCTable
second_title: Aspose.BarCode for C++ API Reference
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++.'
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++.'
type: docs
weight: 400
url: /cpp/aspose.barcode.barcoderecognition/australiapostsettings/set_ignoreendingfillingpatternsforctable/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: method
title: Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::get_IsReaderInitialization method
linktitle: get_IsReaderInitialization
second_title: Aspose.BarCode for C++ API Reference
description: ' method. Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false in C++.'
description: 'Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::get_IsReaderInitialization method. Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false in C++.'
type: docs
weight: 400
url: /cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/get_isreaderinitialization/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: method
title: Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::get_StructuredAppendBarcodeId method
linktitle: get_StructuredAppendBarcodeId
second_title: Aspose.BarCode for C++ API Reference
description: ' method. Gets the ID of the Aztec structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is 0 in C++.'
description: 'Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::get_StructuredAppendBarcodeId method. Gets the ID of the Aztec structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is 0 in C++.'
type: docs
weight: 200
url: /cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/get_structuredappendbarcodeid/
Expand All @@ -20,6 +20,9 @@ int32_t Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::get_Struct


The barcode ID of the Aztec structured append mode.



## See Also

* Class [AztecExtendedParameters](../)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: method
title: Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::get_StructuredAppendBarcodesCount method
linktitle: get_StructuredAppendBarcodesCount
second_title: Aspose.BarCode for C++ API Reference
description: ' method. Gets the Aztec structured append mode barcodes count. Default value is 0. Count must be a value from 1 to 26 in C++.'
description: 'Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::get_StructuredAppendBarcodesCount method. Gets the Aztec structured append mode barcodes count. Default value is 0. Count must be a value from 1 to 26 in C++.'
type: docs
weight: 100
url: /cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/get_structuredappendbarcodescount/
Expand All @@ -20,6 +20,9 @@ int32_t Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::get_Struct


The barcodes count of the Aztec structured append mode.



## See Also

* Class [AztecExtendedParameters](../)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: method
title: Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::get_StructuredAppendFileId method
linktitle: get_StructuredAppendFileId
second_title: Aspose.BarCode for C++ API Reference
description: ' method. Gets the File ID of the Aztec structured append mode. Default value is empty string in C++.'
description: 'Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::get_StructuredAppendFileId method. Gets the File ID of the Aztec structured append mode. Default value is empty string in C++.'
type: docs
weight: 300
url: /cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/get_structuredappendfileid/
Expand All @@ -20,6 +20,9 @@ System::String Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::get


The File ID of the Aztec structured append mode.



## See Also

* Class [AztecExtendedParameters](../)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: method
title: Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::GetHashCode method
linktitle: GetHashCode
second_title: Aspose.BarCode for C++ API Reference
description: ' method. Returns the hash code for this instance in C++.'
description: 'Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::GetHashCode method. Returns the hash code for this instance in C++.'
type: docs
weight: 500
url: /cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/gethashcode/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: method
title: Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::ToString method
linktitle: ToString
second_title: Aspose.BarCode for C++ API Reference
description: ' method. Returns a human-readable string representation of this AztecExtendedParameters in C++.'
description: 'Aspose::BarCode::BarCodeRecognition::AztecExtendedParameters::ToString method. Returns a human-readable string representation of this AztecExtendedParameters in C++.'
type: docs
weight: 600
url: /cpp/aspose.barcode.barcoderecognition/aztecextendedparameters/tostring/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: enum
title: Aspose::BarCode::BarCodeRecognition::BarCodeConfidence enum
linktitle: BarCodeConfidence
second_title: Aspose.BarCode for C++ API Reference
description: ' enum. Contains recognition confidence level in C++.'
description: 'Aspose::BarCode::BarCodeRecognition::BarCodeConfidence enum. Contains recognition confidence level in C++.'
type: docs
weight: 3200
weight: 3100
url: /cpp/aspose.barcode.barcoderecognition/barcodeconfidence/
---
## BarCodeConfidence enum
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: method
title: Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_Aztec method
linktitle: get_Aztec
second_title: Aspose.BarCode for C++ API Reference
description: ' method. Gets a Aztec additional informationAztecExtendedParameters of recognized barcode in C++.'
description: 'Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_Aztec method. Gets a Aztec additional informationAztecExtendedParameters of recognized barcode in C++.'
type: docs
weight: 900
url: /cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_aztec/
Expand All @@ -20,6 +20,9 @@ System::SharedPtr<AztecExtendedParameters> Aspose::BarCode::BarCodeRecognition::


A Aztec additional information[AztecExtendedParameters](../../aztecextendedparameters/) of recognized barcode



## See Also

* Class [AztecExtendedParameters](../../aztecextendedparameters/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: method
title: Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_Codabar method
linktitle: get_Codabar
second_title: Aspose.BarCode for C++ API Reference
description: ' method. Gets a Codabar additional informationCodabarExtendedParameters of recognized barcode in C++.'
description: 'Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_Codabar method. Gets a Codabar additional informationCodabarExtendedParameters of recognized barcode in C++.'
type: docs
weight: 1100
url: /cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_codabar/
Expand All @@ -20,6 +20,9 @@ System::SharedPtr<CodabarExtendedParameters> Aspose::BarCode::BarCodeRecognition


A Codabar additional information[CodabarExtendedParameters](../../codabarextendedparameters/) of recognized barcode



## See Also

* Class [CodabarExtendedParameters](../../codabarextendedparameters/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: method
title: Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_Code128 method
linktitle: get_Code128
second_title: Aspose.BarCode for C++ API Reference
description: ' method. Gets a special data Code128ExtendedParameters of Code128 recognized barcode in C++.'
description: 'Aspose::BarCode::BarCodeRecognition::BarCodeExtendedParameters::get_Code128 method. Gets a special data Code128ExtendedParameters of Code128 recognized barcode in C++.'
type: docs
weight: 200
url: /cpp/aspose.barcode.barcoderecognition/barcodeextendedparameters/get_code128/
Expand All @@ -20,6 +20,9 @@ System::SharedPtr<Code128ExtendedParameters> Aspose::BarCode::BarCodeRecognition


A special data [Code128ExtendedParameters](../../code128extendedparameters/) of Code128 recognized barcode



## See Also

* Class [Code128ExtendedParameters](../../code128extendedparameters/)
Expand Down
Loading
Loading