RecognitionArea Constructor (Rectangle, AreaRotation, OCRProposedContentType)ByteScout Text Recognition SDK
Constructs new RecognitionArea object.

Namespace:  ByteScout.TextRecognition
Assembly:  ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.1.323-master
Syntax

public RecognitionArea(
	Rectangle rectangle,
	AreaRotation rotation = AreaRotation.Rotate180FlipXY,
	OCRProposedContentType proposedContentType = OCRProposedContentType.Auto
)

Parameters

rectangle
Type: System.DrawingRectangle
Rectangle defining 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

Reference