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

    Parameters

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