VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormPageTemplate Class / Recognize(FormRecognitionParams) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
Recognize(FormRecognitionParams) Method (FormPageTemplate)
In This Topic
Recognizes a form field on the specified image.
Syntax
'Declaration

Public Overrides Function Recognize( _
ByVal formRecognitionParams
Recognition parameters of a form field that specify a transform from image to the template image.
As FormRecognitionParams _
) As FormField

Parameters

formRecognitionParams
Recognition parameters of a form field that specify a transform from image to the template image.

Return Value

Recognized field.
Exceptions
ExceptionDescription
Thrown if formRecognitionParams is null.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also