![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Represents the recognized barcode's region and barcode angle. More...
Inherits _MwWrapper.
Public Member Functions | |
| def | __init__ (self, _java_class) |
| bool | __eq__ (self, BarCodeRegionParameters other) |
| Returns a value indicating whether this instance is equal to a specified BarCodeRegionParameters value. More... | |
| int | __hash__ (self) |
| Returns the hash code for the current instance. More... | |
| str | __str__ (self) |
| Returns a human-readable string representation of this BarCodeRegionParameters. More... | |
| float | angle (self) |
| Optional[List[PointLike]] | points (self) |
| Optional[Quadrangle] | quadrangle (self) |
| Optional[RectLike] | rectangle (self) |
Represents the recognized barcode's region and barcode angle.
This sample shows how to get barcode Angle and bounding quadrangle values.
| def __init__ | ( | self, | |
| _java_class | |||
| ) |
| bool __eq__ | ( | self, | |
| BarCodeRegionParameters | other | ||
| ) |
Returns a value indicating whether this instance is equal to a specified BarCodeRegionParameters value.
| obj An object value to compare to this instance. |
| int __hash__ | ( | self | ) |
Returns the hash code for the current instance.
| str __str__ | ( | self | ) |
Returns a human-readable string representation of this BarCodeRegionParameters.
| float angle | ( | self | ) |
| Optional[List[PointLike]] points | ( | self | ) |
| Optional[Quadrangle] quadrangle | ( | self | ) |
| Optional[RectLike] rectangle | ( | self | ) |