VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Ocr.Results Namespace / OcrTextRegion Class / OcrTextRegion Constructor(OcrObjectLocation,OcrObjectOrientation,OcrObjectWritingDirection,Single,String)
Syntax Requirements SeeAlso
In This Topic
    OcrTextRegion Constructor(OcrObjectLocation,OcrObjectOrientation,OcrObjectWritingDirection,Single,String)
    In This Topic
    Initializes a new instance of the OcrTextRegion class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal location
    The location of the text region.
    As OcrObjectLocation, _
    ByVal orientation
    The orientation of the text region.
    As OcrObjectOrientation, _
    ByVal writingDirection
    The writing direction of the text region.
    As OcrObjectWritingDirection, _
    ByVal confidence
    The confidence of the text region.
    As Single, _
    ByVal text
    The text of the text region.
    As System.String _
    )

    Parameters

    location
    The location of the text region.
    orientation
    The orientation of the text region.
    writingDirection
    The writing direction of the text region.
    confidence
    The confidence of the text region.
    text
    The text of the text region.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also