Skip to content

Commit e5cbddd

Browse files
Aleksander GrininAleksander Grinin
authored andcommitted
Javadoc API for Aspose.Barcode for Java release 25.12 is added
1 parent 09e8a25 commit e5cbddd

27 files changed

Lines changed: 3931 additions & 13 deletions

File tree

english/java/com.aspose.barcode.barcoderecognition/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ This package contains tools for 1D/2D barcode recognition.
5151
| [RecognitionAbortedException](../com.aspose.barcode.barcoderecognition/recognitionabortedexception) | Represents recognition abort exception which is thrown in timeout exceeding during recognition with BarCodeReader. |
5252
| [RecognitionOptions](../com.aspose.barcode.barcoderecognition/recognitionoptions) | |
5353
| [SingleDecodeType](../com.aspose.barcode.barcoderecognition/singledecodetype) | Single decode type. |
54+
| [TextEncodingDetection](../com.aspose.barcode.barcoderecognition/textencodingdetection) | |
5455

5556
## Interfaces
5657

english/java/com.aspose.barcode.barcoderecognition/australiapostcustomerinformationdecoder/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: AustraliaPostCustomerInformationDecoder
33
second_title: Aspose.BarCode for Java API Reference
44
description: Public interface for Customer Information Field decoding which is used in AustraliaPost symbology.
55
type: docs
6-
weight: 47
6+
weight: 48
77
url: /java/com.aspose.barcode.barcoderecognition/australiapostcustomerinformationdecoder/
88
---```
99
public interface AustraliaPostCustomerInformationDecoder

english/java/com.aspose.barcode.barcoderecognition/barcodequalitymode/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: BarcodeQualityMode
33
second_title: Aspose.BarCode for Java API Reference
44
description:
55
type: docs
6-
weight: 48
6+
weight: 49
77
url: /java/com.aspose.barcode.barcoderecognition/barcodequalitymode/
88
---
99
**Inheritance:**

english/java/com.aspose.barcode.barcoderecognition/checksumvalidation/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ChecksumValidation
33
second_title: Aspose.BarCode for Java API Reference
44
description:
55
type: docs
6-
weight: 49
6+
weight: 50
77
url: /java/com.aspose.barcode.barcoderecognition/checksumvalidation/
88
---
99
**Inheritance:**

english/java/com.aspose.barcode.barcoderecognition/complexbackgroundmode/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ComplexBackgroundMode
33
second_title: Aspose.BarCode for Java API Reference
44
description:
55
type: docs
6-
weight: 50
6+
weight: 51
77
url: /java/com.aspose.barcode.barcoderecognition/complexbackgroundmode/
88
---
99
**Inheritance:**

english/java/com.aspose.barcode.barcoderecognition/customerinformationinterpretingtype/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CustomerInformationInterpretingType
33
second_title: Aspose.BarCode for Java API Reference
44
description: Defines the interpreting typeC_TABLE or N_TABLE of customer information for AustralianPost BarCode.
55
type: docs
6-
weight: 51
6+
weight: 52
77
url: /java/com.aspose.barcode.barcoderecognition/customerinformationinterpretingtype/
88
---
99
**Inheritance:**

english/java/com.aspose.barcode.barcoderecognition/deconvolutionmode/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: DeconvolutionMode
33
second_title: Aspose.BarCode for Java API Reference
44
description:
55
type: docs
6-
weight: 52
6+
weight: 53
77
url: /java/com.aspose.barcode.barcoderecognition/deconvolutionmode/
88
---
99
**Inheritance:**

english/java/com.aspose.barcode.barcoderecognition/inverseimagemode/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: InverseImageMode
33
second_title: Aspose.BarCode for Java API Reference
44
description:
55
type: docs
6-
weight: 53
6+
weight: 54
77
url: /java/com.aspose.barcode.barcoderecognition/inverseimagemode/
88
---
99
**Inheritance:**
Lines changed: 149 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,149 @@
1+
---
2+
title: TextEncodingDetection
3+
second_title: Aspose.BarCode for Java API Reference
4+
description:
5+
type: docs
6+
weight: 47
7+
url: /java/com.aspose.barcode.barcoderecognition/textencodingdetection/
8+
---
9+
**Inheritance:**
10+
java.lang.Object
11+
```
12+
public class TextEncodingDetection
13+
```
14+
## Constructors
15+
16+
| Constructor | Description |
17+
| --- | --- |
18+
| [TextEncodingDetection()](#TextEncodingDetection--) | |
19+
## Methods
20+
21+
| Method | Description |
22+
| --- | --- |
23+
| [equals(Object arg0)](#equals-java.lang.Object-) | |
24+
| [getClass()](#getClass--) | |
25+
| [hashCode()](#hashCode--) | |
26+
| [notify()](#notify--) | |
27+
| [notifyAll()](#notifyAll--) | |
28+
| [toString()](#toString--) | |
29+
| [tryToDetectAndEncodeText(String str)](#tryToDetectAndEncodeText-java.lang.String-) | |
30+
| [wait()](#wait--) | |
31+
| [wait(long arg0)](#wait-long-) | |
32+
| [wait(long arg0, int arg1)](#wait-long-int-) | |
33+
### TextEncodingDetection() {#TextEncodingDetection--}
34+
```
35+
public TextEncodingDetection()
36+
```
37+
38+
39+
### equals(Object arg0) {#equals-java.lang.Object-}
40+
```
41+
public boolean equals(Object arg0)
42+
```
43+
44+
45+
46+
47+
**Parameters:**
48+
| Parameter | Type | Description |
49+
| --- | --- | --- |
50+
| arg0 | java.lang.Object | |
51+
52+
**Returns:**
53+
boolean
54+
### getClass() {#getClass--}
55+
```
56+
public final native Class<?> getClass()
57+
```
58+
59+
60+
61+
62+
**Returns:**
63+
java.lang.Class<?>
64+
### hashCode() {#hashCode--}
65+
```
66+
public native int hashCode()
67+
```
68+
69+
70+
71+
72+
**Returns:**
73+
int
74+
### notify() {#notify--}
75+
```
76+
public final native void notify()
77+
```
78+
79+
80+
81+
82+
### notifyAll() {#notifyAll--}
83+
```
84+
public final native void notifyAll()
85+
```
86+
87+
88+
89+
90+
### toString() {#toString--}
91+
```
92+
public String toString()
93+
```
94+
95+
96+
97+
98+
**Returns:**
99+
java.lang.String
100+
### tryToDetectAndEncodeText(String str) {#tryToDetectAndEncodeText-java.lang.String-}
101+
```
102+
public static String tryToDetectAndEncodeText(String str)
103+
```
104+
105+
106+
107+
108+
**Parameters:**
109+
| Parameter | Type | Description |
110+
| --- | --- | --- |
111+
| str | java.lang.String | |
112+
113+
**Returns:**
114+
java.lang.String
115+
### wait() {#wait--}
116+
```
117+
public final void wait()
118+
```
119+
120+
121+
122+
123+
### wait(long arg0) {#wait-long-}
124+
```
125+
public final native void wait(long arg0)
126+
```
127+
128+
129+
130+
131+
**Parameters:**
132+
| Parameter | Type | Description |
133+
| --- | --- | --- |
134+
| arg0 | long | |
135+
136+
### wait(long arg0, int arg1) {#wait-long-int-}
137+
```
138+
public final void wait(long arg0, int arg1)
139+
```
140+
141+
142+
143+
144+
**Parameters:**
145+
| Parameter | Type | Description |
146+
| --- | --- | --- |
147+
| arg0 | long | |
148+
| arg1 | int | |
149+

english/java/com.aspose.barcode.barcoderecognition/xdimensionmode/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: XDimensionMode
33
second_title: Aspose.BarCode for Java API Reference
44
description:
55
type: docs
6-
weight: 54
6+
weight: 55
77
url: /java/com.aspose.barcode.barcoderecognition/xdimensionmode/
88
---
99
**Inheritance:**

0 commit comments

Comments
 (0)