Aspose.Barcode for Python via Java Generation and Recognition API docs

Inherits Exception.

Public Member Functions

def getExecutionTime (self)
 Gets the execution time of current recognition session. More...
 
def setExecutionTime (self, value)
 Sets the execution time of current recognition session. More...
 
def __init__ (self, message, executionTime)
 Initializes a new instance of the RecognitionAbortedException class with specified recognition abort message. More...
 
def init (self)
 

Static Public Member Functions

def construct (javaClass)
 

Public Attributes

 javaClass
 

Static Public Attributes

string javaClassName = "com.aspose.mw.barcode.recognition.MwRecognitionAbortedException"
 

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  message,
  executionTime 
)

Initializes a new instance of the RecognitionAbortedException class with specified recognition abort message.

Parameters
message: The error message of the exception.
executionTime: The execution time of current recognition session.

Member Function Documentation

◆ construct()

def construct (   javaClass)
static

◆ getExecutionTime()

def getExecutionTime (   self)

Gets the execution time of current recognition session.

Returns
: The execution time of current recognition session

◆ init()

def init (   self)

◆ setExecutionTime()

def setExecutionTime (   self,
  value 
)

Sets the execution time of current recognition session.

Parameters
value: value The execution time of current recognition session

Member Data Documentation

◆ javaClass

javaClass

◆ javaClassName

string javaClassName = "com.aspose.mw.barcode.recognition.MwRecognitionAbortedException"
static