VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Ocr.Results Namespace / OcrWord Class
Constructors Properties Methods SeeAlso
In This Topic
    OcrWord Class Members
    In This Topic
    The following tables list the members exposed by OcrWord.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets a confidence, in percents, of this object. (Inherited from OcrObject)
    Public PropertyGets a font of this word.
    Public PropertyGets a value indicating whether this word is from dictionary.
    Public PropertyGets a value indicating whether this word is numeric.
    Public PropertyGets a language of this word.
    Public PropertyGets a location of this object. (Inherited from OcrObject)
    Public PropertyGets an orientation of this object. (Inherited from OcrObject)
    Public PropertyGets a list of OcrSymbol of this word.
    Public PropertyGets a text of the text object. (Inherited from OcrTextObject)
    Public PropertyGets a type of this object. (Inherited from OcrObject)
    Public PropertyGets a writing direction of this object. (Inherited from OcrObject)
    Public Methods
     NameDescription
    Public MethodCreates a new OcrWord 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 OcrTextObject. (Inherited from OcrTextObject)
    Public MethodApplies a transformation matrix to this OcrWord.
    Protected Methods
     NameDescription
    Protected MethodSets a text of the text object. (Inherited from OcrTextObject)
    See Also