VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing Namespace / FormRecognitionTask Class
Constructors Properties Methods Events SeeAlso
In This Topic
    FormRecognitionTask Class Members
    In This Topic
    The following tables list the members exposed by FormRecognitionTask.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets the images of the form recognition task.
    Public PropertyGets a value indicating whether recognition is finished.
    Public PropertyGets a value indicating whether recognition is started.
    Public PropertyGets the results of the form recognition task.
    Protected Methods
     NameDescription
    Protected MethodRaises the Finished event.
    Protected MethodRaises the ImageRecognitionError event.
    Protected MethodRaises the ImageRecognitionFinished event.
    Protected MethodRaises the ImageRecognitionStarted event.
    Protected MethodRaises the Progress event.
    Protected MethodRaises the Started event.
    Public Events
     NameDescription
    Public EventOccurs when recognition task is finished.
    Public EventOccurs when recognition of an image throws an exception.
    Public EventOccurs when recognition of an image is finished.
    Public EventOccurs when recognition of an image is started.
    Public EventOccurs when the progress of recognition task is changed.
    Public EventOccurs when recognition task is started.
    See Also