VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Ocr.Results Namespace / OcrTextObject Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    OcrTextObject Class
    In This Topic
    Represents a base class of text objects.
    Object Model
    OcrObjectLocation OcrTextObject
    Syntax
    'Declaration
    
    Public Class OcrTextObject
       Inherits OcrObject
       Implements IOcrTextObject
    
    
    public class OcrTextObject : OcrObject, IOcrTextObject
    
    
    public __gc class OcrTextObject : public OcrObject*, IOcrTextObject
    
    
    public ref class OcrTextObject : public OcrObject^, IOcrTextObject
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Ocr.Results.OcrObject
          Vintasoft.Imaging.Ocr.Results.OcrTextObject
             Vintasoft.Imaging.Ocr.Results.OcrSymbol
             Vintasoft.Imaging.Ocr.Results.OcrWord
             Vintasoft.Imaging.Ocr.Results.OcrTextLine
             Vintasoft.Imaging.Ocr.Results.OcrParagraph

    Requirements

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

    See Also