PageBarcodeArea
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.parser.data.PageArea
public class PageBarcodeArea extends PageArea
Represents a page barcode area which is used to represent a barcode value in the parsing by template functionality.
| Constructor | Description |
|---|---|
| PageBarcodeArea(String value, String codeTypeName, int confidence, double angle, Page page, Rectangle rectangle) | Initializes a new instance of the PageBarcodeArea class. |
| Method | Description |
|---|---|
| getValue() | Gets the barcode value. |
| getCodeTypeName() | Gets the name of the barcode type. |
| getConfidence() | Gets the level of confidence of the parsed barcode. |
| getAngle() | Gets the angle of the barcode. |
PageBarcodeArea(String value, String codeTypeName, int confidence, double angle, Page page, Rectangle rectangle)
public PageBarcodeArea(String value, String codeTypeName, int confidence, double angle, Page page, Rectangle rectangle)
Initializes a new instance of the PageBarcodeArea class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The value of the barcode. |
| codeTypeName | java.lang.String | The type name of the barcode. |
| confidence | int | The level of confidence of the parsered barcode. |
| angle | double | The angle of the barcode. |
| page | Page | The page that contains the barcode area. |
| rectangle | Rectangle | The rectangular area that contains the barcode area. |
public String getValue()
Gets the barcode value.
Returns: java.lang.String - A string value that represents a value of the barcode page area.
public String getCodeTypeName()
Gets the name of the barcode type.
Returns: java.lang.String - A string value than represents a type name of the barcode.
public int getConfidence()
Gets the level of confidence of the parsed barcode.
Returns: int - An integer value that represents the confidence of the parsed barcode (0-100).
public double getAngle()
Gets the angle of the barcode.
Returns: double - An integer value that represents the angle of the barcode (0-360).
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.