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 german/androidjava/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Aspose.BarCode für Android via Java
type: docs
weight: 12
url: /de/androidjava/
description: Aspose.BarCode für Android via Java API-Referenzen enthalten Beispiele, Code‑Snippets und API‑Dokumentation. Sie bieten Pakete, Klassen, Schnittstellen und weitere API‑Details.
is_root: true
---
## Packages
| Paket | Beschreibung |
| --- | --- |
| [com.aspose.barcode](./com.aspose.barcode) | Dieses Paket enthält Klassen für allgemeine Zwecke zur Barcode‑Erzeugung und -Darstellung |
| [com.aspose.barcode.barcoderecognition](./com.aspose.barcode.barcoderecognition) | Dieses Paket enthält Werkzeuge zur 1D/2D‑Barcode‑Erkennung. |
| [com.aspose.barcode.complexbarcode](./com.aspose.barcode.complexbarcode) | Dieses Paket enthält Werkzeuge zur Verarbeitung komplexer Barcodes. |
| [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) | Dieses Paket enthält Werkzeuge zur Barcode‑Erzeugung. |
| [com.aspose.barcode.metered](./com.aspose.barcode.metered) | Dieses Paket stellt die Funktionalität im Zusammenhang mit dem Messabrechnungs‑Dienst bereit. |
75 changes: 75 additions & 0 deletions german/androidjava/com.aspose.barcode.barcoderecognition/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
---
title: com.aspose.barcode.barcoderecognition
second_title: Aspose.BarCode für Android via Java API-Referenz
description: Dieses Paket enthält Werkzeuge zur 1D/2D‑Barcode‑Erkennung.
type: docs
weight: 11
url: /de/androidjava/com.aspose.barcode.barcoderecognition/
---

Dieses Paket enthält Werkzeuge zur 1D/2D‑Barcode‑Erkennung.


## Klassen

| Klasse | Beschreibung |
| --- | --- |
| [AustraliaPostSettings](../com.aspose.barcode.barcoderecognition/australiapostsettings) | Dekodierungsparameter für AustraliaPost. |
| [AustraliaPostSettingsInternal](../com.aspose.barcode.barcoderecognition/australiapostsettingsinternal) | |
| [AztecExtendedParameters](../com.aspose.barcode.barcoderecognition/aztecextendedparameters) | Speichert spezielle Daten des erkannten Aztec-Barcodes |
| [BarCodeConfidence](../com.aspose.barcode.barcoderecognition/barcodeconfidence) | Enthält das Erkennungsvertrauensniveau |
| [BarCodeExtendedParameters](../com.aspose.barcode.barcoderecognition/barcodeextendedparameters) | Speichert erweiterte Parameter des erkannten Barcodes |
| [BarCodeReader](../com.aspose.barcode.barcoderecognition/barcodereader) | BarCodeReader kapselt ein Bild, das einen oder mehrere Barcodes enthalten kann, und kann anschließend die ReadBarCodes-Operation ausführen, um Barcodes zu erkennen. |
| [BarCodeRecognitionException](../com.aspose.barcode.barcoderecognition/barcoderecognitionexception) | Allgemeine Ausnahme, die von BarCodeReader ausgelöst wird und von BarCodeException erbt |
| [BarCodeRegionParameters](../com.aspose.barcode.barcoderecognition/barcoderegionparameters) | Stellt den Bereich des erkannten Barcodes und den Barcode-Winkel dar |
| [BarCodeResult](../com.aspose.barcode.barcoderecognition/barcoderesult) | Speichert erkannte Barcode-Daten wie den Typ SingleDecodeType, den String codetext, die BarCodeRegionParameters-Region und weitere Parameter |
| [BarCodeResultInternalCalls](../com.aspose.barcode.barcoderecognition/barcoderesultinternalcalls) | |
| [BarcodeSettings](../com.aspose.barcode.barcoderecognition/barcodesettings) | Die wichtigsten BarCode-Dekodierungsparameter. |
| [BarcodeSettingsInternal](../com.aspose.barcode.barcoderecognition/barcodesettingsinternal) | |
| [BarcodeSvmDetectorSettings](../com.aspose.barcode.barcoderecognition/barcodesvmdetectorsettings) | Barcode-Detektoreinstellungen. |
| [BaseDecodeType](../com.aspose.barcode.barcoderecognition/basedecodetype) | Basisklasse für MultiDecodeType und SingleDecodeType. |
| [BaseExtendedParameters](../com.aspose.barcode.barcoderecognition/baseextendedparameters) | Grundklasse für das Speichern erweiterter Parameter erkannter Barcodes |
| [CodabarExtendedParameters](../com.aspose.barcode.barcoderecognition/codabarextendedparameters) | Speichert zusätzliche Informationen des erkannten Codabar-Barcodes |
| [Code128DataPortion](../com.aspose.barcode.barcoderecognition/code128dataportion) | Enthält die Daten des Subtyps für den Code128-Barcode |
| [Code128DataPortionInternal](../com.aspose.barcode.barcoderecognition/code128dataportioninternal) | |
| [Code128ExtendedParameters](../com.aspose.barcode.barcoderecognition/code128extendedparameters) | Speichert spezielle Daten des erkannten Code128‑Strichcodes |
| [Code128SubType](../com.aspose.barcode.barcoderecognition/code128subtype) | Enthält Typen des Code128‑Teilsets |
| [DataBarExtendedParameters](../com.aspose.barcode.barcoderecognition/databarextendedparameters) | Speichert zusätzliche DataBar‑Informationen des erkannten Strichcodes 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) | Speichert spezielle Daten des erkannten DataMatrix‑Strichcodes |
| [DecodeType](../com.aspose.barcode.barcoderecognition/decodetype) | Geben Sie den zu lesenden Strichcodetyp an. |
| [DotCodeExtendedParameters](../com.aspose.barcode.barcoderecognition/dotcodeextendedparameters) | Speichert spezielle Daten des erkannten DotCode‑Strichcodes |
| [GS1CompositeBarExtendedParameters](../com.aspose.barcode.barcoderecognition/gs1compositebarextendedparameters) | Speichert spezielle Daten des erkannten **GS1 Composite Bar** Strichcodes |
| [ImageScalingModeInternal](../com.aspose.barcode.barcoderecognition/imagescalingmodeinternal) | |
| [MaxiCodeExtendedParameters](../com.aspose.barcode.barcoderecognition/maxicodeextendedparameters) | Speichert zusätzliche MaxiCode‑Informationen des erkannten Strichcodes |
| [MultiDecodeType](../com.aspose.barcode.barcoderecognition/multidecodetype) | Composite‑Dekodierungstyp. |
| [MultyDecodeType](../com.aspose.barcode.barcoderecognition/multydecodetype) | Composite‑Dekodierungstyp. |
| [OneDExtendedParameters](../com.aspose.barcode.barcoderecognition/onedextendedparameters) | Speichert spezielle Daten des erkannten 1D‑Strichcodes, wie separaten Codetext und Prüfsumme |
| [Pdf417ExtendedParameters](../com.aspose.barcode.barcoderecognition/pdf417extendedparameters) | Speichert Metadateninformationen von MacroPdf417 des erkannten Strichcodes |
| [ProcessorSettings](../com.aspose.barcode.barcoderecognition/processorsettings) | ProcessorSettings ermöglichen das Erkennen von Strichcodes mit mehrthreadiger Leistungssteigerung |
| [QRExtendedParameters](../com.aspose.barcode.barcoderecognition/qrextendedparameters) | Speichert QR‑Structured‑Append‑Informationen des erkannten Strichcodes |
| [Quadrangle](../com.aspose.barcode.barcoderecognition/quadrangle) | Speichert ein Set von vier Point s, die eine Quadrangle Region darstellen. |
| [QualitySettings](../com.aspose.barcode.barcoderecognition/qualitysettings) | QualitySettings ermöglicht die manuelle Konfiguration von Erkennungsqualität und -geschwindigkeit. |
| [QualitySettingsInternal](../com.aspose.barcode.barcoderecognition/qualitysettingsinternal) | |
| [RecognitionAbortedException](../com.aspose.barcode.barcoderecognition/recognitionabortedexception) | Stellt eine Erkennungsabbruch‑Ausnahme dar, die bei Überschreitung des Zeitlimits während der Erkennung mit BarCodeReader ausgelöst wird. |
| [RecognitionOptions](../com.aspose.barcode.barcoderecognition/recognitionoptions) | |
| [SingleDecodeType](../com.aspose.barcode.barcoderecognition/singledecodetype) | Einzelner Dekodierungstyp. |
| [TextEncodingDetection](../com.aspose.barcode.barcoderecognition/textencodingdetection) | |

## Schnittstellen

| Schnittstelle | Beschreibung |
| --- | --- |
| [AustraliaPostCustomerInformationDecoder](../com.aspose.barcode.barcoderecognition/australiapostcustomerinformationdecoder) | Öffentliche Schnittstelle für die Decodierung des Customer Information Field, die in der AustraliaPost‑Symbolik verwendet wird. |

## Aufzählungen

| Aufzählung | Beschreibung |
| --- | --- |
| [BarcodeQualityMode](../com.aspose.barcode.barcoderecognition/barcodequalitymode) | |
| [ChecksumValidation](../com.aspose.barcode.barcoderecognition/checksumvalidation) | |
| [ComplexBackgroundMode](../com.aspose.barcode.barcoderecognition/complexbackgroundmode) | |
| [CustomerInformationInterpretingType](../com.aspose.barcode.barcoderecognition/customerinformationinterpretingtype) | Definiert den Interpretations­typ (C\_TABLE oder N\_TABLE) der Kundeninformation für AustralianPost‑BarCode. |
| [DeconvolutionMode](../com.aspose.barcode.barcoderecognition/deconvolutionmode) | |
| [ImageScalingMode](../com.aspose.barcode.barcoderecognition/imagescalingmode) | Geben Sie die Größe des skalierten Bildes an. |
| [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: Aspose.BarCode für Android via Java API-Referenz
description: Öffentliche Schnittstelle für die Decodierung des Customer Information Field, die in der AustraliaPost‑Symbolik verwendet wird.
type: docs
weight: 50
url: /de/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
Original file line number Diff line number Diff line change
@@ -0,0 +1,199 @@
---
title: AustraliaPostSettings
second_title: Aspose.BarCode für Android via Java API-Referenz
description: Dekodierungsparameter für AustraliaPost.
type: docs
weight: 10
url: /de/androidjava/com.aspose.barcode.barcoderecognition/australiapostsettings/
---
**Inheritance:**
java.lang.Object
```
public class AustraliaPostSettings
```

AustraliaPost decoding parameters. Contains parameters which make influence on recognized data of AustraliaPost symbology.
## Methods

| Method | Beschreibung |
| --- | --- |
| [equals(Object arg0)](#equals-java.lang.Object-) | |
| [getClass()](#getClass--) | |
| [getCustomerInformationDecoder()](#getCustomerInformationDecoder--) | Öffentliche Schnittstelle für die Decodierung des Customer Information Field, die in der AustraliaPost‑Symbolik verwendet wird. |
| [getCustomerInformationInterpretingType()](#getCustomerInformationInterpretingType--) | Gets or sets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpretingType.OTHER. |
| [getIgnoreEndingFillingPatternsForCTable()](#getIgnoreEndingFillingPatternsForCTable--) | The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. |
| [hashCode()](#hashCode--) | |
| [notify()](#notify--) | |
| [notifyAll()](#notifyAll--) | |
| [setCustomerInformationDecoder(AustraliaPostCustomerInformationDecoder value)](#setCustomerInformationDecoder-com.aspose.barcode.barcoderecognition.AustraliaPostCustomerInformationDecoder-) | Öffentliche Schnittstelle für die Decodierung des Customer Information Field, die in der AustraliaPost‑Symbolik verwendet wird. |
| [setCustomerInformationInterpretingType(CustomerInformationInterpretingType value)](#setCustomerInformationInterpretingType-com.aspose.barcode.barcoderecognition.CustomerInformationInterpretingType-) | Gets or sets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpretingType.OTHER. |
| [setIgnoreEndingFillingPatternsForCTable(boolean value)](#setIgnoreEndingFillingPatternsForCTable-boolean-) | The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. |
| [toString()](#toString--) | |
| [wait()](#wait--) | |
| [wait(long arg0)](#wait-long-) | |
| [wait(long arg0, int arg1)](#wait-long-int-) | |
### equals(Object arg0) {#equals-java.lang.Object-}
```
public boolean equals(Object arg0)
```




**Parameters:**
| Parameter | Type | Beschreibung |
| --- | --- | --- |
| arg0 | java.lang.Object | |

**Returns:**
boolean
### getClass() {#getClass--}
```
public final native Class<?> getClass()
```




**Returns:**
java.lang.Class<?>
### getCustomerInformationDecoder() {#getCustomerInformationDecoder--}
```
public AustraliaPostCustomerInformationDecoder getCustomerInformationDecoder()
```


Öffentliche Schnittstelle für die Decodierung des Customer Information Field, die in der AustraliaPost‑Symbolik verwendet wird.

**Returns:**
[AustraliaPostCustomerInformationDecoder](../../com.aspose.barcode.barcoderecognition/australiapostcustomerinformationdecoder) - Public interface for Customer Information Field decoding which is used in AustraliaPost symbology.
### getCustomerInformationInterpretingType() {#getCustomerInformationInterpretingType--}
```
public CustomerInformationInterpretingType getCustomerInformationInterpretingType()
```


Gets or sets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpretingType.OTHER.

**Returns:**
[CustomerInformationInterpretingType](../../com.aspose.barcode.barcoderecognition/customerinformationinterpretingtype) - The interpreting type (CTable, NTable or Other) of customer information for AustralianPost BarCode
### getIgnoreEndingFillingPatternsForCTable() {#getIgnoreEndingFillingPatternsForCTable--}
```
public boolean getIgnoreEndingFillingPatternsForCTable()
```


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". Example BarcodeGenerator generator = new BarcodeGenerator(EncodeTypes.AUSTRALIA\_POST, "5912345678AB"); generator.getParameters().getBarcode().getAustralianPost().setAustralianPostEncodingTable(CustomerInformationInterpretingType.C\_TABLE); Bitmap image = generator.generateBarCodeImage(); BarCodeReader reader = new BarCodeReader(image, DecodeType.AUSTRALIA\_POST); reader.getBarcodeSettings().getAustraliaPost().setCustomerInformationInterpretingType(CustomerInformationInterpretingType.C\_TABLE); reader.getBarcodeSettings().getAustraliaPost().setIgnoreEndingFillingPatternsForCTable(true); for(BarCodeResult result : reader.readBarCodes()) \{ System.out.println("BarCode Type: " + result.getCodeType()); System.out.println("BarCode CodeText: " + result.getCodeText()); \}

**Returns:**
boolean - The flag which force AustraliaPost decoder to ignore last filling patterns during CTable method decoding
### hashCode() {#hashCode--}
```
public native int hashCode()
```




**Returns:**
int
### notify() {#notify--}
```
public final native void notify()
```




### notifyAll() {#notifyAll--}
```
public final native void notifyAll()
```




### setCustomerInformationDecoder(AustraliaPostCustomerInformationDecoder value) {#setCustomerInformationDecoder-com.aspose.barcode.barcoderecognition.AustraliaPostCustomerInformationDecoder-}
```
public void setCustomerInformationDecoder(AustraliaPostCustomerInformationDecoder value)
```


Öffentliche Schnittstelle für die Decodierung des Customer Information Field, die in der AustraliaPost‑Symbolik verwendet wird.

**Parameters:**
| Parameter | Type | Beschreibung |
| --- | --- | --- |
| value | [AustraliaPostCustomerInformationDecoder](../../com.aspose.barcode.barcoderecognition/australiapostcustomerinformationdecoder) | |

### setCustomerInformationInterpretingType(CustomerInformationInterpretingType value) {#setCustomerInformationInterpretingType-com.aspose.barcode.barcoderecognition.CustomerInformationInterpretingType-}
```
public void setCustomerInformationInterpretingType(CustomerInformationInterpretingType value)
```


Gets or sets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpretingType.OTHER.

**Parameters:**
| Parameter | Type | Beschreibung |
| --- | --- | --- |
| value | [CustomerInformationInterpretingType](../../com.aspose.barcode.barcoderecognition/customerinformationinterpretingtype) | The interpreting type (CTable, NTable or Other) of customer information for AustralianPost BarCode |

### setIgnoreEndingFillingPatternsForCTable(boolean value) {#setIgnoreEndingFillingPatternsForCTable-boolean-}
```
public void setIgnoreEndingFillingPatternsForCTable(boolean value)
```


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". Example BarcodeGenerator generator = new BarcodeGenerator(EncodeTypes.AUSTRALIA\_POST, "5912345678AB"); generator.getParameters().getBarcode().getAustralianPost().setAustralianPostEncodingTable(CustomerInformationInterpretingType.C\_TABLE); Bitmap image = generator.generateBarCodeImage(); BarCodeReader reader = new BarCodeReader(image, DecodeType.AUSTRALIA\_POST); reader.getBarcodeSettings().getAustraliaPost().setCustomerInformationInterpretingType(CustomerInformationInterpretingType.C\_TABLE); reader.getBarcodeSettings().getAustraliaPost().setIgnoreEndingFillingPatternsForCTable(true); for(BarCodeResult result : reader.readBarCodes()) \{ System.out.println("BarCode Type: " + result.getCodeType()); System.out.println("BarCode CodeText: " + result.getCodeText()); \}

**Parameters:**
| Parameter | Type | Beschreibung |
| --- | --- | --- |
| Wert | boolean | |

### toString() {#toString--}
```
public String toString()
```




**Returns:**
java.lang.String
### wait() {#wait--}
```
public final void wait()
```




### wait(long arg0) {#wait-long-}
```
public final void wait(long arg0)
```




**Parameters:**
| Parameter | Type | Beschreibung |
| --- | --- | --- |
| arg0 | long | |

### wait(long arg0, int arg1) {#wait-long-int-}
```
public final void wait(long arg0, int arg1)
```




**Parameters:**
| Parameter | Type | Beschreibung |
| --- | --- | --- |
| arg0 | long | |
| arg1 | int | |

Loading