![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Represents the recognized barcode's region and barcode angle. More...
Inherits BaseJavaClass.
Public Member Functions | |
| def | __init__ (self, javaClass) |
| bool | equals (self, BarCodeRegionParameters obj) |
| Returns a value indicating whether this instance is equal to a specified BarCodeRegionParameters value. More... | |
| float | getAngle (self) |
| Gets the angle of the barcode (0-360). More... | |
| Optional[List[Assist.Point]] | getPoints (self) |
| Gets Points array bounding barcode region. More... | |
| Optional[Quadrangle] | getQuadrangle (self) |
| Gets Quadrangle bounding barcode region. More... | |
| Optional[Assist.Rectangle] | getRectangle (self) |
| Gets Rectangle bounding barcode region. More... | |
| int | hashCode (self) |
| Returns the hash code for this instance. More... | |
| None | init (self) |
| str | toString (self) |
| Returns a human-readable string representation of this BarCodeRegionParameters. More... | |
Public Member Functions inherited from BaseJavaClass | |
| def | getJavaClass (self) |
| str | getJavaClassName (self) |
| bool | isNull (self) |
| None | printJavaClassName (self) |
| None | setJavaClass (self, javaClass) |
Static Public Member Functions | |
| List[Assist.Point] | convertJavaPoints (javaPoints) |
Public Attributes | |
| points | |
| quad | |
| rect | |
Public Attributes inherited from BaseJavaClass | |
| javaClass | |
| javaClassName | |
Represents the recognized barcode's region and barcode angle.
This sample shows how to get barcode Angle and bounding quadrangle values.
| def __init__ | ( | self, | |
| javaClass | |||
| ) |
Reimplemented from BaseJavaClass.
|
static |
| bool equals | ( | self, | |
| BarCodeRegionParameters | obj | ||
| ) |
Returns a value indicating whether this instance is equal to a specified BarCodeRegionParameters value.
| obj An object value to compare to this instance. |
| float getAngle | ( | self | ) |
Gets the angle of the barcode (0-360).
| Optional[List[Assist.Point]] getPoints | ( | self | ) |
Gets Points array bounding barcode region.
| Optional[Quadrangle] getQuadrangle | ( | self | ) |
Gets Quadrangle bounding barcode region.
| Optional[Assist.Rectangle] getRectangle | ( | self | ) |
Gets Rectangle bounding barcode region.
| int hashCode | ( | self | ) |
Returns the hash code for this instance.
| None init | ( | self | ) |
Reimplemented from BaseJavaClass.
| str toString | ( | self | ) |
Returns a human-readable string representation of this BarCodeRegionParameters.
| points |
| quad |
| rect |