VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Ocr.Results Namespace / OcrRegion Class
Properties Methods SeeAlso
In This Topic
    OcrRegion Class Members
    In This Topic
    The following tables list the members exposed by OcrRegion.
    Public Properties
     NameDescription
    Public PropertyGets a confidence, in percents, of this object. (Inherited from OcrObject)
    Public PropertyGets a location of this object. (Inherited from OcrObject)
    Public PropertyGets an orientation of this object. (Inherited from OcrObject)
    Public PropertyGets a type of an OCR region.
    Public PropertyGets a writing direction of this object. (Inherited from OcrObject)
    Public Methods
     NameDescription
    Public MethodCreates a new OcrRegion that is a copy of the current instance.
    Public MethodReturns a bounding box of the object. (Inherited from OcrObject)
    Public MethodSets the bounding box. (Inherited from OcrObject)
    Public MethodReturns a string that represents the current OcrObject. (Inherited from OcrObject)
    Public MethodApplies a transformation matrix to this OcrObject. (Inherited from OcrObject)
    See Also