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鈥慡nippets und API鈥慏okumentation. Sie bieten Pakete, Klassen, Schnittstellen und weitere API鈥慏etails.
is_root: true
---
## Packages
| Paket | Beschreibung |
| --- | --- |
| [com.aspose.barcode](./com.aspose.barcode) | Dieses Paket enth盲lt Klassen f眉r allgemeine Zwecke zur Barcode鈥慐rzeugung und -Darstellung |
| [com.aspose.barcode.barcoderecognition](./com.aspose.barcode.barcoderecognition) | Dieses Paket enth盲lt Werkzeuge zur 1D/2D鈥態arcode鈥慐rkennung. |
| [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鈥慐rzeugung. |
| [com.aspose.barcode.metered](./com.aspose.barcode.metered) | Dieses Paket stellt die Funktionalit盲t im Zusammenhang mit dem Messabrechnungs鈥慏ienst 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鈥態arcode鈥慐rkennung.
type: docs
weight: 11
url: /de/androidjava/com.aspose.barcode.barcoderecognition/
---

Dieses Paket enth盲lt Werkzeuge zur 1D/2D鈥態arcode鈥慐rkennung.


## 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鈥慡trichcodes |
| [Code128SubType](../com.aspose.barcode.barcoderecognition/code128subtype) | Enth盲lt Typen des Code128鈥慣eilsets |
| [DataBarExtendedParameters](../com.aspose.barcode.barcoderecognition/databarextendedparameters) | Speichert zus盲tzliche DataBar鈥慖nformationen 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鈥慡trichcodes |
| [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鈥慡trichcodes |
| [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鈥慖nformationen des erkannten Strichcodes |
| [MultiDecodeType](../com.aspose.barcode.barcoderecognition/multidecodetype) | Composite鈥慏ekodierungstyp. |
| [MultyDecodeType](../com.aspose.barcode.barcoderecognition/multydecodetype) | Composite鈥慏ekodierungstyp. |
| [OneDExtendedParameters](../com.aspose.barcode.barcoderecognition/onedextendedparameters) | Speichert spezielle Daten des erkannten 1D鈥慡trichcodes, 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鈥慡tructured鈥慉ppend鈥慖nformationen 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鈥慉usnahme 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鈥慡ymbolik 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鈥態arCode. |
| [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鈥慡ymbolik 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鈥慡ymbolik 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鈥慡ymbolik 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鈥慡ymbolik 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鈥慡ymbolik 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