From 348c45cbbc6e4e04a7038d9a6111325210733e39 Mon Sep 17 00:00:00 2001 From: Muhammad Adil Date: Wed, 11 Jan 2023 16:53:01 +0500 Subject: [PATCH 1/2] Namespaces description optimizations --- english/net/_index.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/english/net/_index.md b/english/net/_index.md index 2a13a7a30..f1baf113f 100644 --- a/english/net/_index.md +++ b/english/net/_index.md @@ -11,12 +11,12 @@ is_root: true | Namespace | Description | | --- | --- | -| [Aspose.BarCode](./aspose.barcode/) | The **Aspose.BarCode** contains tools for the 1D/2D barcodes generation and drawing. | -| [Aspose.BarCode.BarCodeRecognition](./aspose.barcode.barcoderecognition/) | The **Aspose.BarCode.BarCodeRecognition** contains tools for the 1D/2D barcodes recognition. | -| [Aspose.BarCode.Common](./aspose.barcode.common/) | The **BarCode.Common** contains common features and helper tools to maintain the main functionality. | -| [Aspose.BarCode.ComplexBarcode](./aspose.barcode.complexbarcode/) | The **Aspose.BarCode.ComplexBarcode** containing general classes for the implementation of complex BarCode generation functions. | -| [Aspose.BarCode.Generation](./aspose.barcode.generation/) | The **Aspose.BarCode.Generation** containing general classes for the implementation of BarCode generation functions. | -| [Aspose.BarCode.Windows.Forms](./aspose.barcode.windows.forms/) | The **Aspose.BarCode.Windows.Forms** contains WinForms controls for the 1D/2D barcodes generation and drawing. | -| [Aspose.BarCode.WPF](./aspose.barcode.wpf/) | The **Aspose.BarCode.WPF** contains tools for the 1D/2D barcodes generation and drawing. | +| [Aspose.BarCode](./aspose.barcode/) | The **Aspose.BarCode** namespace contains classes and enumerations for the 1D/2D barcodes generation and drawing. | +| [Aspose.BarCode.BarCodeRecognition](./aspose.barcode.barcoderecognition/) | The **Aspose.BarCode.BarCodeRecognition** namespace contains classes and enumerations for recognizing 1D & 2D barcodes from various image types at any angle such as BarCodeReader, BarcodeSettings, and BarCodeResult. | +| [Aspose.BarCode.Common](./aspose.barcode.common/) | The **BarCode.Common** namespace contains classes for common features and helper tools to maintain the main functionality such as ProcessorSettings. | +| [Aspose.BarCode.ComplexBarcode](./aspose.barcode.complexbarcode/) | The **Aspose.BarCode.ComplexBarcode** namespace contains classes and enumerations for the implementation of advanced and complex BarCode generation functions. Some of the important members are ComplexBarcodeGenerator, MailmarkCodetext and SwissQRCodetext. | +| [Aspose.BarCode.Generation](./aspose.barcode.generation/) | The **Aspose.BarCode.Generation** namespace contains classes and enumerations for generating BarCode. The important members for generating new Barcode are BarcodeGenerator and BarcodeParameters.| +| [Aspose.BarCode.Windows.Forms](./aspose.barcode.windows.forms/) | The **Aspose.BarCode.Windows.Forms** namespace contains WinForms controls and UI wrapper classes for the 1D/2D barcodes generation and drawing such as BarCodeGeneratorControl and DataMatrixParametersUI. | +| [Aspose.BarCode.WPF](./aspose.barcode.wpf/) | The **Aspose.BarCode.WPF** namespace contains classes of Windows Presentation Foundation (WPF) controls that can be used in a WPF window or page for the 1D/2D barcodes generation and drawing such as BarcodeGeneratorElement. | From d7fccb9c3b528c98ecf840f2451edfb0919e128e Mon Sep 17 00:00:00 2001 From: Muhammad Adil Date: Wed, 11 Jan 2023 18:45:53 +0500 Subject: [PATCH 2/2] Class description optimization for Aspose.BarCode.BarCodeRecognition Namespace --- .../_index.md | 46 +++++++++---------- .../australiapostsettings/_index.md | 4 +- .../barcodeextendedparameters/_index.md | 4 +- .../barcodereader/_index.md | 4 +- .../barcoderegionparameters/_index.md | 4 +- .../barcoderesult/_index.md | 4 +- .../barcodesettings/_index.md | 4 +- .../barcodesvmdetectorsettings/_index.md | 4 +- .../basedecodetype/_index.md | 4 +- .../baseextendedparameters/_index.md | 4 +- .../code128dataportion/_index.md | 4 +- .../code128extendedparameters/_index.md | 6 +-- .../databarextendedparameters/_index.md | 4 +- .../decodetype/_index.md | 4 +- .../dotcodeextendedparameters/_index.md | 4 +- .../maxicodeextendedparameters/_index.md | 4 +- .../multydecodetype/_index.md | 4 +- .../onedextendedparameters/_index.md | 4 +- .../pdf417extendedparameters/_index.md | 4 +- .../qrextendedparameters/_index.md | 4 +- .../quadrangle/_index.md | 4 +- .../qualitysettings/_index.md | 4 +- .../singledecodetype/_index.md | 4 +- 23 files changed, 67 insertions(+), 69 deletions(-) diff --git a/english/net/aspose.barcode.barcoderecognition/_index.md b/english/net/aspose.barcode.barcoderecognition/_index.md index 981f89bf1..b984846a6 100644 --- a/english/net/aspose.barcode.barcoderecognition/_index.md +++ b/english/net/aspose.barcode.barcoderecognition/_index.md @@ -12,30 +12,30 @@ The **Aspose.BarCode.BarCodeRecognition** contains tools for the 1D/2D barcodes | Class | Description | | --- | --- | -| [AustraliaPostSettings](./australiapostsettings/) | AustraliaPost decoding parameters. Contains parameters which make influence on recognized data of AustraliaPost symbology. | -| [BarCodeExtendedParameters](./barcodeextendedparameters/) | Stores extended parameters of recognized barcode | -| [BarCodeReader](./barcodereader/) | BarCodeReader encapsulates an image which may contain one or several barcodes, it then can perform ReadBarCodes operation to detect barcodes. | +| [AustraliaPostSettings](./australiapostsettings/) | The AustraliaPostSettings class is AustraliaPost decoding parameters that contains parameters which make influence on recognized data of AustraliaPost symbology. | +| [BarCodeExtendedParameters](./barcodeextendedparameters/) | The BarCodeExtendedParameters class stores extended parameters of recognized barcode such as Code128, DataBar, MaxiCode and Pdf417. | +| [BarCodeReader](./barcodereader/) | The BarCodeReader class detects or reads one or multiple barcodes from an image. To read barcodes from an image or stream create an instance of this class and perform ReadBarCodes operation. | | [BarCodeRecognitionException](./barcoderecognitionexception/) | General exception thrown by BarCodeReader, inherited from BarCodeException | -| [BarCodeRegionParameters](./barcoderegionparameters/) | Represents the recognized barcode's region and barcode angle | -| [BarCodeResult](./barcoderesult/) | Stores recognized barcode data like [`SingleDecodeType`](../aspose.barcode.barcoderecognition/singledecodetype/) type, String codetext, [`BarCodeRegionParameters`](../aspose.barcode.barcoderecognition/barcoderegionparameters/) region and other parameters | -| [BarcodeSettings](./barcodesettings/) | The main BarCode decoding parameters. Contains parameters which make influence on recognized data. | -| [BarcodeSvmDetectorSettings](./barcodesvmdetectorsettings/) | Barcode detector settings. | -| [BaseDecodeType](./basedecodetype/) | Base class for MultyDecodeType and SingleDecodeType. | -| [BaseExtendedParameters](./baseextendedparameters/) | Basic class for extended parameters of recognized barcode storing | -| [Code128DataPortion](./code128dataportion/) | Contains the data of subtype for Code128 type barcode | -| [Code128ExtendedParameters](./code128extendedparameters/) | Stores special data of Code128 recognized barcode | -| [DataBarExtendedParameters](./databarextendedparameters/) | Stores a DataBar additional information of recognized barcode | -| [DecodeType](./decodetype/) | Specify the type of barcode to read. | -| [DotCodeExtendedParameters](./dotcodeextendedparameters/) | Stores special data of DotCode recognized barcode | -| [MaxiCodeExtendedParameters](./maxicodeextendedparameters/) | Stores a MaxiCode additional information of recognized barcode | -| [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 | -| [Quadrangle](./quadrangle/) | Stores a set of four Points that represent a [`Quadrangle`](../aspose.barcode.barcoderecognition/quadrangle/) region. | -| [QualitySettings](./qualitysettings/) | QualitySettings allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by embedded presets: HighPerformance, NormalQuality, HighQuality, MaxBarCodes or you can manually configure separate options. Default value of QualitySettings is NormalQuality. | -| [RecognitionAbortedException](./recognitionabortedexception/) | Represents recognition abort exception which is thrown in timeout exceeding during recognition with BarCodeReader. | -| [SingleDecodeType](./singledecodetype/) | Single decode type. See decode type to get instance. | +| [BarCodeRegionParameters](./barcoderegionparameters/) | The BarCodeRegionParameters class represents the recognized barcode's region and barcode angle. | +| [BarCodeResult](./barcoderesult/) | The BarCodeResult class stores recognized barcode data like [`SingleDecodeType`](../aspose.barcode.barcoderecognition/singledecodetype/) type, String codetext, [`BarCodeRegionParameters`](../aspose.barcode.barcoderecognition/barcoderegionparameters/) region and other parameters | +| [BarcodeSettings](./barcodesettings/) | The BarcodeSettings class represents main BarCode decoding parameters that contain parameters which make an influence on recognized data such as AustraliaPost, ChecksumValidation, DetectEncoding and StripFNC. | +| [BarcodeSvmDetectorSettings](./barcodesvmdetectorsettings/) | The BarcodeSvmDetectorSettings class provides quality, performance, threshold for detected regions, windows size, and other configurations to detect barcodes. | +| [BaseDecodeType](./basedecodetype/) | The BaseDecodeType class is the base class for MultyDecodeType and SingleDecodeType. | +| [BaseExtendedParameters](./baseextendedparameters/) | The BaseExtendedParameters is the basic class for extended parameters of recognized barcode storing. | +| [Code128DataPortion](./code128dataportion/) | The Code128DataPortion class contains the data of subtype for Code128 type barcode. | +| [Code128ExtendedParameters](./code128extendedparameters/) | The Code128ExtendedParameters class stores special data of Code128 recognized barcode. | +| [DataBarExtendedParameters](./databarextendedparameters/) | The DataBarExtendedParameters class stores a DataBar additional information of recognized barcode. | +| [DecodeType](./decodetype/) | The DecodeType class represents the barcode symbologies of barcode to read such as Aztec, Code128 and ISBN. | +| [DotCodeExtendedParameters](./dotcodeextendedparameters/) | The DotCodeExtendedParameters class stores special data of DotCode recognized barcode. | +| [MaxiCodeExtendedParameters](./maxicodeextendedparameters/) | The MaxiCodeExtendedParameters class stores a MaxiCode additional information of recognized barcode. | +| [MultyDecodeType](./multydecodetype/) | The MultyDecodeType class represents a composite decode type that combines SingleDecodeType and MultiDecode types. | +| [OneDExtendedParameters](./onedextendedparameters/) | The OneDExtendedParameters class stores special data of 1D recognized barcode like separate codetext and checksum. | +| [Pdf417ExtendedParameters](./pdf417extendedparameters/) | The Pdf417ExtendedParameters class stores a MacroPdf417 metadata information of recognized barcode. | +| [QRExtendedParameters](./qrextendedparameters/) | The QRExtendedParameters class stores a QR Structured Append information of recognized barcode. | +| [Quadrangle](./quadrangle/) | The Quadrangle class stores a set of four Points that represent a [`Quadrangle`](../aspose.barcode.barcoderecognition/quadrangle/) region. | +| [QualitySettings](./qualitysettings/) | The QualitySettings class allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by embedded presets: HighPerformance, NormalQuality, HighQuality, MaxBarCodes or you can manually configure separate options. Default value of QualitySettings is NormalQuality. | +| [RecognitionAbortedException](./recognitionabortedexception/) | The RecognitionAbortedException class represents recognition abort exception which is thrown in timeout exceeding during recognition with BarCodeReader. | +| [SingleDecodeType](./singledecodetype/) | The SingleDecodeType class represents single decode type. See decode type to get instance. | ## Interfaces | Interface | Description | diff --git a/english/net/aspose.barcode.barcoderecognition/australiapostsettings/_index.md b/english/net/aspose.barcode.barcoderecognition/australiapostsettings/_index.md index 60b7bb8c4..d6fddccc4 100644 --- a/english/net/aspose.barcode.barcoderecognition/australiapostsettings/_index.md +++ b/english/net/aspose.barcode.barcoderecognition/australiapostsettings/_index.md @@ -1,14 +1,14 @@ --- title: AustraliaPostSettings second_title: Aspose.BarCode for .NET API Reference -description: AustraliaPost decoding parameters. Contains parameters which make influence on recognized data of AustraliaPost symbology. +description: The AustraliaPostSettings class is AustraliaPost decoding parameters that contains parameters which make influence on recognized data of AustraliaPost symbology. type: docs weight: 30 url: /net/aspose.barcode.barcoderecognition/australiapostsettings/ --- ## AustraliaPostSettings class -AustraliaPost decoding parameters. Contains parameters which make influence on recognized data of AustraliaPost symbology. +The AustraliaPostSettings class is AustraliaPost decoding parameters that contains parameters which make influence on recognized data of AustraliaPost symbology. ```csharp public sealed class AustraliaPostSettings diff --git a/english/net/aspose.barcode.barcoderecognition/barcodeextendedparameters/_index.md b/english/net/aspose.barcode.barcoderecognition/barcodeextendedparameters/_index.md index 20118a44e..4f2d1b467 100644 --- a/english/net/aspose.barcode.barcoderecognition/barcodeextendedparameters/_index.md +++ b/english/net/aspose.barcode.barcoderecognition/barcodeextendedparameters/_index.md @@ -1,14 +1,14 @@ --- title: BarCodeExtendedParameters second_title: Aspose.BarCode for .NET API Reference -description: Stores extended parameters of recognized barcode +description: The BarCodeExtendedParameters class stores extended parameters of recognized barcode such as Code128, DataBar, MaxiCode and Pdf417. type: docs weight: 50 url: /net/aspose.barcode.barcoderecognition/barcodeextendedparameters/ --- ## BarCodeExtendedParameters class -Stores extended parameters of recognized barcode +The BarCodeExtendedParameters class stores extended parameters of recognized barcode such as Code128, DataBar, MaxiCode and Pdf417. ```csharp public sealed class BarCodeExtendedParameters diff --git a/english/net/aspose.barcode.barcoderecognition/barcodereader/_index.md b/english/net/aspose.barcode.barcoderecognition/barcodereader/_index.md index 2ef24a33c..8a7920a16 100644 --- a/english/net/aspose.barcode.barcoderecognition/barcodereader/_index.md +++ b/english/net/aspose.barcode.barcoderecognition/barcodereader/_index.md @@ -1,14 +1,14 @@ --- title: BarCodeReader second_title: Aspose.BarCode for .NET API Reference -description: BarCodeReader encapsulates an image which may contain one or several barcodes it then can perform ReadBarCodes operation to detect barcodes. +description: The BarCodeReader class detects or reads one or multiple barcodes from an image. To read barcodes from an image or stream create an instance of this class and perform ReadBarCodes operation. type: docs weight: 60 url: /net/aspose.barcode.barcoderecognition/barcodereader/ --- ## BarCodeReader class -BarCodeReader encapsulates an image which may contain one or several barcodes, it then can perform ReadBarCodes operation to detect barcodes. +The BarCodeReader class detects or reads one or multiple barcodes from an image. To read barcodes from an image or stream create an instance of this class and perform ReadBarCodes operation. ```csharp public class BarCodeReader : Component diff --git a/english/net/aspose.barcode.barcoderecognition/barcoderegionparameters/_index.md b/english/net/aspose.barcode.barcoderecognition/barcoderegionparameters/_index.md index 5cf063227..9ed367975 100644 --- a/english/net/aspose.barcode.barcoderecognition/barcoderegionparameters/_index.md +++ b/english/net/aspose.barcode.barcoderecognition/barcoderegionparameters/_index.md @@ -1,14 +1,14 @@ --- title: BarCodeRegionParameters second_title: Aspose.BarCode for .NET API Reference -description: Represents the recognized barcodes region and barcode angle +description: The BarCodeRegionParameters class represents the recognized barcode's region and barcode angle. type: docs weight: 80 url: /net/aspose.barcode.barcoderecognition/barcoderegionparameters/ --- ## BarCodeRegionParameters class -Represents the recognized barcode's region and barcode angle +The BarCodeRegionParameters class represents the recognized barcode's region and barcode angle. ```csharp public sealed class BarCodeRegionParameters diff --git a/english/net/aspose.barcode.barcoderecognition/barcoderesult/_index.md b/english/net/aspose.barcode.barcoderecognition/barcoderesult/_index.md index e29f6cc04..50f9f0c97 100644 --- a/english/net/aspose.barcode.barcoderecognition/barcoderesult/_index.md +++ b/english/net/aspose.barcode.barcoderecognition/barcoderesult/_index.md @@ -1,14 +1,14 @@ --- title: BarCodeResult second_title: Aspose.BarCode for .NET API Reference -description: Stores recognized barcode data like SingleDecodeType./singledecodetype/ type String codetext BarCodeRegionParameters./barcoderegionparameters/ region and other parameters +description: The BarCodeResult class stores recognized barcode data like SingleDecodeType./singledecodetype/ type String codetext BarCodeRegionParameters./barcoderegionparameters/ region and other parameters type: docs weight: 90 url: /net/aspose.barcode.barcoderecognition/barcoderesult/ --- ## BarCodeResult class -Stores recognized barcode data like [`SingleDecodeType`](../singledecodetype/) type, String codetext, [`BarCodeRegionParameters`](../barcoderegionparameters/) region and other parameters +The BarCodeResult class stores recognized barcode data like [`SingleDecodeType`](../singledecodetype/) type, String codetext, [`BarCodeRegionParameters`](../barcoderegionparameters/) region and other parameters ```csharp public sealed class BarCodeResult : ICloneable, IEquatable diff --git a/english/net/aspose.barcode.barcoderecognition/barcodesettings/_index.md b/english/net/aspose.barcode.barcoderecognition/barcodesettings/_index.md index f037b796d..aec93708e 100644 --- a/english/net/aspose.barcode.barcoderecognition/barcodesettings/_index.md +++ b/english/net/aspose.barcode.barcoderecognition/barcodesettings/_index.md @@ -1,14 +1,14 @@ --- title: BarcodeSettings second_title: Aspose.BarCode for .NET API Reference -description: The main BarCode decoding parameters. Contains parameters which make influence on recognized data. +description: The BarcodeSettings class represents main BarCode decoding parameters that contain parameters which make an influence on recognized data such as AustraliaPost, ChecksumValidation, DetectEncoding and StripFNC. type: docs weight: 100 url: /net/aspose.barcode.barcoderecognition/barcodesettings/ --- ## BarcodeSettings class -The main BarCode decoding parameters. Contains parameters which make influence on recognized data. +The BarcodeSettings class represents main BarCode decoding parameters that contain parameters which make an influence on recognized data such as AustraliaPost, ChecksumValidation, DetectEncoding and StripFNC. ```csharp public sealed class BarcodeSettings diff --git a/english/net/aspose.barcode.barcoderecognition/barcodesvmdetectorsettings/_index.md b/english/net/aspose.barcode.barcoderecognition/barcodesvmdetectorsettings/_index.md index 720687550..cd5c29dd3 100644 --- a/english/net/aspose.barcode.barcoderecognition/barcodesvmdetectorsettings/_index.md +++ b/english/net/aspose.barcode.barcoderecognition/barcodesvmdetectorsettings/_index.md @@ -1,14 +1,14 @@ --- title: BarcodeSvmDetectorSettings second_title: Aspose.BarCode for .NET API Reference -description: Barcode detector settings. +description: The BarcodeSvmDetectorSettings class provides quality, performance, threshold for detected regions, windows size, and other configurations to detect barcodes. type: docs weight: 110 url: /net/aspose.barcode.barcoderecognition/barcodesvmdetectorsettings/ --- ## BarcodeSvmDetectorSettings class -Barcode detector settings. +The BarcodeSvmDetectorSettings class provides quality, performance, threshold for detected regions, windows size, and other configurations to detect barcodes. ```csharp public sealed class BarcodeSvmDetectorSettings diff --git a/english/net/aspose.barcode.barcoderecognition/basedecodetype/_index.md b/english/net/aspose.barcode.barcoderecognition/basedecodetype/_index.md index fca255611..421c8406d 100644 --- a/english/net/aspose.barcode.barcoderecognition/basedecodetype/_index.md +++ b/english/net/aspose.barcode.barcoderecognition/basedecodetype/_index.md @@ -1,14 +1,14 @@ --- title: BaseDecodeType second_title: Aspose.BarCode for .NET API Reference -description: Base class for MultyDecodeType and SingleDecodeType. +description: The BaseDecodeType class is the base class for MultyDecodeType and SingleDecodeType. type: docs weight: 120 url: /net/aspose.barcode.barcoderecognition/basedecodetype/ --- ## BaseDecodeType class -Base class for MultyDecodeType and SingleDecodeType. +The BaseDecodeType class is the base class for MultyDecodeType and SingleDecodeType. ```csharp public abstract class BaseDecodeType : IEquatable diff --git a/english/net/aspose.barcode.barcoderecognition/baseextendedparameters/_index.md b/english/net/aspose.barcode.barcoderecognition/baseextendedparameters/_index.md index c2c239252..3c2ebd719 100644 --- a/english/net/aspose.barcode.barcoderecognition/baseextendedparameters/_index.md +++ b/english/net/aspose.barcode.barcoderecognition/baseextendedparameters/_index.md @@ -1,14 +1,14 @@ --- title: BaseExtendedParameters second_title: Aspose.BarCode for .NET API Reference -description: Basic class for extended parameters of recognized barcode storing +description: The BaseExtendedParameters is the basic class for extended parameters of recognized barcode storing. type: docs weight: 130 url: /net/aspose.barcode.barcoderecognition/baseextendedparameters/ --- ## BaseExtendedParameters class -Basic class for extended parameters of recognized barcode storing +The BaseExtendedParameters is the basic class for extended parameters of recognized barcode storing. ```csharp public abstract class BaseExtendedParameters diff --git a/english/net/aspose.barcode.barcoderecognition/code128dataportion/_index.md b/english/net/aspose.barcode.barcoderecognition/code128dataportion/_index.md index 86eb685fe..9981766fc 100644 --- a/english/net/aspose.barcode.barcoderecognition/code128dataportion/_index.md +++ b/english/net/aspose.barcode.barcoderecognition/code128dataportion/_index.md @@ -1,14 +1,14 @@ --- title: Code128DataPortion second_title: Aspose.BarCode for .NET API Reference -description: Contains the data of subtype for Code128 type barcode +description: The Code128DataPortion class contains the data of subtype for Code128 type barcode. type: docs weight: 150 url: /net/aspose.barcode.barcoderecognition/code128dataportion/ --- ## Code128DataPortion class -Contains the data of subtype for Code128 type barcode +The Code128DataPortion class contains the data of subtype for Code128 type barcode. ```csharp public class Code128DataPortion diff --git a/english/net/aspose.barcode.barcoderecognition/code128extendedparameters/_index.md b/english/net/aspose.barcode.barcoderecognition/code128extendedparameters/_index.md index 89a51bf97..d0fc7f4c3 100644 --- a/english/net/aspose.barcode.barcoderecognition/code128extendedparameters/_index.md +++ b/english/net/aspose.barcode.barcoderecognition/code128extendedparameters/_index.md @@ -1,16 +1,14 @@ --- title: Code128ExtendedParameters second_title: Aspose.BarCode for .NET API Reference -description: Stores special data of Code128 recognized barcode +description: The Code128ExtendedParameters class stores special data of Code128 recognized barcode. type: docs weight: 160 url: /net/aspose.barcode.barcoderecognition/code128extendedparameters/ --- ## Code128ExtendedParameters class -Stores special data of Code128 recognized barcode - -Represents the recognized barcode's region and barcode angle +The Code128ExtendedParameters class stores special data of Code128 recognized barcode. ```csharp public sealed class Code128ExtendedParameters : BaseExtendedParameters diff --git a/english/net/aspose.barcode.barcoderecognition/databarextendedparameters/_index.md b/english/net/aspose.barcode.barcoderecognition/databarextendedparameters/_index.md index 743ab0f04..22e78d398 100644 --- a/english/net/aspose.barcode.barcoderecognition/databarextendedparameters/_index.md +++ b/english/net/aspose.barcode.barcoderecognition/databarextendedparameters/_index.md @@ -1,14 +1,14 @@ --- title: DataBarExtendedParameters second_title: Aspose.BarCode for .NET API Reference -description: Stores a DataBar additional information of recognized barcode +description: The DataBarExtendedParameters class stores a DataBar additional information of recognized barcode. type: docs weight: 180 url: /net/aspose.barcode.barcoderecognition/databarextendedparameters/ --- ## DataBarExtendedParameters class -Stores a DataBar additional information of recognized barcode +The DataBarExtendedParameters class stores a DataBar additional information of recognized barcode. ```csharp public sealed class DataBarExtendedParameters : BaseExtendedParameters diff --git a/english/net/aspose.barcode.barcoderecognition/decodetype/_index.md b/english/net/aspose.barcode.barcoderecognition/decodetype/_index.md index 93de2985e..02f4bcc1a 100644 --- a/english/net/aspose.barcode.barcoderecognition/decodetype/_index.md +++ b/english/net/aspose.barcode.barcoderecognition/decodetype/_index.md @@ -1,14 +1,14 @@ --- title: DecodeType second_title: Aspose.BarCode for .NET API Reference -description: Specify the type of barcode to read. +description: The DecodeType class represents the barcode symbologies of barcode to read such as Aztec, Code128 and ISBN type: docs weight: 190 url: /net/aspose.barcode.barcoderecognition/decodetype/ --- ## DecodeType class -Specify the type of barcode to read. +The DecodeType class represents the barcode symbologies of barcode to read such as Aztec, Code128 and ISBN ```csharp public static class DecodeType diff --git a/english/net/aspose.barcode.barcoderecognition/dotcodeextendedparameters/_index.md b/english/net/aspose.barcode.barcoderecognition/dotcodeextendedparameters/_index.md index f9f6a7aa8..2aefcb8cd 100644 --- a/english/net/aspose.barcode.barcoderecognition/dotcodeextendedparameters/_index.md +++ b/english/net/aspose.barcode.barcoderecognition/dotcodeextendedparameters/_index.md @@ -1,14 +1,14 @@ --- title: DotCodeExtendedParameters second_title: Aspose.BarCode for .NET API Reference -description: Stores special data of DotCode recognized barcode +description: The DotCodeExtendedParameters class stores special data of DotCode recognized barcode. type: docs weight: 200 url: /net/aspose.barcode.barcoderecognition/dotcodeextendedparameters/ --- ## DotCodeExtendedParameters class -Stores special data of DotCode recognized barcode +The DotCodeExtendedParameters class stores special data of DotCode recognized barcode. ```csharp public sealed class DotCodeExtendedParameters : BaseExtendedParameters diff --git a/english/net/aspose.barcode.barcoderecognition/maxicodeextendedparameters/_index.md b/english/net/aspose.barcode.barcoderecognition/maxicodeextendedparameters/_index.md index 61e647002..89ba99242 100644 --- a/english/net/aspose.barcode.barcoderecognition/maxicodeextendedparameters/_index.md +++ b/english/net/aspose.barcode.barcoderecognition/maxicodeextendedparameters/_index.md @@ -1,14 +1,14 @@ --- title: MaxiCodeExtendedParameters second_title: Aspose.BarCode for .NET API Reference -description: Stores a MaxiCode additional information of recognized barcode +description: The MaxiCodeExtendedParameters class stores a MaxiCode additional information of recognized barcode. type: docs weight: 210 url: /net/aspose.barcode.barcoderecognition/maxicodeextendedparameters/ --- ## MaxiCodeExtendedParameters class -Stores a MaxiCode additional information of recognized barcode +The MaxiCodeExtendedParameters class stores a MaxiCode additional information of recognized barcode. ```csharp public sealed class MaxiCodeExtendedParameters : BaseExtendedParameters diff --git a/english/net/aspose.barcode.barcoderecognition/multydecodetype/_index.md b/english/net/aspose.barcode.barcoderecognition/multydecodetype/_index.md index 80f276081..a7ff4fd80 100644 --- a/english/net/aspose.barcode.barcoderecognition/multydecodetype/_index.md +++ b/english/net/aspose.barcode.barcoderecognition/multydecodetype/_index.md @@ -1,14 +1,14 @@ --- title: MultyDecodeType second_title: Aspose.BarCode for .NET API Reference -description: Composite decode type. +description: The MultyDecodeType class represents a composite decode type that combines SingleDecodeType and MultiDecode types. type: docs weight: 220 url: /net/aspose.barcode.barcoderecognition/multydecodetype/ --- ## MultyDecodeType class -Composite decode type. +The MultyDecodeType class represents a composite decode type that combines SingleDecodeType and MultiDecode types. ```csharp public class MultyDecodeType : BaseDecodeType, IEquatable diff --git a/english/net/aspose.barcode.barcoderecognition/onedextendedparameters/_index.md b/english/net/aspose.barcode.barcoderecognition/onedextendedparameters/_index.md index 532e898cc..3d7b51f6a 100644 --- a/english/net/aspose.barcode.barcoderecognition/onedextendedparameters/_index.md +++ b/english/net/aspose.barcode.barcoderecognition/onedextendedparameters/_index.md @@ -1,14 +1,14 @@ --- title: OneDExtendedParameters second_title: Aspose.BarCode for .NET API Reference -description: Stores special data of 1D recognized barcode like separate codetext and checksum +description: The OneDExtendedParameters class stores special data of 1D recognized barcode like separate codetext and checksum. type: docs weight: 230 url: /net/aspose.barcode.barcoderecognition/onedextendedparameters/ --- ## OneDExtendedParameters class -Stores special data of 1D recognized barcode like separate codetext and checksum +The OneDExtendedParameters class stores special data of 1D recognized barcode like separate codetext and checksum. ```csharp public sealed class OneDExtendedParameters : BaseExtendedParameters diff --git a/english/net/aspose.barcode.barcoderecognition/pdf417extendedparameters/_index.md b/english/net/aspose.barcode.barcoderecognition/pdf417extendedparameters/_index.md index 4116a736d..6ce69e169 100644 --- a/english/net/aspose.barcode.barcoderecognition/pdf417extendedparameters/_index.md +++ b/english/net/aspose.barcode.barcoderecognition/pdf417extendedparameters/_index.md @@ -1,14 +1,14 @@ --- title: Pdf417ExtendedParameters second_title: Aspose.BarCode for .NET API Reference -description: Stores a MacroPdf417 metadata information of recognized barcode +description: The Pdf417ExtendedParameters class stores a MacroPdf417 metadata information of recognized barcode. type: docs weight: 240 url: /net/aspose.barcode.barcoderecognition/pdf417extendedparameters/ --- ## Pdf417ExtendedParameters class -Stores a MacroPdf417 metadata information of recognized barcode +The Pdf417ExtendedParameters class stores a MacroPdf417 metadata information of recognized barcode. ```csharp public sealed class Pdf417ExtendedParameters : BaseExtendedParameters diff --git a/english/net/aspose.barcode.barcoderecognition/qrextendedparameters/_index.md b/english/net/aspose.barcode.barcoderecognition/qrextendedparameters/_index.md index d7fb4a700..ae925f143 100644 --- a/english/net/aspose.barcode.barcoderecognition/qrextendedparameters/_index.md +++ b/english/net/aspose.barcode.barcoderecognition/qrextendedparameters/_index.md @@ -1,14 +1,14 @@ --- title: QRExtendedParameters second_title: Aspose.BarCode for .NET API Reference -description: Stores a QR Structured Append information of recognized barcode +description: The QRExtendedParameters class stores a QR Structured Append information of recognized barcode. type: docs weight: 250 url: /net/aspose.barcode.barcoderecognition/qrextendedparameters/ --- ## QRExtendedParameters class -Stores a QR Structured Append information of recognized barcode +The QRExtendedParameters class stores a QR Structured Append information of recognized barcode. ```csharp public sealed class QRExtendedParameters : BaseExtendedParameters diff --git a/english/net/aspose.barcode.barcoderecognition/quadrangle/_index.md b/english/net/aspose.barcode.barcoderecognition/quadrangle/_index.md index 916799471..8d0692b30 100644 --- a/english/net/aspose.barcode.barcoderecognition/quadrangle/_index.md +++ b/english/net/aspose.barcode.barcoderecognition/quadrangle/_index.md @@ -1,14 +1,14 @@ --- title: Quadrangle second_title: Aspose.BarCode for .NET API Reference -description: Stores a set of four Points that represent a Quadrangle./quadrangle/ region. +description: The Quadrangle class stores a set of four Points that represent a Quadrangle./quadrangle/ region. type: docs weight: 260 url: /net/aspose.barcode.barcoderecognition/quadrangle/ --- ## Quadrangle class -Stores a set of four Points that represent a [`Quadrangle`](./quadrangle/) region. +The Quadrangle class stores a set of four Points that represent a [`Quadrangle`](./quadrangle/) region. ```csharp public class Quadrangle : IEquatable diff --git a/english/net/aspose.barcode.barcoderecognition/qualitysettings/_index.md b/english/net/aspose.barcode.barcoderecognition/qualitysettings/_index.md index bac3bd21e..632851d98 100644 --- a/english/net/aspose.barcode.barcoderecognition/qualitysettings/_index.md +++ b/english/net/aspose.barcode.barcoderecognition/qualitysettings/_index.md @@ -1,14 +1,14 @@ --- title: QualitySettings second_title: Aspose.BarCode for .NET API Reference -description: QualitySettings allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by embedded presets HighPerformance NormalQuality HighQuality MaxBarCodes or you can manually configure separate options. Default value of QualitySettings is NormalQuality. +description: The QualitySettings class allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by embedded presets HighPerformance NormalQuality HighQuality MaxBarCodes or you can manually configure separate options. Default value of QualitySettings is NormalQuality. type: docs weight: 270 url: /net/aspose.barcode.barcoderecognition/qualitysettings/ --- ## QualitySettings class -QualitySettings allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by embedded presets: HighPerformance, NormalQuality, HighQuality, MaxBarCodes or you can manually configure separate options. Default value of QualitySettings is NormalQuality. +The QualitySettings class allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by embedded presets: HighPerformance, NormalQuality, HighQuality, MaxBarCodes or you can manually configure separate options. Default value of QualitySettings is NormalQuality. ```csharp public sealed class QualitySettings diff --git a/english/net/aspose.barcode.barcoderecognition/singledecodetype/_index.md b/english/net/aspose.barcode.barcoderecognition/singledecodetype/_index.md index 20ae99f67..e88ce544a 100644 --- a/english/net/aspose.barcode.barcoderecognition/singledecodetype/_index.md +++ b/english/net/aspose.barcode.barcoderecognition/singledecodetype/_index.md @@ -1,14 +1,14 @@ --- title: SingleDecodeType second_title: Aspose.BarCode for .NET API Reference -description: Single decode type. See decode type to get instance. +description: The SingleDecodeType class represents single decode type. See decode type to get instance. type: docs weight: 290 url: /net/aspose.barcode.barcoderecognition/singledecodetype/ --- ## SingleDecodeType class -Single decode type. See decode type to get instance. +The SingleDecodeType class represents single decode type. See decode type to get instance. ```csharp public sealed class SingleDecodeType : BaseDecodeType, IEquatable