BarCodeRegionParameters
BarCodeRegionParameters class
Module: aspose_barcode.recognition.barcode_region_parameters
Represents the recognized barcode’s region and barcode angle. This sample shows how to get barcode Angle and bounding quadrangle values.
Constructors
| Name | Description |
|---|---|
| init |
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| eq | bool | No | Returns a value indicating whether this instance is equal to a specified BarCodeRegionParameters value. |
| hash | int | No | Returns the hash code for the current instance. |
| str | str | No | Returns a human-readable string representation of this BarCodeRegionParameters. |
| angle | float | No | |
| points | Optional[List[PointLike]] | No | |
| quadrangle | Optional[Quadrangle] | No | |
| rectangle | Optional[RectLike] | No |