VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Ocr Namespace / RecognitionRegion Class / RecognitionRegion Constructors / RecognitionRegion Constructor(RegionOfInterest,OcrLanguage,Int32)
Syntax Requirements SeeAlso
In This Topic
RecognitionRegion Constructor(RegionOfInterest,OcrLanguage,Int32)
In This Topic
Initializes a new instance of the RecognitionRegion class.
Syntax
'Declaration

Public Function New( _
ByVal region
A recognition region.
As Vintasoft.Imaging.RegionOfInterest, _
ByVal language
A recognition language.
As OcrLanguage, _
ByVal textRotation
An orthogonal angle, in degrees, of text rotation.
As System.Int32 _
)
public RecognitionRegion(
Vintasoft.Imaging.RegionOfInterest region,
OcrLanguage language,
System.Int32 textRotation
)

Parameters

region
A recognition region.
language
A recognition language.
textRotation
An orthogonal angle, in degrees, of text rotation.
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