VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Ocr.Results Namespace / OcrTextLine Class / OcrTextLine Constructor(OcrObjectLocation,OcrObjectOrientation,OcrObjectWritingDirection,Single,String)
Syntax Requirements SeeAlso
In This Topic
OcrTextLine Constructor(OcrObjectLocation,OcrObjectOrientation,OcrObjectWritingDirection,Single,String)
In This Topic
Initializes a new instance of the OcrTextLine class.
Syntax
'Declaration

Public Function New( _
ByVal location
The location of the text line.
As OcrObjectLocation, _
ByVal orientation
The orientation of the text line.
As OcrObjectOrientation, _
ByVal writingDirection
The writing direction of the text line.
As OcrObjectWritingDirection, _
ByVal confidence
The confidence of the text line.
As Single, _
ByVal text
The text of the text line.
As System.String _
)

Parameters

location
The location of the text line.
orientation
The orientation of the text line.
writingDirection
The writing direction of the text line.
confidence
The confidence of the text line.
text
The text of the text line.
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