VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Ocr.Results Namespace / OcrSymbol Class / OcrSymbol Constructor(OcrObjectLocation,OcrObjectOrientation,OcrObjectWritingDirection,Single,String,Boolean,Boolean,Boolean)
Syntax Requirements SeeAlso
In This Topic
    OcrSymbol Constructor(OcrObjectLocation,OcrObjectOrientation,OcrObjectWritingDirection,Single,String,Boolean,Boolean,Boolean)
    In This Topic
    Initializes a new instance of the OcrSymbol class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal location
    Location of the symbol.
    As OcrObjectLocation, _
    ByVal orientation
    Orientation of the symbol.
    As OcrObjectOrientation, _
    ByVal writingDirection
    Writing direction of the symbol.
    As OcrObjectWritingDirection, _
    ByVal confidence
    Confidence of the symbol.
    As Single, _
    ByVal text
    Text of the symbol.
    As System.String, _
    ByVal isDropcap
    A value indicating whether the word is drop cap.
    As Boolean, _
    ByVal isSubscript
    A value indicating whether the word is subscript.
    As Boolean, _
    ByVal isSuperscript
    A value indicating whether the word is superscript.
    As Boolean _
    )

    Parameters

    location
    Location of the symbol.
    orientation
    Orientation of the symbol.
    writingDirection
    Writing direction of the symbol.
    confidence
    Confidence of the symbol.
    text
    Text of the symbol.
    isDropcap
    A value indicating whether the word is drop cap.
    isSubscript
    A value indicating whether the word is subscript.
    isSuperscript
    A value indicating whether the word is superscript.
    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