RecognitionArea Constructor (Int32, Int32, Int32, Int32, AreaRotation, OCRProposedContentType)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Constructs new RecognitionArea object.
Namespace:ByteScout.TextRecognitionAssembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-master
Syntax
public RecognitionArea( int x, int y, int width, int height, AreaRotation rotation = AreaRotation.Rotate180FlipXY, OCRProposedContentType proposedContentType = OCRProposedContentType.Auto )
Parameters
- x
- Type: SystemInt32
X coordinate of the area. - y
- Type: SystemInt32
Y coordinate of the area. - width
- Type: SystemInt32
Width of the area. - height
- Type: SystemInt32
Height of the area. - rotation (Optional)
- Type: ByteScout.TextRecognitionAreaRotation
Rotation to apply to the area. - proposedContentType (Optional)
- Type: ByteScout.TextRecognitionOCRProposedContentType
Content proposed to be in the area.
See Also