Skip to content
Open
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions russian/androidjava/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Aspose.BarCode для Android через Java
type: docs
weight: 12
url: /ru/androidjava/
description: Справочники API Aspose.BarCode для Android через Java содержат примеры, фрагменты кода и документацию API. Они предоставляют пакеты, классы, интерфейсы и другие детали API.
is_root: true
---
## Packages
| Пакет | Описание |
| --- | --- |
| [com.aspose.barcode](./com.aspose.barcode) | Этот пакет содержит классы общего назначения для генерации и отрисовки штрих-кодов |
| [com.aspose.barcode.barcoderecognition](./com.aspose.barcode.barcoderecognition) | Этот пакет содержит инструменты для распознавания 1D/2D штрих-кодов. |
| [com.aspose.barcode.complexbarcode](./com.aspose.barcode.complexbarcode) | Этот пакет содержит инструменты для обработки сложных штрих-кодов |
| [com.aspose.barcode.component.barcodescanner](./com.aspose.barcode.component.barcodescanner) | |
| [com.aspose.barcode.component.barcodescanner.recognitionareaview](./com.aspose.barcode.component.barcodescanner.recognitionareaview) | |
| [com.aspose.barcode.generation](./com.aspose.barcode.generation) | Этот пакет содержит инструменты для генерации штрих-кодов. |
| [com.aspose.barcode.metered](./com.aspose.barcode.metered) | Этот пакет предоставляет функциональность, связанную со службой измеряемой тарификации. |
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
---
title: com.aspose.barcode.barcoderecognition
second_title: Справочник API Aspose.BarCode для Android через Java
description: Этот пакет содержит инструменты для распознавания 1D/2D штрих-кодов.
type: docs
weight: 11
url: /ru/androidjava/com.aspose.barcode.barcoderecognition/
---

Этот пакет содержит инструменты для распознавания 1D/2D штрих-кодов.


## Классы

| Класс | Описание |
| --- | --- |
| [AustraliaPostSettings](../com.aspose.barcode.barcoderecognition/australiapostsettings) | Параметры декодирования AustraliaPost. |
| [AustraliaPostSettingsInternal](../com.aspose.barcode.barcoderecognition/australiapostsettingsinternal) | |
| [AztecExtendedParameters](../com.aspose.barcode.barcoderecognition/aztecextendedparameters) | Сохраняет специальные данные распознанного штрихкода Aztec |
| [BarCodeConfidence](../com.aspose.barcode.barcoderecognition/barcodeconfidence) | Содержит уровень уверенности распознавания |
| [BarCodeExtendedParameters](../com.aspose.barcode.barcoderecognition/barcodeextendedparameters) | Сохраняет расширенные параметры распознанного штрихкода |
| [BarCodeReader](../com.aspose.barcode.barcoderecognition/barcodereader) | BarCodeReader инкапсулирует изображение, которое может содержать один или несколько штрихкодов, после чего может выполнить операцию ReadBarCodes для обнаружения штрихкодов. |
| [BarCodeRecognitionException](../com.aspose.barcode.barcoderecognition/barcoderecognitionexception) | Общее исключение, выбрасываемое BarCodeReader, наследуемое от BarCodeException |
| [BarCodeRegionParameters](../com.aspose.barcode.barcoderecognition/barcoderegionparameters) | Представляет регион распознанного штрихкода и угол штрихкода |
| [BarCodeResult](../com.aspose.barcode.barcoderecognition/barcoderesult) | Сохраняет данные распознанного штрихкода, такие как тип SingleDecodeType, строка codetext, BarCodeRegionParameters region и другие параметры |
| [BarCodeResultInternalCalls](../com.aspose.barcode.barcoderecognition/barcoderesultinternalcalls) | |
| [BarcodeSettings](../com.aspose.barcode.barcoderecognition/barcodesettings) | Основные параметры декодирования BarCode. |
| [BarcodeSettingsInternal](../com.aspose.barcode.barcoderecognition/barcodesettingsinternal) | |
| [BarcodeSvmDetectorSettings](../com.aspose.barcode.barcoderecognition/barcodesvmdetectorsettings) | Настройки детектора штрихкодов. |
| [BaseDecodeType](../com.aspose.barcode.barcoderecognition/basedecodetype) | Базовый класс для MultiDecodeType и SingleDecodeType. |
| [BaseExtendedParameters](../com.aspose.barcode.barcoderecognition/baseextendedparameters) | Базовый класс для хранения расширенных параметров распознанного штрихкода |
| [CodabarExtendedParameters](../com.aspose.barcode.barcoderecognition/codabarextendedparameters) | Сохраняет дополнительную информацию Codabar распознанного штрихкода |
| [Code128DataPortion](../com.aspose.barcode.barcoderecognition/code128dataportion) | Содержит данные подтипа для штрихкода типа Code128 |
| [Code128DataPortionInternal](../com.aspose.barcode.barcoderecognition/code128dataportioninternal) | |
| [Code128ExtendedParameters](../com.aspose.barcode.barcoderecognition/code128extendedparameters) | Сохраняет специальные данные распознанного штрихкода Code128 |
| [Code128SubType](../com.aspose.barcode.barcoderecognition/code128subtype) | Содержит типы подмножества Code128 |
| [DataBarExtendedParameters](../com.aspose.barcode.barcoderecognition/databarextendedparameters) | Сохраняет дополнительную информацию DataBar распознанного штрихкода BarCodeReader reader = new BarCodeReader("test.png", DecodeType.DATABAR\_OMNI\_DIRECTIONAL); for(BarCodeResult result : reader.readBarCodes()) System.out.println("BarCode Type: " + result.getCodeTypeName()); System.out.println("BarCode CodeText: " + result.getCodeText()); System.out.println("QR Structured Append Quantity: " + result.getExtended().getQR().getQRStructuredAppendModeBarCodesQuantity()); |
| [DataMatrixExtendedParameters](../com.aspose.barcode.barcoderecognition/datamatrixextendedparameters) | Сохраняет специальные данные распознанного штрихкода DataMatrix |
| [DecodeType](../com.aspose.barcode.barcoderecognition/decodetype) | Укажите тип штрихкода для чтения. |
| [DotCodeExtendedParameters](../com.aspose.barcode.barcoderecognition/dotcodeextendedparameters) | Сохраняет специальные данные распознанного штрихкода DotCode |
| [GS1CompositeBarExtendedParameters](../com.aspose.barcode.barcoderecognition/gs1compositebarextendedparameters) | Сохраняет специальные данные распознанного штрихкода **GS1 Composite Bar** |
| [ImageScalingModeInternal](../com.aspose.barcode.barcoderecognition/imagescalingmodeinternal) | |
| [MaxiCodeExtendedParameters](../com.aspose.barcode.barcoderecognition/maxicodeextendedparameters) | Сохраняет дополнительную информацию MaxiCode распознанного штрихкода |
| [MultiDecodeType](../com.aspose.barcode.barcoderecognition/multidecodetype) | Составной тип декодирования. |
| [MultyDecodeType](../com.aspose.barcode.barcoderecognition/multydecodetype) | Составной тип декодирования. |
| [OneDExtendedParameters](../com.aspose.barcode.barcoderecognition/onedextendedparameters) | Сохраняет специальные данные 1D распознанного штрихкода, такие как отдельный кодтекст и контрольную сумму |
| [Pdf417ExtendedParameters](../com.aspose.barcode.barcoderecognition/pdf417extendedparameters) | Сохраняет метаданные MacroPdf417 распознанного штрихкода |
| [ProcessorSettings](../com.aspose.barcode.barcoderecognition/processorsettings) | ProcessorSettings позволяют распознавать штрихкоды с многопоточным повышением производительности |
| [QRExtendedParameters](../com.aspose.barcode.barcoderecognition/qrextendedparameters) | Сохраняет информацию QR Structured Append распознанного штрихкода |
| [Quadrangle](../com.aspose.barcode.barcoderecognition/quadrangle) | Сохраняет набор из четырёх Point , представляющих регион Quadrangle . |
| [QualitySettings](../com.aspose.barcode.barcoderecognition/qualitysettings) | QualitySettings позволяет вручную настраивать качество и скорость распознавания. |
| [QualitySettingsInternal](../com.aspose.barcode.barcoderecognition/qualitysettingsinternal) | |
| [RecognitionAbortedException](../com.aspose.barcode.barcoderecognition/recognitionabortedexception) | Представляет исключение прерывания распознавания, которое выбрасывается при превышении тайм‑аута во время распознавания с BarCodeReader. |
| [RecognitionOptions](../com.aspose.barcode.barcoderecognition/recognitionoptions) | |
| [SingleDecodeType](../com.aspose.barcode.barcoderecognition/singledecodetype) | Одинарный тип декодирования. |
| [TextEncodingDetection](../com.aspose.barcode.barcoderecognition/textencodingdetection) | |

## Интерфейсы

| Интерфейс | Описание |
| --- | --- |
| [AustraliaPostCustomerInformationDecoder](../com.aspose.barcode.barcoderecognition/australiapostcustomerinformationdecoder) | Публичный интерфейс для декодирования поля Customer Information Field, используемого в символьной системе AustraliaPost. |

## Перечисления

| Перечисление | Описание |
| --- | --- |
| [BarcodeQualityMode](../com.aspose.barcode.barcoderecognition/barcodequalitymode) | |
| [ChecksumValidation](../com.aspose.barcode.barcoderecognition/checksumvalidation) | |
| [ComplexBackgroundMode](../com.aspose.barcode.barcoderecognition/complexbackgroundmode) | |
| [CustomerInformationInterpretingType](../com.aspose.barcode.barcoderecognition/customerinformationinterpretingtype) | Определяет тип интерпретации (C\_TABLE или N\_TABLE) клиентской информации для штрихкода AustralianPost. |
| [DeconvolutionMode](../com.aspose.barcode.barcoderecognition/deconvolutionmode) | |
| [ImageScalingMode](../com.aspose.barcode.barcoderecognition/imagescalingmode) | Укажите размер масштабированного изображения |
| [InverseImageMode](../com.aspose.barcode.barcoderecognition/inverseimagemode) | |
| [XDimensionMode](../com.aspose.barcode.barcoderecognition/xdimensionmode) | |
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: AustraliaPostCustomerInformationDecoder
second_title: Справочник API Aspose.BarCode для Android через Java
description: Публичный интерфейс для декодирования поля Customer Information Field, используемого в символьной системе AustraliaPost.
type: docs
weight: 50
url: /ru/androidjava/com.aspose.barcode.barcoderecognition/australiapostcustomerinformationdecoder/
---```
public interface AustraliaPostCustomerInformationDecoder
```

Public interface for Customer Information Field decoding which is used in AustraliaPost symbology. Implementation should be provided by user.
## Methods

| Method | Description |
| --- | --- |
| [decode(String customerInformationField)](#decode-java.lang.String-) | Decode Customer Information Field from AustraliaPost symbology. |
### decode(String customerInformationField) {#decode-java.lang.String-}
```
public abstract String decode(String customerInformationField)
```


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. Example String[] N\_Table = \{ "00", "01", "02", "10", "11", "12", "20", "21", "22", "30" \}; public String decode(String customerInformationField) \{ StringBuilder bd = new StringBuilder(); for (int i = 0; customerInformationField.length > i; i += 2) \{ if (customerInformationField.length >= i + 2) \{ String tmp = customerInformationField.substring(i, i + 2); for (int j = 0; N\_Table.Length > j; j++) \{ if (N\_Table[j].equals(tmp)) \{ bd.append(j); break; \} \} \} \} return bd.toString(); \}

**Parameters:**
| Parameter | Type | Description |
| --- | --- | --- |
| customerInformationField | java.lang.String | The Customer Information Field encoded as row of raw bar values: 0, 1, 2 or 3 |

**Returns:**
java.lang.String - the decoded Customer Information Field string
Loading