'Declaration Public Function New( _
ByVal regionA recognition region.As Vintasoft.Imaging.RegionOfInterest, _
ByVal languageA recognition language.As OcrLanguage, _
ByVal textRotationAn orthogonal angle, in degrees, of text rotation.As System.Int32 _
)
public RecognitionRegion(
Vintasoft.Imaging.RegionOfInterest region,
OcrLanguage language,
System.Int32 textRotation
)
public: RecognitionRegion(
Vintasoft.Imaging.RegionOfInterest* region,
OcrLanguage language,
System.Int32 textRotation
)
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.