![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Represents the recognized barcode's region and barcode angle This sample shows how to get barcode Angle and bounding quadrangle values. More...
Inherits BaseJavaClass.
Public Member Functions | |
def | __init__ (self, javaClass) |
def | init (self) |
def | convertJavaPoints (javaPoints) |
def | getQuadrangle (self) |
Gets Quadrangle bounding barcode region Value: Returns Quadrangle bounding barcode region. More... | |
def | getAngle (self) |
Gets the angle of the barcode (0-360). More... | |
def | getPoints (self) |
Gets Points array bounding barcode region Value: Returns Points array bounding barcode region. More... | |
def | getRectangle (self) |
Gets Rectangle bounding barcode region Value: Returns Rectangle bounding barcode region. More... | |
def | equals (self, obj) |
Returns a value indicating whether this instance is equal to a specified BarCodeRegionParameters value. More... | |
def | hashCode (self) |
Returns the hash code for this instance. More... | |
def | toString (self) |
Returns a human-readable string representation of this BarCodeRegionParameters. More... | |
![]() | |
def | getJavaClass (self) |
def | setJavaClass (self, javaClass) |
def | getJavaClassName (self) |
def | isNull (self) |
def | printJavaClassName (self) |
Public Attributes | |
quad | |
rect | |
points | |
![]() | |
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.
def convertJavaPoints | ( | javaPoints | ) |
def equals | ( | self, | |
obj | |||
) |
Returns a value indicating whether this instance is equal to a specified BarCodeRegionParameters value.
:param: obj An System.Object value to compare to this instance. :return: true if obj has the same value as this instance otherwise, false.
def getAngle | ( | self | ) |
Gets the angle of the barcode (0-360).
Value: The angle for barcode (0-360).
def getPoints | ( | self | ) |
Gets Points array bounding barcode region Value: Returns Points array bounding barcode region.
def getQuadrangle | ( | self | ) |
Gets Quadrangle bounding barcode region Value: Returns Quadrangle bounding barcode region.
def getRectangle | ( | self | ) |
Gets Rectangle bounding barcode region Value: Returns Rectangle bounding barcode region.
def hashCode | ( | self | ) |
Returns the hash code for this instance.
:return: A 32-bit signed integer hash code.
def init | ( | self | ) |
Reimplemented from BaseJavaClass.
def toString | ( | self | ) |
Returns a human-readable string representation of this BarCodeRegionParameters.
:return: A string that represents this BarCodeRegionParameters.
points |
quad |
rect |