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

Public Function New( _
ByVal type
The type of text object.
As Vintasoft.Imaging.Ocr.OcrObjectType, _
ByVal location
The location of text object.
As OcrObjectLocation, _
ByVal orientation
The orientation of text object.
As OcrObjectOrientation, _
ByVal writingDirection
The writing direction of text object.
As OcrObjectWritingDirection, _
ByVal confidence
The confidence of text object.
As Single, _
ByVal text
The text of text object.
As System.String _
)

Parameters

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